Modulo:Infobox/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
+ChiudiTable |
m +CreaTable |
||
Riga 157:
local function _infobox()
-- Crea l'albero html che rappresenta la tabella del sinottico e restituisce il markup
if args.CreaTable == 'no' or args.InserisciTestata == 'no' then
root = mw.html.create('')
else
Riga 165:
:cssText(args.StileTabella or '')
:attr('summary', args.Summary or 'Tabella sinottica che riassume i principali dati del soggetto')
end
if args.InserisciTestata ~= 'no' then
renderTitle()
renderImage()
Riga 284 ⟶ 286:
preprocessSingleArg('InserisciTestata')
preprocessSingleArg('InserisciCoda')
preprocessSingleArg('CreaTable')
preprocessSingleArg('ChiudiTable')
preprocessSingleArg('Summary')
|