확장기능:모바일 앱

This page is a translated version of the page Extension:MobileApp and the translation is 67% complete.
미디어위키 확장 기능 설명서
MobileApp
출시 상태: 안정
구현 스킨
설명 위키미디어의 모바일용 어플리케이션에서 사용할 수 있는 스타일과 스크립트를 제공한다
만든 이 Yuvi Panda (Yuvipanda토론)
최신 버전 continuous updates
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
MediaWiki 1.26+
PHP 5.4+
라이선스 GNU General Public License 2.0 or later
다운로드
Quarterly downloads 53 (Ranked 99th)
Public wikis using 909 (Ranked 267th)
MobileApp 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

MobileApp 확장기능은 위키미디어 모바일 어플리케이션으로 사용할 스타일과 스크립트를 제공합니다. It also tags edits made using the apps with mobile app edit and with android app edit or ios app edit as appropriate.

설치

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