위키뉴스:관리자 요청/보존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)[답변]

보호 해제 요청

  완료된 요청

통상적으로 보존 문서는 특별한 사유가 있지 않으면 보호하지 않습니다. 위키뉴스 9742판을 참고해 주세요. --Sotiale (토론) 2012년 8월 22일 (수) 21:46 (KST)[답변]

반영되었습니다. --Gapo (토론) 2012년 8월 22일 (수) 21:52 (KST)[답변]

소도구 설치 요청 (Request for Gadget installation)

  완료된 요청

위키뉴스는 현재 어떠한 소도구도 사용하고 있지 않습니다. 다음과 같은 소도구 설치를 요청합니다:

  • 편집요약 상용구 : 자주 쓰는 편집 요약을 쉽게 남길 수 있도록 도와줌.
  • HotCat : 분류를 편집 창에 들어가지 않고도 손쉽게 처리할 수 있도록 도와줌.


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' );
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)
#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;
}
== 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개더 설치요청

  완료된 요청
// **********************************************************************
// **                 ***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";
    }
});

설명: 미디어위키:Gadget-exlinks

외부 링크를 새 창/새 탭에서 엽니다.

이것 참조 위키뉴스에서는 외부링크를 출처로 사용하는 일이 많다 보니 이 소도구가 필요하리라 생각합니다.--분당선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)[답변]
  완료된 요청

제가 관리자가 되어서 수정할 수 있다면 좋겠지만, 관리자 선거에 나가기에는 여기에서의 경험을 의심받을 가능성이 커서, 많은 요청을 드려야 할 듯 해요.

해당 미디어위키 문서에 가신 다음에 아래 부분을 찾아주세요.

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)[답변]

  1. 분류:2009년 1월 16일
  2. 분류:2010년 10월 10일
  3. 분류:2010년 10월 12일
  4. 분류:2010년 10월 14일
  5. 분류:2010년 10월 15일
  6. 분류:2010년 10월 17일
  7. 분류:2010년 10월 18일
  8. 분류:2010년 10월 19일
  9. 분류:2010년 10월 1일
  10. 분류:2010년 10월 21일
  11. 분류:2010년 10월 22일
  12. 분류:2010년 10월 23일
  13. 분류:2010년 10월 25일
  14. 분류:2010년 10월 26일
  15. 분류:2010년 10월 27일
  16. 분류:2010년 10월 28일
  17. 분류:2010년 10월 29일
  18. 분류:2010년 10월 30일
  19. 분류:2010년 10월 3일
  20. 분류:2010년 10월 4일
  21. 분류:2010년 10월 5일
  22. 분류:2010년 10월 9일
  23. 분류:2010년 9월 10일
  24. 분류:2010년 9월 14일
  25. 분류:2010년 9월 15일
  26. 분류:2010년 9월 16일
  27. 분류:2010년 9월 17일
  28. 분류:2010년 9월 19일
  29. 분류:2010년 9월 22일
  30. 분류:2010년 9월 23일
  31. 분류:2010년 9월 24일
  32. 분류:2010년 9월 25일
  33. 분류:2010년 9월 27일
  34. 분류:2010년 9월 29일
  35. 분류:2010년 9월 30일
  36. 분류:2010년 9월 3일
  37. 분류:2010년 9월 5일
  38. 분류:2010년 9월 6일
  39. 분류:2010년 9월 7일
  40. 분류:2010년 9월 8일
  41. 분류:2010년 9월 9일
  42. 분류:2011년 08월 02일
  43. 분류:2011년 10월 29일
  44. 분류:2011년 1월 13일
  45. 분류:2011년 5월 1일
  46. 분류:2011년 6월 11일
  47. 분류:2012년 3월 29일
  48. 분류:2012년 3월 3일
  49. 분류:2012년 5월 10일
  50. 분류:2012년 6월 21일
  51. 분류:2012년 8월 10일
분류 삭제신청은 확인을 안하고 있었네요. 감사합니다 :) --Sotiale (토론) 2012년 9월 19일 (수) 10:27 (KST)[답변]