Main public logs

From No Way Out Wiki

Combined display of all available logs of No Way Out 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:43, 26 September 2025 User talk contribs created page MediaWiki:Gadget-NWOBuilder.js (Created page with "// NWO Character Builder gadget – mounts into <div id="nwo-builder"> (function (mw, $) { 'use strict'; // Only run on the page that contains the mount (fast bail on others) function shouldRun($root) { if ($root && $root.length) return true; // Optional page-name guard (rename to your page title with underscores): // return mw.config.get('wgPageName') === 'NWO_Character_Builder'; return false; } function mount() { var $root = $('#nwo-buil...")