Changes
Jump to navigation
Jump to search
end
function swdLink( id )
return '[http://d-nb.info/gnd/' .. id .. ' ' .. id .. '][[Category:Wikipedia:Authority control (key words only)]] [[Category:Wikipedia articles with deprecated authority control identifiers (SWD)]]'
{ 'SWD', '[[Subject Headings Authority File|SWD]]', 0, swdLink },
remove SWD and PND (depreciated ids removed from all pages) + correction of GND label
function selibrLink( id )
return '[http://libris.kb.se/auth/' .. id .. ' ' .. id .. ']' .. getCatForId( 'SELIBR' )
end
{ 'ISNI', '[[International Standard Name Identifier|ISNI]]', 0, isniLink },
{ 'ORCID', '[[ORCID]]', 0, orcidLink },
{ 'GND', '[[Universal Authority File|GND]]', 0, gndLink }, { 'PND', '[[Universal Integrated Authority File|GND]]', 0, gndLink },
{ 'SELIBR', '[[LIBRIS]]', 0, selibrLink },
{ 'BNF', '[[Bibliothèque nationale de France|BNF]]', 0, bnfLink },
{ 'BPN', '[[Biografisch Portaal|BPN]]', 0, bpnLink },