사용자:Alpha for knowledge/monobook.js
위키백과 ― 우리 모두의 백과사전.
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 무시해야 합니다. 모질라 / 파이어폭스 / 사파리: '시프트' 키를 누르면서 '새로고침'을 클릭하거나, Ctrl-F5를 입력; 컨커러: 단순히 '새로고침'을 클릭하거나 F5를 입력; 오페라 사용자는 '도구→설정'에서 캐시를 완전히 비워야 합니다.
/* <pre><nowiki> */ //Modified this Wikipedia Tooltip ta = new Object(); ta['pt-userpage'] = new Array('.','내 사용자 페이지'); ta['pt-mytalk'] = new Array('n','내 사용자토론 페이지'); ta['pt-preferences'] = new Array('','환경설정'); ta['pt-watchlist'] = new Array('l','내가 눈여겨보는 글 목록.'); ta['pt-mycontris'] = new Array('y','내가 쓴 글 목록'); ta['pt-login'] = new Array('o','로그인을 해야만 하는 건 아니지만, 로그인하면 편리한 점이 많습니다.'); ta['pt-anonlogin'] = new Array('o','로그인을 해야만 하는 건 아니지만, 로그인하면 편리한 점>이 많습니다..'); ta['pt-logout'] = new Array('o','로그아웃'); ta['ca-talk'] = new Array('t','문서 내용에 대한 토론'); ta['ca-edit'] = new Array('e','이 페이지를 고칠 수 있습니다. 저장하기 전에 미리보기 기능을 활용해 보세요.'); ta['ca-addsection'] = new Array('+','새 토론 시작.'); ta['ca-viewsource'] = new Array('e','이 문서는 잠겨져 있으므로 내용만 볼수 있습니다.'); ta['ca-history'] = new Array('h','문서의 역사 보기.'); ta['ca-protect'] = new Array('=','문서 보호하기'); ta['ca-delete'] = new Array('d','문서 지우기'); ta['ca-undelete'] = new Array('d','지워졌던 내용 복구하기'); ta['ca-move'] = new Array('m','문서 옮기기'); ta['ca-nomove'] = new Array('','문서를 옮길 권한이 없습니다'); ta['ca-watch'] = new Array('w','주시문서 목록에 추가'); ta['ca-unwatch'] = new Array('w','주시문서 목록에서 제거'); ta['search'] = new Array('f','위키백과 검색'); ta['p-logo'] = new Array('','위키백과'); ta['n-mainpage'] = new Array('z','대문으로'); ta['n-currentevents'] = new Array('','최근의 소식을 봅니다'); ta['n-recentchanges'] = new Array('r','위키백과의 최근 변경'); ta['n-randompage'] = new Array('x','아무 문서로 갑니다'); ta['n-help'] = new Array('','도움말.'); ta['n-sitesupport'] = new Array('','지원을 기다립니다'); ta['t-whatlinkshere'] = new Array('j','여기로 연결된 모든 문서 목록'); ta['t-recentchangeslinked'] = new Array('k','여기에 연결된 문서들의 최근 변경 내역'); ta['feed-rss'] = new Array('','문서의 RSS feed를 봅니다.'); ta['feed-atom'] = new Array('','문서의 Atom feed를 봅니다.'); ta['t-contributions'] = new Array('','이 사용자가 쓴 글 목록'); ta['t-emailuser'] = new Array('','이 사용자에게 편지 보내기'); ta['t-upload'] = new Array('u','그림이나 미디어 파일 올리기'); ta['t-specialpages'] = new Array('q','모든 특별 페이지 목록'); ta['ca-nstab-main'] = new Array('c','문서 내용 보기'); ta['ca-nstab-user'] = new Array('c','사용자 페이지 보기'); ta['ca-nstab-media'] = new Array('c','미디어 페이지 보기'); ta['ca-nstab-special'] = new Array('','이 문서는 특별 페이지이므로 편집을 할수 없습니다.'); ta['ca-nstab-wp'] = new Array('c','프로젝트 페이지 보기'); ta['ca-nstab-image'] = new Array('c','이미지 페이지 보기'); ta['ca-nstab-mediawiki'] = new Array('c','시스템 메시지 보기'); ta['ca-nstab-template'] = new Array('c','틀 페이지 보기'); ta['ca-nstab-help'] = new Array('c','도움말 페이지 보기'); ta['ca-nstab-category'] = new Array('c','분류 페이지 보기'); /* </nowiki></pre> */ /* 위키백과 팝업 도구([[:en:|enwp]] 에서 가져옴) */ /* <pre><nowiki> */ document.write("<script type='text/javascript' src='http://ko.wikipedia.org/w/index.php?title=사용자:Alpha for knowledge/popups.js&action=raw&ctype=text/javascript&dontcountme=s'></script>"); /* </nowiki></pre> */ /* "내용 보기"([[en:User:Misza13/Scripts/View source]]) */ /* <pre><nowiki> */ addOnloadHook(function () { if (location.href.indexOf('viewsource=1') != -1) { sl = document.getElementById('wpSummaryLabel'); sl.parentNode.removeChild(sl); ed = document.getElementById('wpSummary').parentNode; ed.parentNode.removeChild(ed); return; } editbutton = document.getElementById('ca-edit'); if (editbutton && location.href.indexOf('action=edit')==-1) { editlink = editbutton.getElementsByTagName('a')[0].href + '&viewsource=1'; tabs = document.getElementById('p-cactions').getElementsByTagName('ul')[0]; na = document.createElement('a'); na.href = editlink; na.appendChild(document.createTextNode('내용 보기')); li = document.createElement('li'); li.id = 'ca-viewsource'; li.appendChild(na); tabs.insertBefore(li,editbutton); } }); /* </nowiki></pre> */