Modulo:Sandbox/Titore: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
ripristino e allineo a ultima versione |
|||
Riga 85:
end
else
id = mw.wikibase.getEntityIdForTitle( pageTitle )
end
Riga 179 ⟶ 176:
end
local label = args.formato == 'numeri romani' and mNumeroRomano.main({ i }) or (args.formato == 'forma breve' and string.format('%dª', i) or string.format('%
table.insert(tbl, string.format('[[%s|%s]]', target, label))
|