Module:Tabs: Difference between revisions

Want an adless experience? Log in or Create an account.
m
preprocess didn't help, as expected. another theory, adding a newline
(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