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).

Logs
  • 16:36, 1 August 2024 Heku talk contribs created page Module:UserSkin (Created page with "local p = {} function p.getUserSkin() local skin = mw.site.stats.skin if not skin or skin == '' then -- Fallback detection method local frame = mw.getCurrentFrame() if frame then local html = frame:preprocess('{{HTMLPAGEHEADER}}') if html:find('citizen') or html:find('skin-citizen') then return 'citizen' end end return 'vector' -- Default to vector if we can't detect...")