User contributions for User
Appearance
31 January 2025
- 00:1900:19, 31 January 2025 diff hist −121 MediaWiki:Common.js No edit summary
- 00:1800:18, 31 January 2025 diff hist +215 MediaWiki:Common.js No edit summary
- 00:1600:16, 31 January 2025 diff hist +21 MediaWiki:Common.js No edit summary
- 00:1400:14, 31 January 2025 diff hist +548 MediaWiki:Common.js No edit summary
- 00:0200:02, 31 January 2025 diff hist +1 Main Page No edit summary
- 00:0200:02, 31 January 2025 diff hist −15 Main Page No edit summary
- 00:0200:02, 31 January 2025 diff hist +39 N Template:Micromorts Created page with "<span class="micromorts">{{{1}}}</span>" current
30 January 2025
- 23:5823:58, 30 January 2025 diff hist −17 Main Page No edit summary
- 23:5723:57, 30 January 2025 diff hist +43 N Template:GenderSelect Created page with "<span class="hello-world">Loading...</span>"
- 23:4723:47, 30 January 2025 diff hist +34 Main Page No edit summary
- 23:0823:08, 30 January 2025 diff hist +26 N UseGenderSelector Created page with "{{#widget:GenderSelector}}" current
- 23:0723:07, 30 January 2025 diff hist −126 Widget:GenderSelector No edit summary
- 23:0623:06, 30 January 2025 diff hist +483 N Widget:GenderSelector Created page with "<Script lang="javascript"> var HelloWorld = { init: function () { // Create a button using OOUI // Note! OOUI is being replaced by Codex var button = new OO.ui.ButtonWidget( { label: 'Click me!' } ); // Bind events button.on( 'click', HelloWorld.sayHello ); // Add the button to the DOM $( '.hello-world' ).html( button.$element ); }, sayHello: function () { alert( 'Hello world!' ); } }; mw.loader.using( [ 'oojs-ui-core' ], HelloWorld.init ); <..."
28 January 2025
- 20:5220:52, 28 January 2025 diff hist +98 MediaWiki:Common.js No edit summary
- 20:4720:47, 28 January 2025 diff hist +75 Main Page No edit summary
- 20:4620:46, 28 January 2025 diff hist +448 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: for (let span of document.getElementsByClassName("micromorts")){ if (span !== null){ let chance = 1000000 / parseInt(span.textContent); let digits = Math.round(chance).toString().length; let rounded = Math.round(chance / Math.pow(10, digits - 2)) * Math.pow(10, digits - 2); span.textContent = "1 in " + rounded.toLocaleString(); } }"