메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

목차에 순번 붙이기: 두 판 사이의 차이

데브카페
새 문서: == 목차(섹션) 에 순번(넘버링) 붙이기 extention == === 설치 === <source lang=python> cd extentions git clone https://github.com/SSPJ/mediawiki-section-numbers.git mv mediawiki-section-numbers GetSectionNumber </source> === LocalSettings.php 하단에 추가 === <source lang=python> require_once "$IP/extensions/GetSectionNumber/GetSectionNumber.php"; </source> * 만약 설치 후 에러 가 난다면 실행(필수는 아님,실행시 오래걸림) <source lang=...
 
편집 요약 없음
19번째 줄: 19번째 줄:
-- 위키 홈 에서 쉘명령어 실행  
-- 위키 홈 에서 쉘명령어 실행  
php ./maintenance/rebuildLocalisationCache.php --force
php ./maintenance/rebuildLocalisationCache.php --force
<source lang=python>
</source>
 
=== 테스트 : [[섹션 테스트]] ===

2024년 10월 23일 (수) 01:44 판

목차(섹션) 에 순번(넘버링) 붙이기 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

테스트 : 섹션 테스트

Comments