Main public logs
Appearance
Combined display of all available logs of WhiskerWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:52, 20 September 2024 Roverso 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() { // Check if we're on the Category:Species page if (mw.config.get('wgTitle') === 'Species' && mw.config.get('wgNamespaceNumber') === 14) { // Select all links within the category page and italicize them $('.mw-category-group a').css('font-style', 'italic'); } });")