All public logs
Combined display of all available logs of H&D Publishing Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:17, 28 January 2022 Karl talk contribs created page MediaWiki:Common.js (Created page with "// Any JavaScript here will be loaded for all // users on every page load. console.log('hello from common.js') // rename 'Discussion' tab or context menu button // to 'CSS' in the 'Publishing' namespace. const url = window.location.href, NS = 'Publishing', // content namespace cssNS = NS + 'CSS' // css namespace if (url.includes(NS + ':')) { console.log('this page is in namespace', NS) const talkAnchor = document.querySelector('#...")