확장기능:제재안

This page is a translated version of the page Extension:Sanctions and the translation is 64% complete.
Outdated translations are marked like this.
미디어위키 확장 기능 설명서
Sanctions
출시 상태: 안정
구현 User activity , 특수 문서
설명 Offers a convenient and semi-automatic way to handle sanctions.
만든 이 Femiwiki Team
최신 버전 1.2.3
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
MediaWiki 1.34+
데이터베이스 변경
Composer femiwiki/sanctions
테이블 sanctions
sanctions_vote
라이선스 GNU Affero General Public License 3.0 or later
다운로드
CHANGELOG
Sanctions 확장 기능 번역

제재안(Sanctions) 확장기능은 Special:Sanctions을 제공하고 사용자로 하여금 제재안을 다루게 합니다. This extension assumes it could be used in a wiki without administrators and/or sysop.

설치

제재안 확장기능은 실행을 위해 Echo 확장기능과 Renameuser 확장기능의 설치를 필요로 합니다.
  • 파일을 다운로드하고 Sanctions 폴더를 extensions/ 디렉토리에 넣어 주세요.
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'Sanctions' );
    
  • 갱신 스크립트를 실행합니다. 이 스크립트는 이 확장기능을 필요로 하는 데이터 베이스 테이블을 자동적으로 작성합니다.
  •   완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

설정

아래 메시지들은 제재안 확장기능을 위한 설정 값들입니다. The extension uses system messages instead of configuration variables defined on the server's LocalSettings.php to prepare in case the server operator is missing in action.

  • Mediawiki:Sanctions-discussion-page-name - 제재안을 건의하기 위한 문서. 기본값은 Project Talk:Sanctions.
  • Mediawiki:Sanctions-voting-period - 제재 절차의 의결 기간. 기본값은 3일.
  • Mediawiki:Sanctions-max-block-period‎ - 최장 제재 기간. 기본값은 30일.
  • Mediawiki:Sanctions-voting-right-verification-period - 의결자가 제재 절차에 참가하기 위한 "가입 후 X 일이 지났고 최근 X일 동안 Y번의 기여를 함" 중 X. 기본값 20일.
  • Mediawiki:Sanctions-voting-right-verification-edits - 의결자가 제재 절차에 참가하기 위한 "가입 후 X 일이 지났고 최근 X일 동안 Y번의 기여를 함" 중 Y. 기본값 20일.
  • Mediawiki:sanctions-autoblock - 차단이 이루어질 때 자동 차단도 할지의 여부. 1은 자동 차단을 하고 0은 하지 않음. 기본값 1.

This extension was originally made for Femiwiki.