| Display title | MediaWiki:Common.js |
| Default sort key | Common.js |
| Page length (in bytes) | 5,672 |
| Namespace ID | 8 |
| Namespace | MediaWiki |
| Page ID | 8457 |
| 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) |
| Edit | Allow only users with "editsitejs" permission (infinite) |
| Move | Allow only users with "editsitejs" permission (infinite) |
| Page creator | HydeWing (talk | contribs) |
| Date of page creation | 02:37, 6 February 2018 |
| Latest editor | Hyatt (talk | contribs) |
| Date of latest edit | 05:22, 11 July 2025 |
| Total number of edits | 239 |
| Total number of distinct authors | 2 |
| Recent number of edits (within past 90 days) | 0 |
| Recent number of distinct authors | 0 |
Description | Content |
Article description: (description) This attribute controls the content of the description and og:description elements. | /* Hide "View form" tab for anonymous users */
$(function () {
if (mw.config.get('wgUserName') === null) {
$('#ca-formedit, #ca-viewform').remove();
}
});
/*Banner-Top*/
window['nitroAds'].createAd('banner-top-desktop-ipad', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly... |