사용자:Sotiale/common.js

위키문헌 ― 우리 모두의 도서관.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
// <nowiki>
// Tagger
// By [[m:User:Hoo man]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hoo_man/tagger.js&oldid=15459198&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Animum/massdelete.js&action=raw&ctype=text/javascript');
//Said customisations
// var disable_tagger = true; // Disable the script
if(typeof window.taggerConfig === 'undefined') window.taggerConfig = {};
taggerConfig.noDeleteOnly = true;
//<nowiki>
if(typeof window.taggerConfig === 'undefined') window.taggerConfig = {};
taggerConfig.tags = {};
taggerConfig.editSummary = {};
taggerConfig.tags[1] = '[[분류:글로벌 세계 대백과사전|{{SUBPAGENAME}}]]';
taggerConfig.editSummary[taggerConfig.tags[1]] = 'Category manually added : Global-World Encyclopedia';
taggerConfig.tags[2] = '{{제목|제목=[[글로벌 세계 대백과사전]]|부제=|이전=|다음=}}';
taggerConfig.editSummary[taggerConfig.tags[2]] = 'Name tag added';
taggerConfig.tags[3] = '{{정리 필요}}';
taggerConfig.editSummary[taggerConfig.tags[3]] = '+template';
taggerConfig.tags.other = 'Others (edit summary is mandatory)';
taggerConfig.customTagDefault = '{{delete|';
// </nowiki>

function esAddingButton() {
  esAddButton('+라이선스 정보 갱신', '+라이선스 정보 갱신', '+라이선스 정보 갱신')
  esAddButton('+fix', ' +fix', '+fix')
  esAddButton('+New contents', '+New contents', '+New contents')
  esAddButton('+license info', '+license info', '+license info')
  esAddButton('+reply', '+reply', '+reply')
  esAddButton('+template', '+template', '+template')
  esAddButton('-del', '-del', '-del')
  esAddButton('+preservation', '+preservation', '+preservation')
}