다른 명령
목차(섹션) 에 순번(넘버링) 붙이기 extention
설치
cd extentions git clone https://github.com/SSPJ/mediawiki-section-numbers.git mv mediawiki-section-numbers GetSectionNumber
LocalSettings.php 하단에 추가
require_once "$IP/extensions/GetSectionNumber/GetSectionNumber.php";
- 만약 설치 후 에러 가 난다면 실행(필수는 아님,실행시 오래걸림)
-- 위키 홈 에서 쉘명령어 실행 php ./maintenance/rebuildLocalisationCache.php --force