יחידה:בקרת זהויות: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 296: | שורה 296: | ||
--In this order: name of the parameter, label, propertyId in Wikidata, formatting function | --In this order: name of the parameter, label, propertyId in Wikidata, formatting function | ||
local conf = { | local conf = { | ||
{ 'NLI', '[[הספרייה הלאומית|NLI]]', 949, nliLink }, | |||
{ 'VIAF', '[[Virtual International Authority File|VIAF]]', 214, viafLink }, | { 'VIAF', '[[Virtual International Authority File|VIAF]]', 214, viafLink }, | ||
{ 'LCCN', '[[שיטת ספריית הקונגרס|LCCN]]', 244, lccnLink }, | { 'LCCN', '[[שיטת ספריית הקונגרס|LCCN]]', 244, lccnLink }, | ||
| שורה 324: | שורה 325: | ||
{ 'USCongress', '[[Biographical Directory of the United States Congress|US Congress]]', 1157, uscongressLink }, | { 'USCongress', '[[Biographical Directory of the United States Congress|US Congress]]', 1157, uscongressLink }, | ||
{ 'BNE', '[[הספרייה הלאומית של ספרד|BNE]]', 950, bneLink }, | { 'BNE', '[[הספרייה הלאומית של ספרד|BNE]]', 950, bneLink }, | ||
{ 'CINII', '[[CiNii]]', 271, ciniiLink }, | { 'CINII', '[[CiNii]]', 271, ciniiLink }, | ||
{ 'TLS', '[[Theaterlexikon der Schweiz|TLS]]', 1362, tlsLink }, | { 'TLS', '[[Theaterlexikon der Schweiz|TLS]]', 1362, tlsLink }, | ||
| שורה 400: | שורה 400: | ||
bodyclass = 'hlist', | bodyclass = 'hlist', | ||
group1 = '[[עזרה:בקרת זהויות|בקרת זהויות]]' .. elementscats, | group1 = '[[עזרה:בקרת זהויות|בקרת זהויות]]' .. elementscats, | ||
list1 = table.concat( elements ) | list1 = '<div dir="ltr">\n' .. table.concat( elements ) .. '</div>' | ||
} ) | } ) | ||
else | else | ||