Main public logs

From Test Wiki

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:07, 12 October 2025 Peterxy12 talk contribs created page User:Peterxy12/js/Usergroup.js (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