Module:Tabs: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(wikitables aren't being parsed for some reason. seeing if preprocess will help)
m (preprocess didn't help, as expected. another theory, adding a newline)
Line 164: Line 164:
     :addClass( 'zdw-tabcontent' )
     :addClass( 'zdw-tabcontent' )
     :attr( 'data-tab-content', self.contentId )
     :attr( 'data-tab-content', self.contentId )
     :wikitext( mw.getCurrentFrame():preprocess( self.content ) )
     :wikitext( '\n' .. self.content )


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