Jump to content

Extension:CollapsibleVector/ko

From mediawiki.org
This page is a translated version of the page Extension:CollapsibleVector and the translation is 11% complete.
미디어위키 확장 기능 설명서
CollapsibleVector
출시 상태: 안정
구현 내 위키 , 스킨
설명 Improves on the user interface elements of the Vector skin
만든 이 Paladox
최신 버전 0.1.10 (2021-09-19)
MediaWiki 1.35.3+
데이터베이스 변경 아니오
Composer mediawiki/collapsible-vector
  • $wgCollapsibleVectorFeatures
Licence GNU General Public License 2.0 or later
다운로드
CollapsibleVector 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The CollapsibleVector extension is used to bring back the collapsible navigation portals to the sidebar that were removed from Vector skin.

설치

  • 파일을 다운로드하고 CollapsibleVector 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CollapsibleVector
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'CollapsibleVector' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

Features

CollapsibleNav

Make the sections in the left navigation collapsible/expandable.

Enabled by default. Set false to disable CollapsibleNav globally.

$wgCollapsibleVectorFeatures['collapsiblenav']['global'] = false;

Allow users to enable CollapsibleNav in their preferences.

$wgCollapsibleVectorFeatures['collapsiblenav']['user'] = true;