Jump to content

Extension:UploadCheck/ko

From mediawiki.org
This page is a translated version of the page Extension:UploadCheck and the translation is 14% complete.
미디어위키 확장 기능 설명서
UploadCheck
출시 상태: 관리되지 않음
구현 미디어
설명 Checks if the fields "Description" and "License" are filled when uploading a file
만든 이 Martin Strecker (MaStr토론)
최신 버전 1.0 (2013-08-29)
MediaWiki 1.21+
데이터베이스 변경 아니오

  • $wgUploadNavigationUrl
  • $hideWarning
Licence GNU General Public License 2.0 or later
다운로드 See the code

The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.

설치

  • 파일을 Copy the code하고 UploadCheck 폴더를 extensions/ 디렉토리에 넣어 주세요.
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    require_once "$IP/extensions/UploadCheck/UploadCheck.php";
    $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck";
    $hideWarning = true; // optional
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.