「利用者:GuoPC/common.js」の版間の差分
細 (// Edit via Wikiplus) |
細 (// Edit via Wikiplus) |
||
1行目: | 1行目: | ||
− | |||
− | |||
− | |||
// PersonalLabel based on [[zhmoe:User:AnnAngela/js/PersonalLabel.js]] | // PersonalLabel based on [[zhmoe:User:AnnAngela/js/PersonalLabel.js]] | ||
$(function() { | $(function() { | ||
$('#pt-watchlist').after('<li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/Sandbox">個人サンドボックス</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">公開記録</a></li>'); | $('#pt-watchlist').after('<li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/Sandbox">個人サンドボックス</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">公開記録</a></li>'); | ||
}); | }); |
2023年8月31日 (木) 12:44時点における最新版
// PersonalLabel based on [[zhmoe:User:AnnAngela/js/PersonalLabel.js]] $(function() { $('#pt-watchlist').after('<li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/Sandbox">個人サンドボックス</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">公開記録</a></li>'); });