Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Taranaki Lab Manual. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:39, 18 September 2025 Chris Greenwood (Cge) talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Strip "Tests:" namespace prefix from search result titles function stripTestsPrefix($scope) { $scope.find('a[title^="Tests:"]').each(function() { const currentText = $(this).text(); const newText = currentText.replace(/^Tests:/, ''); $(this).text(newText); }); } // Run on initial page load mw.hook('wikipage.content').add(stripTestsPrefix); // Run again if searc...")