Modulo:Lingue: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
aggiunto funzione per template lingue |
fix |
||
Riga 102:
args = frame:getParent().args
else
args =
end
for _,code in ipairs(args) do
Riga 168:
.tag('td')
.css('text-align', 'center')
.wikitext(language.lingue({code}))
end
return tostring(root)
|