Anonimo

Modulo:DTSpecific: differenze tra le versioni

Da Wikitrek.
Seasons
Nessun oggetto della modifica
(Seasons)
Riga 241: Riga 241:
UL
UL
:attr('class', "compactul")
:attr('class', "compactul")
:attr('title', "Categorie")
:attr('title', "Episodi")
for Item = 0, Quantity, 1 do
for Item = 0, Quantity, 1 do
LI =  mw.html.create('li')
LI =  mw.html.create('li')
LI:wikitext(Item)
if Item == 0 then
LI:wikitext("[[Tabella riassuntiva di " .. Short .. "|Tutti]]")
elseif Item == 1 then
LI:wikitext("Stagioni: [[Stagione " .. Item .. " di " .. Short .. "|" .. Item .. "]]")
else
LI:wikitext("[[Stagione " .. Item .. " di " .. Short .. "|" .. Item .. "]]")
end
UL:node(LI)
UL:node(LI)
end
end