Jump to content

Extension:FanBoxes/ko

From mediawiki.org
This page is a translated version of the page Extension:FanBoxes and the translation is 6% complete.
미디어위키 확장 기능 설명서
FanBoxes
출시 상태: 안정
구현 특수 문서
설명 A new way of creating and using userboxes, based on special pages
만든 이
최신 버전 3.7 (2025-05-07)
MediaWiki 1.43+
데이터베이스 변경
NS_FANTAG, NS_FANTAG_TALK
$wgFanBoxPageDisplay['comments']
  • create-userbox
Licence GNU General Public License 2.0 or later
다운로드
FanBoxes 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The FanBoxes extension adds a new way of creating and using userboxes, based on special pages. When installed, three new special pages will be added: Special:UserBoxes (to create new userboxes), Special:TopUserBoxes (to view most popular ones) and Special:ViewUserBoxes (to view all userboxes). It also adds ‎<userboxes> and ‎<fan> parser hooks (TODO: document). Both of these parser hooks disable parser cache.

FanBoxes requires the SocialProfile extension and YUI (YUI is used only for the color picker feature on Special:UserBoxes; the YUI files are loaded from Yahoo!'s servers).

Dependencies

  • Yahoo! User Interface Library (YUI)

Database

  • New database tables:

fantag,user_fantag

설치

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

Parameters

Name Description
$wgFanBoxPageDisplay['comments'] true Should we display comments on FanBox pages? Requires 확장기능:댓글 .