All public logs
Jump to navigation
Jump to search
Combined display of all available logs of IxWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:04, 1 August 2024 Heku talk contribs created page Module:MainPageSkin (Created page with "local p = {} function p.getSkin(frame) local skin = frame.args[1] or mw.user.options.get('skin') if skin == 'citizen' then return 'citizen' else return 'vector' end end return p")