Extension:NoTitle/en
From Linux Web Expert
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
- ↑ This extension will work for any skin that puts the title heading in an
<h1>
withclass="firstHeading"
, including the default Vector skin.
See also
- How to hide the Main Page title - Manual for hiding only the Main Page title.
- Extension:HideTitle
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |