Module:UserSkin: Revision history

Jump to navigation Jump to search

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.

1 August 2024

  • curprev 16:3616:36, 1 August 2024Heku talk contribs 516 bytes +516 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..."