위키뉴스:관리자 요청/보존1
아래의 내용은 과거의 토론으로, 보존되어 있습니다. 특별한 이유가 없는 한 아래의 내용을 편집하지 말아 주세요. |
미디어위키:Anoneditwarning를 아래와 같이 바꿔보는 것이 어떨까요?
아이콘도 들어가기에 조금 더 눈에 띈다고 생각합니다. --58.236.59.62 (토론) 2011년 3월 23일 (수) 22:51 (KST)
- 반영되었습니다. --Gapo (토론) 2011년 3월 24일 (목) 00:25 (KST)
안 그래도, 잘 노출되지 않습니다만, 뉴:관리자 선거/Idh0854를 sitenotice에 올리면 합니다. :) --SVN ㅡ【Ta.】【Con.】 2011년 8월 30일 (화) 11:30 (KST)
- 반영되었습니다.--Gapo (토론) 2011년 9월 1일 (목) 00:34 (KST)
보호 해제 요청
- 관리자 선거 문서 보호 해제 요청 : 위키뉴스:관리자 선거/Idh0854
통상적으로 보존 문서는 특별한 사유가 있지 않으면 보호하지 않습니다. 위키뉴스 9742판을 참고해 주세요. --Sotiale (토론) 2012년 8월 22일 (수) 21:46 (KST)
- 반영되었습니다. --Gapo (토론) 2012년 8월 22일 (수) 21:52 (KST)
소도구 설치 요청 (Request for Gadget installation)
위키뉴스는 현재 어떠한 소도구도 사용하고 있지 않습니다. 다음과 같은 소도구 설치를 요청합니다:
- 편집요약 상용구 : 자주 쓰는 편집 요약을 쉽게 남길 수 있도록 도와줌.
- HotCat : 분류를 편집 창에 들어가지 않고도 손쉽게 처리할 수 있도록 도와줌.
- 미디어위키:Gadget-HotCat.js를 생성하고, 다음 내용을 붙여넣어주세요.
window.hotcat_translations_from_commons = true;
/*
This imports the latest version of HotCat from Commons.
HotCat is a gadget to make changes to categories much easier.
Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat
*/
mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
- 미디어위키:Gadget-editsummary.js를 생성하고, 위와 같이 아래의 내용을 붙여넣어주세요.
function esEditSummary() {
if (wgAction == 'edit' || wgAction == 'submit' || wgAction == 'editredlink') {
var wpSummary = document.getElementById('wpSummary')
if (!wpSummary || (wpSummary.form.wpSection && wpSummary.form.wpSection.value == 'new')) return
wpSummaryButtons = document.createElement('span')
wpSummaryButtons.id = 'esSummaryButtons'
wpSummary.parentNode.insertBefore(wpSummaryButtons, wpSummary.nextSibling)
esAddingButton()
}
}
function esAddButton(name, text, title) {
var btn = document.createElement('esSummaryButton')
btn.appendChild(document.createTextNode(name))
btn.title = title
btn.onclick = function() { esInsertSummary(text) }
wpSummaryButtons.appendChild(btn)
}
function esInsertSummary(text) {
var wpSummary = document.getElementById('wpSummary')
if (wpSummary.value.indexOf(text) != -1) return
if (wpSummary.value.match(/[^,; \/]$/)) wpSummary.value += ','
if (wpSummary.value.match(/[^ ]$/)) wpSummary.value += ' '
wpSummary.value += text
}
addOnloadHook(esEditSummary)
- 미디어위키:Gadget-editsummary.css를 생성하고, 위와 같이 아래의 내용을 붙여넣어주세요.
#esSummaryButtons {
white-space: nowrap;
}
#esSummaryButtons esSummaryButton {
background: #C2F2FF;
border: 1px solid #9BD5F5;
padding: 0px 2px;
margin: 2px;
cursor: pointer;
font-size: 80%;
line-height: 17px;
color: #5B5B5B;
}
#esSummaryButtons esSummaryButton:hover {
background: #B1EBFF;
border: 1px solid #64BDF0;
color: black;
text-decoration: none;
}
- 미디어위키:Gadgets-definition를 생성하고, 다음 내용을 붙여넣어주세요.
== browsing-gadgets == == editing-gadgets == * HotCat|HotCat.js == interface-gadgets == * editsummary|editsummary.js|editsummary.css == library-gadgets ==
편집 소도구
인터페이스 소도구
편집요약 상용구 - 편집 요약에서 상용구를 정하여 간편하게 입력할 수 있습니다.
[[commons:Help:Gadget-HotCat|HotCat]] - 편집 화면에 들어갈 필요 없이 문서의 분류를 쉽고 빠르게 편집할 수 있습니다.
--Sotiale (토론) 2012년 8월 23일 (목) 11:26 (KST)
- 전부 찬성--분당선M (토론) 2012년 8월 25일 (토) 21:11 (KST)
- 반영되었습니다. --Gapo (토론) 2012년 8월 27일 (월) 03:03 (KST)
HotCat
본디 관리자 선거에서 당선되고 가장 먼저 도입하려고 했던 것 중의 하나가, 바로 이 HotCat인데, 선거에서 낙선하는 바람에 직접 도입하지 못하고, 이러하게 요청합니다. -- 가람 (논의) 2012년 8월 25일 (토) 20:18 (KST)
어라.. 쓰고 나니, 위에 이미 요청이 있었네요. -- 가람 (논의) 2012년 8월 25일 (토) 20:19 (KST)
소도구 1개더 설치요청
- 외부링크를 새창/새 탭에서 띄우는 소도구 미디어위키:Gadget-exlinks.js
// **********************************************************************
// ** ***WARNING GLOBAL GADGET FILE*** **
// ** changes to this file affect many users. **
// ** please discuss on the talk page before editing **
// ** **
// **********************************************************************
addOnloadHook(function() {
var content = document.getElementById('content');
if(!content) content = document.getElementById('mw_content');
if(!content) return;
var alinks = content.getElementsByTagName('a');
var tablink, sitename;
for (var i = 0, leng = alinks.length; i < leng; i++) {
tablink = alinks[i];
if (tablink.className.indexOf("external") != -1 && tablink.href.indexOf(wgServer) != 0)
tablink.target = "_blank";
}
});
외부 링크를 새 창/새 탭에서 엽니다.
이것 참조 위키뉴스에서는 외부링크를 출처로 사용하는 일이 많다 보니 이 소도구가 필요하리라 생각합니다.--분당선M (토론) 2012년 8월 28일 (화) 10:22 (KST)
다른 위키미디어 문서 수정본은 제가 오후에 올리도록 할게요. 소도구 설치할 때 스크립트 외에도 몇 개 더 필요해요. --Sotiale (토론) 2012년 8월 28일 (화) 10:28 (KST)
+ 미디어위키:Gadgets-definition의 내용 중 interface-gadgets 부분 아래에 아래의 내용을 추가해주세요.
* exlinks|exlinks.js
--Sotiale (토론) 2012년 8월 29일 (수) 16:15 (KST)
- 반영해 놓았습니다.. :) --Sotiale (토론) 2012년 9월 15일 (토) 19:44 (KST)
미디어위키:Common.js 수정 요청
제가 관리자가 되어서 수정할 수 있다면 좋겠지만, 관리자 선거에 나가기에는 여기에서의 경험을 의심받을 가능성이 커서, 많은 요청을 드려야 할 듯 해요.
해당 미디어위키 문서에 가신 다음에 아래 부분을 찾아주세요.
function MainPageRenameNamespaceTab() {
try {
var Node = document.getElementById('ca-nstab-project').firstChild;
if (Node.textContent) {
Node.textContent = "대문";
} else if ( Node.innerText ) { // IE
Node.innerText = "대문";
} else {
Node.replaceChild(Node.firstChild, document.createTextNode("대문"));
}
} catch(e) {
}
}
if (wgPageName == "위키뉴스:대문" || wgPageName == "위키뉴스토론:대문") {
addOnloadHook(MainPageRenameNamespaceTab);
}
그리고 해당 부분을 지우시고 다음 내용을 채워주세요.
if (wgPageName == "위키뉴스:대문" || wgPageName == "위키뉴스토론:대문") {
$(function () {
var nstab = document.getElementById('ca-nstab-project');
if (nstab) {
while (nstab.firstChild) { nstab = nstab.firstChild; }
nstab.nodeValue = '대문';
}
});
}
수정의 이유는 대문에 가신 다음, 문서 좌측 상단의 대문 탭에서 생기는 오류를 확인하시면 됩니다. --Sotiale (토론) 2012년 8월 30일 (목) 15:10 (KST)
- 스스로 수정했습니다.. :) --Sotiale (토론) 2012년 9월 15일 (토) 19:42 (KST)
위키뉴스:관리자 선거/Sotiale
위키뉴스:관리자 선거/Sotiale선거를 개시했으니 사이노텐티스에 올려주세요--분당선M (토론) 2012년 9월 8일 (토) 10:50 (KST)
- 선거가 끝났습니다. 여섯 달 임시 관리자네요.. :) --Sotiale (토론) 2012년 9월 15일 (토) 19:42 (KST)
빈 날짜 분류
빈 날짜 분류를 삭제해주세요. 그밖에 분류:삭제 신청 분류에 있는 분류도 주기적으로 살펴봐주세요. -- ChongDae (토론) 2012년 9월 19일 (수) 10:10 (KST)
- 분류:2009년 1월 16일
- 분류:2010년 10월 10일
- 분류:2010년 10월 12일
- 분류:2010년 10월 14일
- 분류:2010년 10월 15일
- 분류:2010년 10월 17일
- 분류:2010년 10월 18일
- 분류:2010년 10월 19일
- 분류:2010년 10월 1일
- 분류:2010년 10월 21일
- 분류:2010년 10월 22일
- 분류:2010년 10월 23일
- 분류:2010년 10월 25일
- 분류:2010년 10월 26일
- 분류:2010년 10월 27일
- 분류:2010년 10월 28일
- 분류:2010년 10월 29일
- 분류:2010년 10월 30일
- 분류:2010년 10월 3일
- 분류:2010년 10월 4일
- 분류:2010년 10월 5일
- 분류:2010년 10월 9일
- 분류:2010년 9월 10일
- 분류:2010년 9월 14일
- 분류:2010년 9월 15일
- 분류:2010년 9월 16일
- 분류:2010년 9월 17일
- 분류:2010년 9월 19일
- 분류:2010년 9월 22일
- 분류:2010년 9월 23일
- 분류:2010년 9월 24일
- 분류:2010년 9월 25일
- 분류:2010년 9월 27일
- 분류:2010년 9월 29일
- 분류:2010년 9월 30일
- 분류:2010년 9월 3일
- 분류:2010년 9월 5일
- 분류:2010년 9월 6일
- 분류:2010년 9월 7일
- 분류:2010년 9월 8일
- 분류:2010년 9월 9일
- 분류:2011년 08월 02일
- 분류:2011년 10월 29일
- 분류:2011년 1월 13일
- 분류:2011년 5월 1일
- 분류:2011년 6월 11일
- 분류:2012년 3월 29일
- 분류:2012년 3월 3일
- 분류:2012년 5월 10일
- 분류:2012년 6월 21일
- 분류:2012년 8월 10일
- 분류 삭제신청은 확인을 안하고 있었네요. 감사합니다 :) --Sotiale (토론) 2012년 9월 19일 (수) 10:27 (KST)