Module:Tabs: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
(fix default tabs if left and top share the same selector)
No edit summary
Line 222: Line 222:
       tabArgs = Args.getTable( tabArgs )
       tabArgs = Args.getTable( tabArgs )
       tabArgs.selection = Args.getValue( tabArgs )
       tabArgs.selection = Args.getValue( tabArgs )
       tab:addTab( tabArgs )
       left:addTab( tabArgs )
     end
     end
   end
   end
Line 234: Line 234:
       tabArgs = Args.getTable( tabArgs )
       tabArgs = Args.getTable( tabArgs )
       tabArgs.selection = Args.getValue( tabArgs )
       tabArgs.selection = Args.getValue( tabArgs )
       tab:addTab( tabArgs )
       top:addTab( tabArgs )
     end
     end
   end
   end