Jump to content

Extension:WikiDiscover/ko

From mediawiki.org
This page is a translated version of the page Extension:WikiDiscover and the translation is 7% complete.
미디어위키 확장 기능 설명서
WikiDiscover
출시 상태: 안정
설명 Provides list of wikis sorted by different categories
만든 이 John Lewis, Universal Omega, Agent Isai
유지 보수자 Miraheze system administrators
최신 버전 continuous updates
MediaWiki 1.35.0+
PHP 7.2+
데이터베이스 변경 아니오
Composer miraheze/wiki-discover
  • $wgWikiDiscoverDescriptionsMaxLength
  • $wgWikiDiscoverUseDescriptions
  • $wgWikiDiscoverListPrivateWikis
Licence GNU General Public License 3.0
다운로드
WikiDiscover 확장 기능 번역

The WikiDiscover extension creates a special page at Special:WikiDiscover which provides a list of all wikis on a wiki farm, sorted by different categories.

For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.

설치

  • First, download and install the separate extension, CreateWiki .
  • 파일을 Download하고 WikiDiscover 폴더를 extensions/ 디렉토리에 넣어 주세요.
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'WikiDiscover' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

Configuration

parameter default comment
$wgWikiDiscoverClosedList false A file with the list of all closed wikis
$wgWikiDiscoverInactiveList false A file with the list of all inactive wikis
$wgWikiDiscoverPrivateList false A file with the list of all private wikis