Anonimo

Modulo:DTGenerico: differenze tra le versioni

Da Wikitrek.
nessun oggetto della modifica
(Identify episode source)
Nessun oggetto della modifica
Riga 285: Riga 285:
end
end
function p.ProcessNavigators(frame)
function p.ProcessNavigators(frame)
local CollectionTable
local CollectionTable = nil
local Item = mw.wikibase.getEntity()
local Item = mw.wikibase.getEntity()
local ItemQ = mw.wikibase.getEntityIdForCurrentPage()
local ItemQ = mw.wikibase.getEntityIdForCurrentPage()
Riga 300: Riga 300:
-- Arc
-- Arc
CollectionTable = CollectionTable .. string.char(10) .. MakeNavTable(Item.claims["P46"][1].qualifiers, Item.claims["P46"][1].mainsnak.datavalue.value)
CollectionTable = CollectionTable .. string.char(10) .. MakeNavTable(Item.claims["P46"][1].qualifiers, Item.claims["P46"][1].mainsnak.datavalue.value)
end
if CollectionTable ~= nil then
CollectionTable = "<div class='separatorebox'>'''Navigatore'''</div>" .. CollectionTable
end
end