Modulo:DTBase: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
nessun oggetto della modifica
(Table's title)
Nessun oggetto della modifica
Riga 362: Riga 362:
local Table
local Table
Title = Title or "Navigatore"
--Title = Title or "Navigatore"
if not Item then
if not Item then
Item = mw.wikibase.getEntity("Q1")
Item = mw.wikibase.getEntity("Q1")
Riga 383: Riga 383:
end
end
Table = "<div class='separatorebox'>'''" .. Title .. "'''</div>"
--Table = "<div class='separatorebox'>'''" .. Title .. "'''</div>"
Table = Table .. string.char(10) .. "<table class='wikitable' style='width:100%'>"
--Table = Table .. string.char(10) .. "<table class='wikitable' style='width:100%'>"
Table = Table .. string.char(10) .. "<caption>" .. Title .. "</caption>"
Table = "<table class='wikitable' style='width:100%'>"
if Title ~= nil then
Table = Table .. string.char(10) .. "<caption>" .. Title .. "</caption>"
end
Table = Table .. string.char(10) .. "<tr><th id='P7' title='P7'>&lt; Precedente</th><th id='P23' title='P23'>Successivo &gt;</th></tr>"
Table = Table .. string.char(10) .. "<tr><th id='P7' title='P7'>&lt; Precedente</th><th id='P23' title='P23'>Successivo &gt;</th></tr>"
Table = Table .. string.char(10) .. "<tr><td style='text-align:center; width:50%;'>" .. Previous .. "</td>"
Table = Table .. string.char(10) .. "<tr><td style='text-align:center; width:50%;'>" .. Previous .. "</td>"

Menu di navigazione