Modulo:Ciclismo: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m lang |
i18n |
||
Riga 8:
local mWikidata = require('Module:Wikidata')
local cfg = mw.loadData('Module:Ciclismo/Configuration')
-------------------------------------------------------------------------------
Riga 52:
local tableNode = mw.html.create('table'):addClass('wikitable'):css(tableStyle)
local tr = tableNode:tag('tr')
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
for _, stage in ipairs(self.stages) do
Riga 110:
local tableNode = mw.html.create('table'):addClass('wikitable'):css(tableStyle)
local tr = tableNode:tag('tr')
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
tr:tag('th'):wikitext(
for _, edition in ipairs(self.editions) do
|