Extension:ForcePreview/ko
ForcePreview 출시 상태: 안정 |
|
---|---|
구현 | User rights |
설명 | Forces unprivileged users to preview before saving |
만든이 | Ryan Schmidt (Skizzerz토론) |
최신 버전 | 2.0.0 (2017-09-20) |
MediaWiki | 1.29+ |
데이터베이스 변경 | 아니오 |
라이선스 | MIT License |
다운로드 | README |
예제 | strategywiki.org |
|
|
ForcePreview 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
The ForcePreview forces unprivileged users to preview before saving.
사용법
Users without the forcepreviewexempt right will be forced to use the "미리 보기" (or "Live Preview", if enabled) button before being allowed to save the page.
설치
- 파일을 다운로드해서,
extensions/
폴더 내의ForcePreview
이라는 이름의 디렉터리 내에 설치합니다. - 아래의 코드를 LocalSettings.php의 말미에 추가합니다:
wfLoadExtension( 'ForcePreview' ); // Does not force preview for registered users $wgGroupPermissions['user']['forcepreviewexempt'] = true;
- 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
같이 보기
- Manual:Force preview - JavaScript that performs the same function, albeit easier to work around (users can simply disable JavaScript on their browser to get around the restriction).