Extension:FanBoxes/ko
Appearance
출시 상태: 안정 |
|
|---|---|
| 구현 | 특수 문서 |
| 설명 | 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'] |
|
|
|
| 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' );
- 갱신 스크립트를 실행합니다. 이 스크립트는 이 확장기능을 필요로 하는 데이터 베이스 테이블을 자동적으로 작성합니다.
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
Parameters
| Name | Description | |
|---|---|---|
$wgFanBoxPageDisplay['comments']
|
true
|
Should we display comments on FanBox pages? Requires 확장기능:댓글. |
Categories:
- Stable extensions/ko
- Special page extensions/ko
- ApiCheckCanExecute extensions/ko
- ArticleDelete extensions/ko
- ArticleFromTitle extensions/ko
- LoadExtensionSchemaUpdates extensions/ko
- PageMoveComplete extensions/ko
- PageSaveComplete extensions/ko
- PageUndeleteComplete extensions/ko
- ParserBeforeInternalParse extensions/ko
- ParserBeforePreprocess extensions/ko
- ParserFirstCallInit extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Social tools/ko
