Modulo:Controllo di autorità/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
casi da string.format |
m https dove presente |
||
Riga 1:
--[[
* Modulo che implementa il template
* Il modulo è stato importato inizialmente da:
* http://en.wikipedia.org/w/index.php?title=Module:Authority_control&oldid=633242817
Riga 13:
return false
end
return string.format( '[
end
Riga 92:
end
id = id:sub( 1, 4 ) .. '-' .. id:sub( 5, 8 ) .. '-' .. id:sub( 9, 12 ) .. '-' .. id:sub( 13, 16 )
return string.format( '[
end
local function gndLink( id )
return string.format( '[
end
Riga 109:
local function ulanLink( id )
return string.format( '[https://www.getty.edu/vow/ULANFullDisplay?find=&role=&nation=&subjectid=%s %s]', id, id )
end
local function nlaLink( id )
return string.format( '[https://nla.gov.au/anbd.aut-an%s %s]', id, id )
end
Riga 127:
return false
end
return string.format( '[
end
|