Extension:Backdrop/ko
Appearance
Backdrop 출시 상태: 안정 |
|
---|---|
구현 | 파서 함수 |
설명 | Provides reader specific background customisations |
만든 이 | Sanjay Thiyagarajan (Techwizzie토론) |
최신 버전 | 1.0.0 (2023-04-28) |
MediaWiki | 1.37.0+ |
데이터베이스 변경 | 아니오 |
라이선스 | MIT 허가서 |
다운로드 | GitHub: Note: |
The Backdrop extension provides a reader specific wiki customization with respect to background, scrolling etc.
설치
- 파일을 다운로드하고
Backdrop
폴더를extensions/
디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'Backdrop' );
- 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
사용법
{{#backdrop: background=Cityatnight.jpg | coverpage=true | hidecontrol=true | titlecolor=white | pagelogo=BBC_logo.png | content-bgcolor=aliceblue | content-textcolor=green }}
변수
- background - Name of the image to be set as the background
- coverpage - If a cover page displaying the title of the page along with the page logo is needed
- hidecontrol - Hides the page controls like Edit, Delete, etc., to everyone but the logged-in user
- titlecolor - Color to be used for the titles and subtitles throughout the article / page
- pagelogo - Name of the image to be set as page logo
- content-bgcolor - Color to be used for the background of the card displaying the main content
- content-textcolor - Color to be used for the text in the main content