User:Peterxy12/js/Usergroup.js: 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.

12 October 2025

  • curprev 09:0709:07, 12 October 2025 Peterxy12 talk contribs 2,729 bytes +2,729 Created page with " function makeBadge(groups) { if (!groups?.length) return null; const container = document.createElement('sup'); container.style.cssText = 'font-size:85%;vertical-align:super;margin-left:2px;line-height:1;'; groups.sort((a, b) => GROUP_ORDER.indexOf(a) - GROUP_ORDER.indexOf(b)) .forEach((g, i) => { const cfg = USER_GROUPS[g]; if (!cfg) return; const span = document.createElemen..." Tags: Mobile edit Mobile web edit