Module:Tabs: Difference between revisions

Want an adless experience? Log in or Create an account.
wikitables aren't being parsed for some reason. seeing if preprocess will help
(replace arg vtabwidth with left_width)
(wikitables aren't being parsed for some reason. seeing if preprocess will help)
Line 164: Line 164:
     :addClass( 'zdw-tabcontent' )
     :addClass( 'zdw-tabcontent' )
     :attr( 'data-tab-content', self.contentId )
     :attr( 'data-tab-content', self.contentId )
     :wikitext( self.content )
     :wikitext( mw.getCurrentFrame():preprocess( self.content ) )


   if self.contentId == 'default' then
   if self.contentId == 'default' then