旧站的内容可能已过时。您可以前往“真魂”分站查看本页面,那里的内容将会定期同步。
“个人维基:首页/模板/顶部脚本”的版本间的差异
来自个人维基
小 |
|||
(未显示1个用户的2个中间版本) | |||
第1行: | 第1行: | ||
− | <includeonly>{{MywikiParaHack|< | + | <includeonly>{{MywikiParaHack|<html><script></html></includeonly><noinclude><html><pre></html></noinclude><html> |
− | if ( location.host | + | if ( location.host === "mywiki.cn" ) { |
// 个人维基域名没加www,硬核手动重定向 | // 个人维基域名没加www,硬核手动重定向 | ||
location.replace( | location.replace( | ||
第13行: | 第13行: | ||
if ( mw.config.get("wgAction") === "view" ) { | if ( mw.config.get("wgAction") === "view" ) { | ||
$( "#firstHeading" ).html( "LNN的<code>:not(</code>博客<code>)</code>?" ) | $( "#firstHeading" ).html( "LNN的<code>:not(</code>博客<code>)</code>?" ) | ||
− | document.title = | + | document.title = "LNN的:not(博客)? - 个人维基" |
} | } | ||
− | <includeonly><html></script></html>}}</includeonly> | + | </html><includeonly><html></script></html>}}</includeonly><noinclude><html></pre></html></noinclude> |
2022年11月30日 (三) 17:14的最后版本
if ( location.host === "mywiki.cn" ) { // 个人维基域名没加www,硬核手动重定向 location.replace( "https://www.mywiki.cn" + location.pathname + location.search + location.hash ) } // 修改标题 if ( mw.config.get("wgAction") === "view" ) { $( "#firstHeading" ).html( "LNN的:not(
博客)
?" ) document.title = "LNN的:not(博客)? - 个人维基" }