Kānapariyā, Lālajī
[dummy-text]
google.charts.load('current', packages: ['corechart']);
google.charts.setOnLoadCallback(drawChart);
function drawChart()
var options =
height: 200,
legend: position: 'top', maxLines: 3 ,
bar: groupWidth: '75%' ,
isStacked: true,
colors: ['#FF7600', '#409a3c', '#2178b5'],
vAxis:
baselineColor: '#fff',
gridlineColor: '#fff',
textPosition: 'none'
;
var data = google.visualization.arrayToDataTable([
['', 'By', 'Posthumously by', 'About',
role: 'annotation' ],
['1990-1991', 0, 0, 0, ''],
['1991-1992', 0, 0, 0, ''],
['1992-1993', 0, 0, 0, ''],
['1993-1994', 0, 0, 0, ''],
['1994-1995', 0, 0, 0, ''],
['1995-1996', 0, 0, 0, ''],
['1996-1997', 0, 0, 0, ''],
['1997-1998', 0, 0, 0, ''],
['1998-1999', 0, 0, 0, ''],
['1999-2000', 5, 0, 0, ''],
['2000-2001', 0, 0, 0, ''],
['2001-2002', 0, 0, 0, ''],
['2002-2003', 0, 0, 0, ''],
['2003-2004', 0, 0, 0, ''],
['2004-2005', 0, 0, 0, ''],
['2005-2006', 0, 0, 0, ''],
['2006-2007', 5, 0, 0, ''],
['2007-2008', 5, 0, 0, ''],
['2008-2009', 0, 0, 0, ''],
['2009-2010', 0, 0, 0, ''],
['2010-2011', 0, 0, 0, ''],
]);
var chart = new google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data, options);
;
function bringBack(sourceKey, targetKey, oclcNum)
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null)
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+targetKey+"&comment="+comment;
function sendBack(sourceKey, targetKey, oclcNum)
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null)
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+sourceKey+"&comment="+comment;
function getElementsByClassName(classname, node)
if(!node)
node = document.getElementsByTagName("body")[0];
var a=;
var re=new RegExp('\b' + classname + '\b');
var els=node.getElementsByTagName("*");
for(var i=0; els.length>=i; i++)
if(re.test(els[i].className))
a.push(els[i]);
return a;
function turnEditEntriesOn(node)
var entries=getElementsByClassName('editEntry', node);
if (entries)
for (var i = 0; entries.length>=i; i++)
entries[i].style.display="block";
document.getElementById('identitiesonSwitch').style.display='none';
document.getElementById('identitiesoffSwitch').style.display='inline';
function turnEditEntriesOff(node)
var entries=getElementsByClassName('editEntry', node);
if (entries)
for (var i = 0; entries.length>=i; i++)
entries[i].style.display="none";
document.getElementById('identitiesonSwitch').style.display='inline';
document.getElementById('identitiesoffSwitch').style.display='none';
Kānapariyā, Lālajī
Overview
Works: | 3 works in 3 publications in 1 language and 7 library holdings |
---|---|
Roles: | Author |
Classifications: | PK1859.K2715, |
Publication Timeline
.
Most widely held works by
Lālajī Kānapariyā
Lālajī Kānapariyā
Navā candranī kūmpaḷa by Lālajī Kānapariyā(
Book
)
1
edition published
in
1999
in
Gujarati
and held by
3 WorldCat member
libraries
worldwide
Harinā hastākshara by Lālajī Kānapariyā(
Book
)
1
edition published
in
2006
in
Gujarati
and held by
2 WorldCat member
libraries
worldwide
Sūrya-candranī sākhe by Lālajī Kānapariyā(
Book
)
1
edition published
in
2007
in
Gujarati
and held by
2 WorldCat member
libraries
worldwide
Audience Level
0 | 1 | |||
Kids | General | Special |
Audience level:
0.79
(from
0.77
for
Navā cand
... to
0.82
for
Sūrya-can
...)
Useful Links
Library of Congress Authority File (English)
Virtual International Authority File.
Wikipedia Lalji Kanpariya
Wikidata.
Associated Subjects
Gujarati poetry
Alternative Names
Kanparia, Lalji
Kanpariya, Lalji
Lālajī Kānapariyā
Lalji Kanparia
Lalji Kanpariya Indiaas dichter
Lalji Kanpariya Indian poet
Languages
Gujarati
(3)
(function(i,s,o,g,r,a,m)i['GoogleAnalyticsObject']=r;i[r]=i[r])(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45070317-1', 'worldcat.org');
ga('send', 'pageview');
setTimeout(function()var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0018/3695.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b), 1);