Main public logs
Appearance
Combined display of all available logs of RiskiPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:42, 30 January 2025 User talk contribs created page MediaWiki:GenderSelect.js (Created page with "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 );")
- 23:08, 30 January 2025 User talk contribs created page UseGenderSelector (Created page with "{{#widget:GenderSelector}}")
- 23:06, 30 January 2025 User talk contribs created page 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 ); <...")
- 21:16, 30 January 2025 Gavinandresen talk contribs created page UseTestingWidget (Testing Widgets functionality)
- 21:14, 30 January 2025 Gavinandresen talk contribs created page Widget:Testing (Testing WIdget stuff.)
- 21:12, 30 January 2025 User talk contribs changed group membership for Gavinandresen from (none) to administrator, interface administrator, bureaucrat, suppressor and widget editor
- 19:04, 30 January 2025 Gavinandresen talk contribs created page Data:All Cause Mortality:USA (Mortality data for the USA from mortality.org)
- 19:03, 30 January 2025 User account Gavinandresen talk contribs was created
- 20:46, 28 January 2025 User talk contribs created page 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(); } }")
- 20:11, 28 January 2025 MediaWiki default talk contribs created page Main Page