Modulo:Navbox/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m classi specifiche |
||
Riga 283:
if self.args['group' .. id] then
trNode:tag('th')
:addClass('
:cssText(self.args.groupstyle)
:wikitext(self.args['group' .. id])
Riga 294:
trNode:tag('td')
:attr('colspan', self.args['group' .. id] and '1' or '2')
:addClass('
:addClass(not self.args['group' .. id] and 'navbox_center' or nil)
:cssText(self.args.liststyle)
|