Extension:NoTitle/hi
Appearance
प्रकाशन की स्थिति: स्थिर |
|
|---|---|
| कार्यान्वयन | विस्तृत सिनटैक्स |
| विवरण | 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+ |
| डेटाबेस बदलता है | नहीं |
| लाइसेंस | GNU साधारण सार्वजनिक लाइसेंस 3.0 या अधिक |
| डाउनलोड करें | |
| उदाहरण | 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.
उपयोग
Add __NOTITLE__ behavior switch on any pages where you want to hide the title.
{{DISPLAYTITLE:newtitle}} works for any page.Installation
- फ़ाइलों को डाउनलोड करें और अपने
extensions/फ़ोल्डर केNoTitleनामक डिरेक्ट्री में डालें।
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NoTitle
- अपने LocalSettings.php फ़ाइल के अंत में निम्न कोड जोड़ें:
wfLoadExtension( 'NoTitle' ); $wgRestrictDisplayTitle = false;
पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
नोट्स
- ↑ 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.
| इस एक्सटेंशन को निम्न विकि फ़ार्म्स/होस्ट्स और/या पैकेजिस में शामिल किया गया है: |
Categories:
- Stable extensions/hi
- Extended syntax extensions/hi
- GPL licensed extensions/hi
- Extensions in Wikimedia version control/hi
- GetDoubleUnderscoreIDs extensions/hi
- OutputPageParserOutput extensions/hi
- All extensions/hi
- Extensions included in Miraheze/hi
- Extensions included in MyWikis/hi
- Extensions included in wiki.gg/hi
- HTML head extensions/hi
