More actions
Basic information
Display title | MediaWiki:Common.js |
Default sort key | Common.js |
Page length (in bytes) | 12,925 |
Namespace ID | 8 |
Namespace | MediaWiki |
Page ID | 11 |
Page content language | en - English |
Page content model | JavaScript |
Indexing by robots | Allowed |
Number of redirects to this page | 0 |
Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
Page protection
Edit | Allow only administrators (infinite) |
Move | Allow only administrators (infinite) |
Edit history
Page creator | Idkman (talk | contribs) |
Date of page creation | 17:33, 18 December 2024 |
Latest editor | Idkman (talk | contribs) |
Date of latest edit | 03:39, 9 March 2025 |
Total number of edits | 227 |
Total number of distinct authors | 1 |
Recent number of edits (within past 90 days) | 227 |
Recent number of distinct authors | 1 |
SEO properties
Description | Content |
Article description: (description )This attribute controls the content of the description and og:description elements. | /* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function () { setTimeout(() => { $('body').addClass('fade-in'); }, 100); // 0.1s delay before showing content }); $(document).ready(function () { // Immediately inject the loading screen... |