All public logs
From Makerpedia
Combined display of all available logs of Makerpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:31, 22 March 2025 Ajhg talk contribs created page User:Ajhg/common.js (Created page with "class MuseElement extends HTMLElement { constructor() { super(); } makeTransitionState (stateName, loseName) { var _this = this; var capFirst = (string)=>string.charAt(0).toUpperCase() + string.slice(1); var capped = capFirst(stateName); if (typeof _this[stateName] != 'undefined') var oldState = _this[stateName]; var lost = `${capped}_state_lost`; var lose = (loseName) ? `on${capFirst(loseName)}` : `onLose${capped}`; var got = `...")