MediaWiki extension NoTitle

Clone this repo:
  1. 56efc95 build: Updating eslint-config-wikimedia to 0.27.0 by libraryupgrader · 5 days ago master
  2. a688b7e build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 by libraryupgrader · 5 weeks ago REL1_42
  3. 8ae67f6 build: Updating grunt-banana-checker to 0.11.1 by libraryupgrader · 2 months ago
  4. 6b978db build: Updating npm dependencies by libraryupgrader · 2 months ago
  5. 830d99c build: Updating npm dependencies by libraryupgrader · 3 months ago

NoTitle

A Simple Mediawiki Extension adding a Magic Word (NOTITLE) to hide the title on any editable wiki-page. (c) 2012, Milcord llc. by Tony Boyles, derived from work by Carlo Cabanilla

Usage

Just put NOTITLE on any pages where you want to hide the title. This extension will work for any skins that puts the title heading in an h1 tag with class="firstHeading", including the default Vector skin.

Installation

Download the extension and save the files in a folder named NoTitle under your extensions folder. Then add the following line to your LocalSettings.php:

wfLoadExtension( 'NoTitle' );

Problems

This software has been tested with Mediawiki versions 1.18.0 through 1.21.0a. Older Versions of Mediawiki will not be supported.

If you should experience any issues with this software, please report them on https://www.mediawiki.org/wiki/Extension_talk:NoTitle

Thanks

This extension is being maintained by Tony Boyles through a project of Milcord. http://milcord.com

Copyright

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.