Main public logs
Combined display of all available logs of The SpiritWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:37, 15 March 2025 Michael talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { // Get the last visited page from localStorage var lastPage = localStorage.getItem('lastVisitedPage'); // Get the current page title var currentPage = mw.config.get('wgPageName').replace(/_/g, ' '); // Store the current page in localStorage for the next visit if (currentPage !== "Main_Page") { // Avoid setting breadcrumbs for the main page...")
