利用者:Swind/sysoptools.js
表示
お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。
多くの Windows や Linux のブラウザ
- Ctrl を押しながら F5 を押す。
Mac における Safari
Mac における Chrome や Firefox
- ⌘ Cmd と ⇧ Shift を押しながら R を押す。
詳細についてはWikipedia:キャッシュを消すをご覧ください。
// This script is under public domain, and comes with ABSOLUTELY NO WARRANTY.
// You can use/modify/redistribute without any permission.
function insertTagsHtml (left, right, text){
return '<a onclick="insertTags(\'' + left + '\', \'' + right + '\', \'\');return false" href="#">' + text +'</a>';
}
$(function() {
var form = document.getElementById("editform");
if(!form) return;
var htmla = '';
var html = '<div style="font-size:smaller">';
if(/ns-4/.test(document.body.className)) {
html += '<b>Vfd(実行時)</b>: ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top|', '}}----', 'Vfd top|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top kept}}', '', '存続') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top deleted}}', '', '削除') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top skept}}', '', '即時存続') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top sdeleted}}', '', '即時削除') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd bottom}}', '', 'Bottom') + ' · ';
html += insertTagsHtml('\u007B\u007B確認待ち}}', '', '確認待ち') + ' · ';
html += insertTagsHtml('** (対処)削除しました--\u007E\u007E\u007E\u007E', '', 'done d') + ' · ';
html += insertTagsHtml('** (対処)', '[[Special:Undelete//del|/del]]にて の版以降を特定版削除しました。--\u007E\u007E\u007E\u007E', 'done p');
html += '<br />\n<b>Vfd(確認時)</b>: ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top|', '}}----', 'Vfd top|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd top pdeleted}}', '', '特定版削除') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Vfd bottom}}', '', 'Bottom');
html += '<br />\n<b>RfB</b>: ';
html += insertTagsHtml('\u007B\u007Bsubst:Rfb top|', '}}--\u007E\u007E\u007E\u007E----', '\u007B\u007Bsubst:Rfb top|}}--\u007E\u007E\u007E\u007E') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:Rfb bottom', '}}', '\u007B\u007Bsubst:Rfb bottom}}');
}
else if(wgCanonicalNamespace == 'Talk') {
html += '<b>Vfd talk</b>: ';
html += insertTagsHtml('\u007B\u007Bsubst:削除済みノート2}}', '', '削除済みノート2') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:削除済みノート3|', '}}', ':削除済みノート3|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:特定版削除済みノート}}', '', '特定版削除済みノート') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:特定版削除済みノート2|', '}}', '特定版削除済みノート2|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:不削除ノート2}}', '', '不削除ノート2') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:不削除ノート3|', '}}', '不削除ノート3|');
}
else if(wgCanonicalNamespace == 'User_talk') {
html += '<b>Notice</b>: ';
html += insertTagsHtml('\u007B\u007Bsubst:welcome}}', '', 'Welcome') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:preview}}--\u007E\u007E\u007E\u007E', '', 'Preview') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:スタブ未満作成停止のお願い}}--\u007E\u007E\u007E\u007E', '', 'スタブ未満作成停止') + ' · ';
html += insertTagsHtml('\u007B\u007Bblocked proxy|<!-- -->}}', '', 'Blocked Proxy') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:spam}}--\u007E\u007E\u007E\u007E', '', 'Spam');
html += '<br />\n<b>Test</b>:';
html += insertTagsHtml('\u007B\u007Bsubst:test}}--\u007E\u007E\u007E\u007E', '', 'test') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test-n|', '}}--\u007E\u007E\u007E\u007E', 'test-n|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test2}}--\u007E\u007E\u007E\u007E', '', '2') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test2-n|', '}}--\u007E\u007E\u007E\u007E', '2-n|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test2a}}--\u007E\u007E\u007E\u007E', '', '2a') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test2a-n|', '}}--\u007E\u007E\u007E\u007E', '2a-n|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test3}}--\u007E\u007E\u007E\u007E', '', '3') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test3-n|', '}}--\u007E\u007E\u007E\u007E', '3-n|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test4}}--\u007E\u007E\u007E\u007E', '', '4') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test4-n|', '}}--\u007E\u007E\u007E\u007E', '4-n|') + ' · ';
html += insertTagsHtml('\u007B\u007Bsubst:test5}}--\u007E\u007E\u007E\u007E', '', '5');
html += '<br />\n<b>Others</b>:';
html += insertTagsHtml('\u007B\u007BVandalip|', '}}', 'Vandalip') + ' · ';
html += insertTagsHtml('\u007B\u007B削除依頼タグ除去|記事名|依頼サブページ', '}}', '削除依頼タグ除去');
// html += '<br />';
} else if (wgCanonicalNamespace == 'Image'){
html += insertTagsHtml('\u007B\u007Bsubst:Nld}}', '', '\u007B\u007Bsubst:Nld}}') + ' · ';
html += insertTagsHtml('\u007B\u007BNo source}}', '', '\u007B\u007BNo source}}') + ' · ';
html += insertTagsHtml('\u007B\u007BFairuse}}', '', '\u007B\u007BFairuse}}') + ' · ';
html += insertTagsHtml('\u007B\u007BNoncommercial}}', '', '\u007B\u007BNoncommercial}}') + ' · ';
} else {
return;
}
html += '</div>';
var div = document.createElement('div');
div.innerHTML = html;
form.parentNode.insertBefore(div, form);
});