MediaWiki:Common.js: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (53 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* | /* Hide "View form" tab for anonymous users */ | ||
$(function () { | |||
if (mw.config.get('wgUserName') === null) { | |||
$('#ca-formedit, #ca-viewform').remove(); | |||
} | |||
}); | |||
function | |||
} | |||
} | |||
/*Banner-Top*/ | /*Banner-Top*/ | ||
| Line 56: | Line 16: | ||
"728", | "728", | ||
"90" | "90" | ||
], | |||
[ | |||
"970", | |||
"90" | |||
], | |||
[ | |||
"320", | |||
"100" | |||
], | |||
[ | |||
"320", | |||
"50" | |||
] | ] | ||
], | ], | ||
| Line 71: | Line 43: | ||
"sizes": [ | "sizes": [ | ||
[ | [ | ||
" | "300", | ||
"250" | "250" | ||
], | ], | ||
| Line 77: | Line 49: | ||
"336", | "336", | ||
"280" | "280" | ||
], | |||
[ | |||
"320", | |||
"50" | |||
], | |||
[ | |||
"320", | |||
"100" | |||
] | ] | ||
], | ], | ||
| Line 90: | Line 70: | ||
"sizes": [ | "sizes": [ | ||
[ | [ | ||
" | "300", | ||
"250" | "250" | ||
], | ], | ||
| Line 96: | Line 76: | ||
"336", | "336", | ||
"280" | "280" | ||
], | |||
[ | |||
"320", | |||
"50" | |||
], | |||
[ | |||
"320", | |||
"100" | |||
] | ] | ||
], | ], | ||
| Line 108: | Line 96: | ||
"sizes": [ | "sizes": [ | ||
[ | [ | ||
" | "300", | ||
"250" | "250" | ||
], | |||
[ | |||
"336", | |||
"280" | |||
], | ], | ||
[ | [ | ||
| Line 128: | Line 120: | ||
"sizes": [ | "sizes": [ | ||
[ | [ | ||
" | "300", | ||
"250" | "250" | ||
], | ], | ||
| Line 134: | Line 126: | ||
"336", | "336", | ||
"280" | "280" | ||
], | |||
[ | |||
"320", | |||
"50" | |||
], | |||
[ | |||
"320", | |||
"100" | |||
] | ] | ||
], | ], | ||
| Line 149: | Line 149: | ||
"mediaQuery": "(min-width: 320px) and (max-width: 767px)" | "mediaQuery": "(min-width: 320px) and (max-width: 767px)" | ||
}); | }); | ||
/* Video Script - Desktop and Ipad Only*/ | /* Video Script - Desktop and Ipad Only*/ | ||
window['nitroAds'].createAd('Videoplayer', { | window['nitroAds'].createAd('Videoplayer', { | ||
"format": "video-nc", | "format": "video-nc", | ||
"video": { | "video": { | ||
"float": "always", | "float": "always", | ||
"mobile": " | "mobile": "full", | ||
"initialDelay": 1 | "initialDelay": 1 | ||
} | } | ||
}); | }); | ||
/*Outstream | |||
window['nitroAds'].createAd(' | /* Outstream | ||
"refreshLimit": | window['nitroAds'].createAd('Videoplayer', { | ||
"refreshLimit": 0, | |||
"refreshTime": 30, | "refreshTime": 30, | ||
"format": "floating | "format": "floating" | ||
}); | }); | ||
*/ | */ | ||
/*Fixed Small Banner Top*/ | /*Fixed Small Banner Top*/ | ||
| Line 207: | Line 209: | ||
"refreshVisibleOnly": true, | "refreshVisibleOnly": true, | ||
"sizes": [ | "sizes": [ | ||
[ | |||
"300", | |||
"250" | |||
], | |||
[ | |||
"336", | |||
"280" | |||
], | |||
[ | |||
"320", | |||
"50" | |||
], | |||
[ | [ | ||
"320", | "320", | ||
| Line 286: | Line 300: | ||
"refreshVisibleOnly": true, | "refreshVisibleOnly": true, | ||
"sizes": [ | "sizes": [ | ||
[ | |||
"300", | |||
"250" | |||
], | |||
[ | [ | ||
"320", | "320", | ||
" | "50" | ||
], | ], | ||
[ | [ | ||
" | "320", | ||
" | "100" | ||
] | ] | ||
], | ], | ||
Latest revision as of 05:22, 11 July 2025
/* 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": true,
"refreshVisibleOnly": true,
"sizes": [
[
"728",
"90"
],
[
"970",
"90"
],
[
"320",
"100"
],
[
"320",
"50"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px)",
"geoDeny": [
"AU"
]
});
window['nitroAds'].createAd('banner-top-mobile', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"300",
"250"
],
[
"336",
"280"
],
[
"320",
"50"
],
[
"320",
"100"
]
],
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
/*Banner-Bottom*/
window['nitroAds'].createAd('banner-bottom-mobile', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"300",
"250"
],
[
"336",
"280"
],
[
"320",
"50"
],
[
"320",
"100"
]
],
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
window['nitroAds'].createAd('banner-bottom-desktop-ipad', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"300",
"250"
],
[
"336",
"280"
],
[
"970",
"250"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px)"
});
/* Ads in Content Script*/
window['nitroAds'].createAd('mw-content-text', {
"refreshLimit": 20,
"refreshTime": 30,
"format": "article",
"pageInterval": 3,
"sizes": [
[
"300",
"250"
],
[
"336",
"280"
],
[
"320",
"50"
],
[
"320",
"100"
]
],
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
/* Ads in AnchorText Script*/
window['nitroAds'].createAd('AnchorText-mobile', {
"refreshLimit": 20,
"refreshTime": 30,
"format": "anchor",
"anchor": "top",
"anchorPersistClose": false,
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
/* Video Script - Desktop and Ipad Only*/
window['nitroAds'].createAd('Videoplayer', {
"format": "video-nc",
"video": {
"float": "always",
"mobile": "full",
"initialDelay": 1
}
});
/* Outstream
window['nitroAds'].createAd('Videoplayer', {
"refreshLimit": 0,
"refreshTime": 30,
"format": "floating"
});
*/
/*Fixed Small Banner Top*/
window['nitroAds'].createAd('small-banner-top', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px)"
});
/*Sidebar-Sticky*/
window['nitroAds'].createAd('sidebar-sticky', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"160",
"600"
]
],
"mediaQuery": "(min-width: 1200px), (min-width: 1200px) and (max-width: 1200px)"
});
/*Ads-Infobox*/
window['nitroAds'].createAd('Ads-Infobox', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"300",
"250"
],
[
"336",
"280"
],
[
"320",
"50"
],
[
"320",
"100"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px), (min-width: 320px) and (max-width: 767px)",
"geoDeny": [
"AU"
]
});
window['nitroAds'].createAd('Ads-Infobox1', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px), (min-width: 320px) and (max-width: 767px)",
"geoDeny": [
"AU"
]
});
window['nitroAds'].createAd('Ads-Infobox3', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px), (min-width: 320px) and (max-width: 767px)"
});
/* Large Mobile Banner*/
window['nitroAds'].createAd('largemobilebanner', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 768px) and (max-width: 1024px), (min-width: 320px) and (max-width: 767px)",
"geoDeny": [
"AU"
]
});
/*AnchorBottom*/
window['nitroAds'].createAd('anchorBottom', {
"refreshLimit": 20,
"refreshTime": 30,
"format": "anchor",
"anchor": "bottom",
"anchorPersistClose": false,
"mediaQuery": "(min-width: 1025px), (min-width: 1000px) and (max-width: 1024px)"
});
/*Ads-InfoboxTop*/
window['nitroAds'].createAd('Ads-InfoboxTop', {
"refreshLimit": 20,
"refreshTime": 30,
"renderVisibleOnly": true,
"refreshVisibleOnly": true,
"sizes": [
[
"300",
"250"
],
[
"320",
"50"
],
[
"320",
"100"
]
],
"mediaQuery": "(min-width: 1025px), (min-width: 800px) and (max-width: 1024px)"
});
/* Ad Block*/