Modulo:Controllo di autorità/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m →top: en:Protect -{ code from preprocessor lang-conversion: phab:T146304, mw:explained using AWB |
aggiornato alla versione corrente |
||
Riga 201:
return false
end
return '[http://isni
end
Riga 260:
return false
end
return
end
Riga 319:
end
local function createRow( id, label, rawValue, lingue, link, withUid )
if link then
if withUid then
return label .. ' <span class="uid">' .. lingue .. link .. '</span>'
else
return label .. ' ' .. lingue .. link
end
else
Riga 334:
local conf = {
{ 'VIAF', '[[Virtual International Authority File|VIAF]]', 214, viafLink, lingue = { 'en' } },
{ 'LCCN', '[[Library of Congress Control Number|LCCN]]', 244, lccnLink, lingue = { 'en' } },▼
{ 'SBN', '[[Servizio bibliotecario nazionale|SBN]]', 396, sbnLink },▼
{ 'ISNI', '[[International Standard Name Identifier|ISNI]]', 213, isniLink, lingue = { 'en' } },
▲ { 'SBN', '[[Servizio bibliotecario nazionale|SBN]]', 396, sbnLink },
▲ { 'LCCN', '[[Library of Congress Control Number|LCCN]]', 244, lccnLink, lingue = { 'en' } },
{ 'ORCID', '[[Open Researcher and Contributor ID|ORCID]]', 496, orcidLink, lingue = { 'en' } },
{ 'GND', '[[Gemeinsame Normdatei|GND]]', 227, gndLink, lingue = { 'de' } },
--
--
{ 'BNF', '[[Bibliothèque nationale de France|BNF]]', 268, bnfLink, lingue = { 'fr' } },
--
--
--
{ 'ULAN', '[[Union List of Artist Names|ULAN]]', 245, ulanLink, lingue = { 'en' } },
--
--
--
--
{ 'NLA', '[[National Library of Australia|NLA]]', 409, nlaLink, lingue = { 'en' } },
--
--
--
--
--
--
--
--
--
--
--
--
--
--
{ 'BAV', '[[Biblioteca apostolica vaticana|BAV]]', 1017, bavLink },
{ 'CERL', '[[Consortium of European Research Libraries|CERL]]', 1871, cerlLink }
Riga 425:
if val and val ~= '' then
local lingue = params['lingue'] and ( modlingue.lingue( params['lingue'] ) .. ' ' ) or ''
table.insert( elements, createRow( params[1], params[2] .. ':', val, lingue
rct = rct + 1
end
|