Module:Listbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
m
change label class to zdw-label to distinguish from bootstrap
(remove staging checks (WW Characters and BotW checks were moved to Module:Listing))
m (change label class to zdw-label to distinguish from bootstrap)
 
Line 45: Line 45:
       local row = content:tag( 'tr' )
       local row = content:tag( 'tr' )
       row:tag( 'th' )
       row:tag( 'th' )
         :addClass( 'label' )
         :addClass( 'zdw-label' )
         :wikitext( group.name )
         :wikitext( group.name )
       local cell = row:tag( 'td' )
       local cell = row:tag( 'td' )

Navigation menu