Main public logs

Jump to navigation Jump to search

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

Logs
  • 14:17, 4 November 2025 LiteraGame talk contribs created page User:LiteraGame/common.js (Created page with "//All code here is from my common.js pages from the Minecarft Wikis and Meta MCW <https://minecraft.wiki/> // HotCat mw.loader.load('https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript'); // "Back to top" $(function(){ var i18n = { header: 'Back to Top' }; new ResizeObserver(function(entries) { if (window.innerWidth <= 720) { $('#mw-panel').css('height', ''); } else { $('#mw-panel').css('height'...")