Extension:NoTitle/en

From Linux Web Expert

Revision as of 01:41, 17 June 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


MediaWiki extensions manual
NoTitle
Release status: stable
Implementation Extended syntax
Description Adds a magic word that lets you hide the main title heading
Author(s)
Latest version 0.4.0 (2018-07-16)
MediaWiki 1.29+
PHP 5.5+
Database changes No
License No license specified
Download
Example sandbox.semantic-mediawiki.org
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Translate the NoTitle extension if it is available at translatewiki.net

The NoTitle extension adds a magic word, __NOTITLE__, that lets you hide the main title heading on any page.

Usage

Add __NOTITLE__ behaviour switch on any pages where you want to hide the title. [1]

{{DISPLAYTITLE:newtitle}} works for any page.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/NoTitle/en</tvar>|Download]] and move the extracted <tvar name=name>NoTitle/en</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NoTitle%2Fen
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'NoTitle/en' );
    $wgRestrictDisplayTitle = false;
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Notes

  1. This extension will work for any skin that puts the title heading in an ‎<h1> with class="firstHeading", including the default Vector skin.

See also