All public logs

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

Logs
  • 18:01, 15 June 2024 Ricewind talk contribs created page User:Ricewind/common.js (Created page with "$(document).ready(function() { // Create subpage link functionality function createSubpage() { var subpageTitle = prompt('Enter subpage title:'); if (!subpageTitle) return; var encodedTitle = encodeURIComponent(subpageTitle.trim()); var link = mw.config.get('wgScriptPath') + '/index.php?title=' + mw.config.get('wgPageName') + '/' + encodedTitle + '&action=edit&preload=Template:MoneyMakingGuide'; window.location.href = link;...")