Modulo:Sito ufficiale: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m +Bug tracking system |
m commento |
||
Riga 39:
end
-- Funzione per
function p.main(frame)
local websites = getWebsites(frame.args.pid or 'P856')
for idx, website in ipairs(websites) do
--
websites[idx] = (idx > 1 and '*' or '') .. formatWebsite(website, frame.args.title or 'Sito ufficiale')
end
|