사용자:토끼군~kowikisource/monobook.js: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
한국어 위키백과에서 복사
(차이 없음)

2006년 9월 23일 (토) 11:38 판

<!-- // --> <pre>

// 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'},
    targetmap: {document: ['ko.wp', 'en.source']},
};

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

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>