사용자:토끼군/monobook.js

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

<!-- // --> <pre>
// 자세한 건 [[사용자:토끼군/customized.js]]를 참고합시다.
// See [[사용자:토끼군/customized.js]] for more information.

// 단축키 재조정 (충돌을 막기 위해..)
ta['pt-login'][0] = '';
ta['pt-anonlogin'][0] = '';
ta['pt-logout'][0] = '';
ta['ca-delete'][0] = '';
ta['ca-undelete'][0] = '';
ta['ca-watch'][0] = '';
ta['ca-unwatch'][0] = '';
ta['search'][0] = '';

////////////////////////////////////////////////////////////////////////////////

// EditPageRedesign 모듈
$EditPageRedesign = {chartable: [
    ['', '\xa0·\xa0', '·'],
    ['0', '…', '…'],
    ['!', '\xa0¹\xa0', '¹'],
    ['@', '\xa0²\xa0', '²'],
    ['#', '\xa0³\xa0', '³'],
    ['', '—', '—'],
    ['', '±', '±'],
    ['', '×', '×'],
    ['', '≤', '≤'],
    ['', '≥', '≥'],
    ['1', '〈〉', ['〈', '〉']],
    ['2', '《》', ['《', '》']],
    ['3', '\xa0‘’\xa0', ['‘', '’']],
    ['4', '“”', ['“', '”']],
    ['', '→', '→'],
    ['', '←', '←'],
    [';', '[[분류]]', ['[[분류:', ']]']],
    ['/', '<ref>', ['<ref>', '</ref>']],
    ['?', '<references/>', ['== ', ' ==\n<references/>\n']],
    ['(', '<nowiki>', ['<nowiki>', '</nowiki>']],
    [')', '<math>', ['<math>', '</math>']],
    ['-', '{{lang}}', {text: ['{{lang|$|', '}}'], deftext: 'en', prompt: 'insert language code'}],
    ['_', '{{llang}}', {text: ['{{llang|$|', '}}'], deftext: 'en', prompt: 'insert language code'}],
    ['\\', '--~~~~', ' --~~~~'],
]};

// JavascriptConsole 모듈
$JavascriptConsole = {};

// SimpleInterwiki 모듈
$SimpleInterwiki = {
    targets: {0: 'document', 4: 'document', 6: 'media', 10: 'document', 14: 'document'},
    targetmap: {
        document: ['ko.wp', 'en.wp', 'ja.wp', 'de.wp'],
        media: ['ko.wp', 'en.wp', 'ja.wp', 'de.wp', 'commons'],
    },
};

// PurgeButton 모듈
$PurgeButton = {};

////////////////////////////////////////////////////////////////////////////////

document.write('<script type="text/javascript" src="http://ko.wikipedia.org/w/' +
    'index.php?title=User:%ED%86%A0%EB%81%BC%EA%B5%B0/customized.js&' +
    'action=raw&ctype=text/javascript&dontcountme=s' + // '&oldid=(OLDID HERE)' +
    '"></'+'script>');

//////////////////////////////////////////////////////////////////////////////// </pre>