Anonimo

Modulo:DTGenerico: differenze tra le versioni

Da Wikitrek.
Italian title
mNessun oggetto della modifica
(Italian title)
Riga 116: Riga 116:
end
end
if (mw.wikibase.getLabelByLang(ItemQ, 'it')) and (mw.wikibase.getLabelByLang(ItemQ, 'it')) ~= PageTitle.text then
if (mw.wikibase.getLabelByLang(ItemQ, 'it')) and (mw.wikibase.getLabelByLang(ItemQ, 'it')) ~= PageTitle.text then
AllRows[#AllRows + 1] = {"In italiano:", {mw.wikibase.getLabelByLang(ItemQ, 'it')}}
local ITLabel
if IsEpisode or IsBook or IsFilm then
ITLabel = "Titolo italiano"
else
ITLabel = "In italiano"
end
AllRows[#AllRows + 1] = {ITLabel .. ":", {mw.wikibase.getLabelByLang(ItemQ, 'it')}}
end
end
for _, Property in pairs(AllP) do
for _, Property in pairs(AllP) do