Extension:NoTitle/ko
Appearance
From mediawiki.org
This page is a translated version of the page Extension:NoTitle and the translation is 18% complete.
Languages:
출시 상태: 안정 |
|
|---|---|
| 구현 | 확장 구문 |
| 설명 | Adds a magic word that lets you hide the main title heading |
| 만든 이 | |
| 최신 버전 | 0.4.0 (2018年07月16日) |
| MediaWiki | 1.29 - 1.43 |
| PHP | 5.5+ |
| 데이터베이스 변경 | 아니오 |
| Licence | GNU General Public License 3.0 or later |
| 다운로드 | |
| 예시 | sandbox.semantic-mediawiki.org |
| NoTitle 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
The NoTitle extension adds a magic word, __NOTITLE__, that lets you hide the main title heading on any page.
Usage
Add __NOTITLE__ behavior switch on any pages where you want to hide the title.
{{DISPLAYTITLE:newtitle}} works for any page.
설치
- 파일을 다운로드하고
NoTitle폴더를extensions/디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/NoTitle - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'NoTitle' ); $wgRestrictDisplayTitle = false;
- Yes 완료 – 위키의 ‘
Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
Notes
- ↑ This extension will work for any skin that puts the title heading in an
<h1>withclass="firstHeading", including the default Vector skin.
같이 보기
- How to hide the Main Page title - Manual for hiding only the Main Page title.
Categories:
- Stable extensions/ko
- Extended syntax extensions/ko
- GetDoubleUnderscoreIDs extensions/ko
- OutputPageParserOutput extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions included in Miraheze/ko
- Extensions included in MyWikis/ko
- Extensions included in wiki.gg/ko
- HTML head extensions/ko