Open main menu

Changes

Module:Authority control

289 bytes added, 15:47, 13 June 2018
add IAAF ID, per request of User:Habst
return '[[Category:Miscellaneous pages with ' .. id .. ' identifiers]]'
end
end
 
function p.iaafLink( id )
if not string.match( id, '^%d+$' ) then
return false
end
return '[https://www.iaaf.org/athletes/biographies/athcode=' .. id .. ' ' .. id .. ']'
end
{ 'GND', '[[Integrated Authority File|GND]]', 227, p.gndLink },
{ 'HDS', '[[Historical Dictionary of Switzerland|HDS]]', 902, p.hlsLink },
{ 'IAAF', '[[International Association of Athletics Federations|IAAF]]', 1146, p.iaafLink },
{ 'ISNI', '[[International Standard Name Identifier|ISNI]]', 213, p.isniLink },
{ 'Joconde', '[[Joconde|Joconde]]' , 347, p.jocondeLink },
Anonymous user