Main public logs
Combined display of all available logs of Ethan's Workspace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:46, 10 December 2025 Ethan talk contribs created page Module:Switcher (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local root = mw.html.create('div'):addClass('switcher-container') local default = (tonumber(args.default) or 0) * 2 - 1 for i,v in ipairs(args) do if i % 2 == 1 then local span = root :tag('div') :wikitext(args[i]) :tag('span') :addClass('switcher-label') :css('display', 'none') :wikitext(mw.text.trim(args[i + 1] or '')) if i == default then span:attr(...")