MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
208 bytes removed ,  09:10, 19 March 2020
Remove old APLcart code
(Experiment: replace image rather than broken link for APLcart)
(Remove old APLcart code)
Line 4: Line 4:
mw.loader.load('/w/index.php?title=MediaWiki:LeadingAndTrailingCells.js&action=raw&ctype=text/javascript');
mw.loader.load('/w/index.php?title=MediaWiki:LeadingAndTrailingCells.js&action=raw&ctype=text/javascript');
});
});
}
if ($('[title="File:APLcart"]').length) {
$('[title="File:APLcart"]').replaceWith('<iframe src="https://aplcart.info?w" style="height:38vh;width:calc(100% - 4px)">');
$('.thumbinner').css('width','38vw');
}
}
if ($('.image[href="/wiki/File:APLcart.png"]').length) {
if ($('.image[href="/wiki/File:APLcart.png"]').length) {
$('.image[href="/wiki/File:APLcart.png"]').replaceWith('<iframe src="https://aplcart.info?w" style="height:38vh;width:calc(100% - 4px)">');
$('.image[href="/wiki/File:APLcart.png"]').replaceWith('<iframe src="https://aplcart.info?w" style="height:38vh;width:calc(100% - 4px)">');
$('.internal[href="/wiki/File:APLcart.png"]').attr('href', 'https://aplcart.info/');
$('.internal[href="/wiki/File:APLcart.png"]').attr('href', 'https://aplcart.info?w');
$('.thumbinner').css('width','38vw');
$('.thumbinner').css('width','38vw');
}
}

Navigation menu