「MediaWiki:Common.js」の版間の差分
提供: Yourpedia
(テスト) |
細 |
||
6行目: | 6行目: | ||
} | } | ||
− | + | mw.loader.load( '/index.php?title=MediaWiki:Common.js/ParserFunctions.js&action=raw&ctype=text/javascript' ); | |
− | + | ||
− | + | //END | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
2019年6月5日 (水) 18:18時点における版
/* 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( '/index.php?title=MediaWiki:Common.js/ParserFunctions.js&action=raw&ctype=text/javascript' ); //END