Display title | MediaWiki:Common.js |
Default sort key | Common.js |
Page length (in bytes) | 610 |
Namespace ID | 8 |
Namespace | MediaWiki |
Page ID | 19 |
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) |
Pure Evil Villains item ID | None |
Edit | Allow only users with "editsitejs" permission (infinite) |
Move | Allow only users with "editsitejs" permission (infinite) |
Page creator | Dude of Wealth and Taste (talk | contribs) |
Date of page creation | 13:51, 11 October 2025 |
Latest editor | Dude of Wealth and Taste (talk | contribs) |
Date of latest edit | 14:19, 11 October 2025 |
Total number of edits | 5 |
Recent number of edits (within past 180 days) | 5 |
Recent number of distinct authors | 1 |
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. */
// === CreatePageButton handler (WikiOasis safe version) ===
mw.loader.using('mediawiki.util', function () {
$(document).on('click', '.create-page-button', function (e) {
e.preventDefault();
var prefix = $(this).attr( |