Revision as of 11:31, 12 September 2022 by Couchor(talk | contribs)(Created page with "local Tabs = {} function Tabs.static(args) local tabCount = Tabs.number_of_tabs(args) local this = tonumber(args['This']) or Tabs.computeThis(args, tabCount) local this2 = tonumber(args['This2']) local outerDiv = mw.html.create('div') :addClass('tabs-static') :attr('data-nosnippet', '') local ul = outerDiv:tag('ul') :attr('class', 'nav nav-tabs navigation-not-searchable tabs tabs' .. tabCount) for i = 1, tabCount do local link = args['link' .. i] loca...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.