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).
- 13:50, 1 August 2024 Heku talk contribs created page Module:MainPageSkinSwitch (Created page with "local p = {} function p.getMainPageContent(skin) if skin == 'citizen' then return mw.title.new('MediaWiki:Mainpage/Citizen'):getContent() else return mw.title.new('MediaWiki:Mainpage/Vector'):getContent() end end return p")