Modulo:Codice statistico/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
+grado
m report
Riga 106:
local codes = statCodes[iso3166]
for key, value in pairs(codes) do
if value.prop then
tableNode
:tag('tr')tableNode
:tag('tdtr')
:tag('td')
:wikitext(value.catprefix)
:done()
:tag('td')
:wikitext(iso3166)
:done()
:tag('td')
:wikitext(key == 'default' and 'predefinito' or key)
:done()
:tag('td')
:wikitext(string.format('[[d:p:%s|%s (%s)]]', value.prop, mWikidata._getLabel( { value.prop } ), value.prop))
:done()
end
end
end