Extension:CollapsibleVector/ko
Appearance
출시 상태: 안정 |
|
|---|---|
| 구현 | 내 위키, 스킨 |
| 설명 | 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 |
|
|
| 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' );
완료 – 위키의 ‘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;
| This extension is included in the following wiki farms/hosts and/or packages: |
Categories:
- Stable extensions/ko
- Personalization extensions/ko
- Skin extensions/ko
- Extensions supporting Composer/ko
- BeforePageDisplay extensions/ko
- GetPreferences extensions/ko
- ResourceLoaderGetConfigVars extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions included in Miraheze/ko
- Extensions included in ProWiki/ko
- Usability initiative extensions/ko
