Jump to navigation Jump to search

Main public logs

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

Logs
  • 04:39, 26 April 2025 Bubly talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Add view count to the bottom of content mw.loader.using(['mediawiki.util', 'mediawiki.api'], function () { new mw.Api().get({ action: 'query', titles: mw.config.get('wgPageName'), prop: 'info', format: 'json' }).done(function (data) { const pages = data.query.pages; const pageId = Object.keys(pages)[0]; const views = pages[pageId]....")