스킨:페미위키
Appearance
Outdated translations are marked like this.
Femiwiki 출시 상태: 안정 |
|||
---|---|---|---|
만든 이 | Femiwiki Team | ||
미디어위키 | 1.34+ | ||
라이선스 | GNU Affero General Public License 3.0 or later | ||
다운로드 | GitHub: Note: CHANGELOG |
||
예시 | femiwiki.com
Wikimedia Skins Lab TestWiki (miraheze.org) skins-demo.wmflabs.org |
||
|
|||
Public wikis using | 5 (Ranked 135th) | ||
Public wikis using as default skin | 1 | ||
$2 스킨 번역 (translatewiki.net에서 가능한 경우) |
페미위키는 페미위키를 위한 반응형 스킨입니다. 이 스킨은 설정되었을 때 URL을 줄이기 위한 목적의 Firebase의 동적 링크와 과 SNS 공유를 지원합니다.
설치
- 파일을 다운로드하고
Femiwiki
폴더를skins/
디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 파일의 말미에 추가합니다:
wfLoadSkin( 'Femiwiki' ); $wgDefaultSkin = 'femiwiki';
- Node 의존성들을 설치하기 위해 스킨 디렉토리에서
npm install
로 npm을 실행하세요. - 완료 - 위키의 Special:Version에 이동해서, 스킨이 올바르게 설치된 것을 확인합니다.
설정
로고
FemiwikiSkin은 로고들을 $wgLogos 에서 가져옵니다.
$wgLogos['svg']
과 $wgLogos['wordmark']
를 반드시 정의하여야 합니다.
$wgLogos = [
'svg' => "path/to/svg_version.svg",
'wordmark' => [
'src' => "path/to/wordmark_version.svg",
'width' => 135,
'height' => 20,
],
];
사이드바
사이드바 항목들은 위키의 Mediawiki:Skin-femiwiki-xeicon-map.json
에 정의된 자신의 아이콘을 가집니다.
{
"pt-createaccount": "user-plus",
"pt-login": "log-in",
"pt-userpage": "profile",
"pt-notifications-all": "bell",
"pt-mytalk": "forum",
"pt-preferences": "cog",
"pt-watchlist": "star",
"pt-mycontris": "list",
"pt-logout": "log-out",
"t-contributions": "list",
"t-log": "document"
}
키는 항목들의 ID이며 값은 XEIcon 이름입니다. https://xpressengine.github.io/XEIcon/library-2.3.3.html에서 지원되는 모든 아이콘을 볼 수 있습니다.
기타
$wgFemiwikiTwitterAccount
- 모든 페이지에서 메타 데이터로 추가 할 Twitter의 계정 ID입니다.
$wgFemiwikiFirebaseKey
- https://firebase.google.com/docs/dynamic-links/rest 문서를 참고하십시오.
wgFemiwikiFacebookAppId
- https://developers.facebook.com/docs/javascript/reference/FB.init 문서를 참고하십시오.
$wgFemiwikiHeadItems
OutputPage::addHeadItems()
에 사용될 수 있는 추가적인 head item들입니다. 문서를 참고하세요.
This skin is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this skin even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
This skin was originally made for Femiwiki.