133
επεξεργασίες
Χωρίς σύνοψη επεξεργασίας |
Χωρίς σύνοψη επεξεργασίας |
||
local namespace = title.namespace
if namespace == 0 then
return '[[Category:
elseif namespace == 2 and not title.isSubpage then
return '[[Category:Σελίδες χρηστών με αναγνωριστικά ' .. id .. ']]'
end
return '[https://viaf.org/viaf/' .. id .. ' ' .. id .. ']' .. getCatForId( 'VIAF' )
local function BNeditionLink( id )
return '[http://www.biblionet.gr/main.asp?page=showbook&bookid=' .. id .. ' ' .. id .. ']' .. getCatForId( 'BiblioNet' )
end
local function BNpersonLink( id )
return '[http://www.biblionet.gr/main.asp?page=showauthor&personsid=' .. id .. ' ' .. id .. ']' .. getCatForId( 'BiblioNet' )
end
local function BNpublisherLink( id )
return '[http://www.biblionet.gr/com/' .. id .. ' ' .. id .. ']'.. getCatForId( 'BiblioNet' )
end
return false
end
return '[http://isni
end
--In this order: name of the parameter, label, propertyId in Wikidata, formatting function
local conf = {
{ 'VIAF', '[[w:el:Virtual International Authority File|VIAF]]', 214, viafLink },
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ '
{ 'NDL', '[[w:el:National Diet Library|NDL]]', 349, ndlLink },
{ 'NCL', '[[w:el:National Central Library|NCL]]', 1048, nclLink },
{ 'NKC', '[[w:el:National Library of the Czech Republic|NKC]]', 691, nkcLink },
{ 'Léonore', '[[:fr:Base Léonore|Léonore]]', 640, leonoreLink },
{ 'SBN', '[[w:el:Istituto Centrale per il Catalogo Unico|ICCU]]', 396, sbnLink },
{ 'RLS', '[[w:el:Russian State Library|RLS]]', 947, rslLink },
{ 'Botanist', '[[w:en:Author citation (botany)|Botanist]]', 428, botanistLink },
{ 'NARA-person', '[[w:el:National Archives and Records Administration|NARA]]', 1222, narapersonLink },
{ 'NARA-organization', '[[w:el:National Archives and Records Administration|NARA]]', 1223, naraorganizationLink },
{ 'USCongress', '[[w:el:Biographical Directory of the United States Congress|US Congress]]', 1157, uscongressLink },
{ 'BNE', '[[
{ 'CINII', '[[w:el:CiNii]]', 271, ciniiLink },
{ 'TLS', '[[Theaterlexikon der Schweiz|TLS]]',
{ 'SIKART', '[[w:el:SIKART]]', 781, sikartLink },
{ 'KULTURNAV', '[[w:el:KulturNav]]', 1248, kulturnavLink },
{ 'RKDartists', '[[w:el:Ολλανδικό Ινστιτούτο Ιστορίας της Τέχνης|RKD]]', 650, rkdartistsLink },
}
function p.authorityControl( frame )
local parentArgs =
--Create rows
local elements = {}
▲ end
--Wikidata fallback if requested
local elementscats = ''
if rct > 13 then
elementscats = '[[Category:AC
end
name = 'Authority control',
bodyclass = 'hlist',
group1 = 'Σύνδεσμοι σε [[w:el:Κατάλογος καθιερωμένων όρων|καταλόγους καθιερωμένων όρων]]' .. elementscats,
list1 = table.concat( elements )
} )
|
επεξεργασίες