Main public logs

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

Logs
  • 18:59, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-gadvia-score-calculator.js (Created page with "Finds elements by a selector and executes a function for each element: function findAndExecute(selector, callback) { const elements = document.querySelectorAll(selector); elements.forEach((element) => { try { callback(element); } catch (e) { console.error(`Error while initializing "${selector}"`, e); } }); } Gadvia Score Calculator: findAndExecute(".rgwiki-gadvia-score-calculator", (root) => { ro...")