Extension:NoTitle
From MediaWiki.org
|
NoTitle Release status: experimental |
|||
|---|---|---|---|
| Implementation | Extended syntax | ||
| Description | Adds a magic word that lets you hide the main title heading | ||
| Author(s) | Carlo Cabanilla, Tony Boyles | ||
| Last version | 1.1.0 (2013-01-16) | ||
| MediaWiki | 1.18 only | ||
| PHP | 5.3+ | ||
| Database changes | no | ||
| License | GPL v3+ | ||
| Download | |||
|
|||
| Check usage and version matrix | |||
The NoTitle extension adds a magic word, __NOTITLE__, that lets you hide the main title heading on any page.
Contents |
Usage [edit]
Just put __NOTITLE__ on any pages where you want to hide the title. This extension will work for any skin that puts the title heading in an h1 with class="firstHeading", including the default Vector skin.
Installation [edit]
Download the extension and save the files in a folder named NoTitle under your extensions folder. Then add a line to LocalSettings.php like:
require_once("$IP/extensions/NoTitle/NoTitle.php");
Thanks [edit]
This extension is being maintained by Tony Boyles through a project of Milcord llc.
See Also [edit]
- How to hide the Main Page Title- Manual for hiding only the Main Page title.
| Language: | English • 日本語 |
|---|

