Extension:NoTitle/hi

This page is a translated version of the page Extension:NoTitle and the translation is 18% complete.
मीडियाविकि एक्सटेंशन मैन्युअल
NoTitle
प्रकाशन की स्थिति: स्थिर
कार्यान्वयन पूरा सिनटैक्स
विवरण Adds a magic word that lets you hide the main title heading
लेखक
नवीनतम संस्करण 0.4.0 (2018-07-16)
MediaWiki 1.29+
PHP 5.5+
डेटाबेस बदलता है नहीं
लाइसेंस GNU साधारण सार्वजनिक लाइसेंस 3.0 या अधिक
डाउनलोड करें
उदाहरण sandbox.semantic-mediawiki.org
Quarterly downloads 92 (Ranked 63rd)
NoTitle एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है

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

उपयोग

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

[1]

{{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 पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।

नोट्स

  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