Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Tabber: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 May 2025

  • curprev 20:3020:30, 26 May 2025 Prd talk contribs 2,116 bytes +2,116 Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame) return p._main(args, frame) end function p._main(args, frame) if args == nil then return '' elseif type(args) ~= 'table' then return args end frame = frame or mw.getCurrentFrame() local tabber = mw.html.create('div'):addClass('wds-tabber') local labels = mw.html.create():tag('ul'):addClass('wds-tabs wds-tabs__wrapper' .. (args.no_..."