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('navbox_groupsubnavbox_group')
: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('navbox_listsubnavbox_list')
:addClass(not self.args['group' .. id] and 'navbox_center' or nil)
:cssText(self.args.liststyle)