Modulo:Controllo di autorità/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m commento iniziale |
Nessun oggetto della modifica |
||
Riga 254:
local function nlaLink( id )
return '[//nla.gov.au/anbd.aut-an' .. id .. ' ' .. id .. ']' .. getCatForId( 'NLA' )
end
local function bavLink( id )
if not string.match( id, 'cnp[cilp]%d%d%d%d%d%d%d%d$' ) then
return false
end
return '[https://viaf.org/processed/BAV%7CADV' .. id .. ' ADV' .. id .. ']' ..
getCatForId( 'BAV' )
end
Riga 336 ⟶ 344:
--{ 'MBA', '[[MusicBrainz]]', 434, mbLink },
--{ 'MGP', '[[Mathematics Genealogy Project|MGP]]', 549, mgpLink },
{ 'NLA', '[[National Library of Australia|NLA]]', 409, nlaLink, lingue = { 'en' } },
--{ 'NDL', '[[National Diet Library|NDL]]', 349, ndlLink },
--{ 'NCL', '[[National Central Library|NCL]]', 1048, nclLink },
Riga 351 ⟶ 359:
--{ 'SIKART', '[[SIKART]]', 781, sikartLink },
--{ 'KULTURNAV', '[[KulturNav]]', 1248, kulturnavLink },
{ 'BAV', '[[Biblioteca apostolica vaticana|BAV]]', 1017, bavLink }
--{ 'CERL', '[[Consortium of European Research Libraries|CERL]]', 1871, cerlLink },
}
|