「MediaWiki:Common.js」の版間の差分
提供: Yourpedia
(新しいページ: '→Any JavaScript here will be loaded for all users on every page load.: var isViewingMainPage = (/^MediaWiki(\/..)? - MediaWiki$/.test(document.title)); if (isViewingMainPa...') |
細 |
||
(2人の利用者による、間の4版が非表示) | |||
1行目: | 1行目: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
− | var isViewingMainPage = (/^ | + | var isViewingMainPage = (/^メインページ(\/..)? - Yourpedia$/.test(document.title)); |
if (isViewingMainPage) { | if (isViewingMainPage) { | ||
document.write('<style type="text/css">/*<![CDATA[*/ #lastmod, #siteSub, h1.firstHeading { display: none !important; } #content { padding-top: 1em; }/*]]>*/</style>'); | document.write('<style type="text/css">/*<![CDATA[*/ #lastmod, #siteSub, h1.firstHeading { display: none !important; } #content { padding-top: 1em; }/*]]>*/</style>'); | ||
} | } | ||
+ | |||
+ | mw.loader.load('https://ja.yourpedia.org/mediawiki/index.php?title=MediaWiki:Common.js/ParserFunctions.js&action=raw&ctype=text/javascript'); | ||
+ | |||
+ | //END |
2019年6月7日 (金) 04:09時点における最新版
/* Any JavaScript here will be loaded for all users on every page load. */ var isViewingMainPage = (/^メインページ(\/..)? - Yourpedia$/.test(document.title)); if (isViewingMainPage) { document.write('<style type="text/css">/*<![CDATA[*/ #lastmod, #siteSub, h1.firstHeading { display: none !important; } #content { padding-top: 1em; }/*]]>*/</style>'); } mw.loader.load('https://ja.yourpedia.org/mediawiki/index.php?title=MediaWiki:Common.js/ParserFunctions.js&action=raw&ctype=text/javascript'); //END