Extension:Purge/ko
Appearance
From mediawiki.org
This page is a translated version of the page Extension:Purge and the translation is 14% complete.
Languages:
출시 상태: 안정 |
|
|---|---|
| 구현 | 사용자 인터페이스 |
| 설명 | Adds a purge tab on all normal pages, allowing for quick purging of the cache |
| 만든 이 | |
| 최신 버전 | 2.1.1 (2024年04月03日) |
| MediaWiki | 1.35+ |
| 데이터베이스 변경 | 아니오 |
| Licence | GNU General Public License 2.0 or later |
| 다운로드 | |
| Purge 확장 기능 번역 | |
The Purge extension adds a purge tab on all normal pages, allowing for quick purging of the cache.
Installation
- 파일을 Download하고
Purge폴더를extensions/디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'Purge' );
- Yes 완료 – 위키의 ‘
Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
같이 보기
- Manual:Purge – for more information about the purge action.