Extension:CollapsibleSections/hi

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> This extension is professionally maintained by the WikiTeq team.</translate>
<translate> WikiTeq provides official support for [[<tvar name=1>Special:MyLanguage/Version lifecycle</tvar>|MediaWiki LTS releases only]].</translate> <translate> It may work with other MediaWiki releases.</translate>
मीडियाविकि एक्सटेंशन मैन्युअल
CollapsibleSections
प्रकाशन की स्थिति: स्थिर
विवरण सदस्यों को माँग पर सामग्री अनुभागों को विस्तृत करने और छिपाने देता है
लेखक WikiWorks team
अनुरक्षक WikiTeq team
नवीनतम संस्करण 0.0.1
संगतता नीति स्थायी समर्थन वाले हर मीडियाविकि प्रकाशन के लिए एक्सटेंशन में एक शाखा होगी।
MediaWiki 1.35+
लाइसेंस MIT लाइसेंस
डाउनलोड करें

  • $wgCollapsibleSectionsCollapsedByDefault
  • $wgCollapsibleSectionsEnableDesktop
  • $wgCollapsibleSectionsTag
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').
CollapsibleSections एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है
मुद्दे अधूरे कार्य · बग की रिपोर्ट करें

CollapsibleSections एक्सटेंशन सदस्यों को इच्छानुसार सामग्री अनुभागों को विस्तृत करने और छिपाने देता है। इस एक्सटेंशन को WikiWorks के लिए बनाया गया था।

स्थापना

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/CollapsibleSections/hi</tvar>|Download]] and move the extracted <tvar name=name>CollapsibleSections/hi</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/CollapsibleSections%2Fhi
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'CollapsibleSections/hi' );
    
  • 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>

कॉन्फ़िगरेशन

इस एक्सटेंशन में 3 कॉन्फ़िगरेशन विकल्प उपलब्ध हैं:

  • $wgCollapsibleSectionsCollapsedByDefault - अनुभागों को छिपाने की सुविधा सक्षम करता है। डिफ़ॉल्ट से छिपाना सक्षम होता है। अगर आप इस विकल्प को अक्षम करना चाहते हैं, वैल्यू को false पर सेट करें।
  • $wgCollapsibleSectionsEnableDesktop - डेस्कटॉप पर अनुभागों को छिपाने की सुविधा सक्षम करता है। डिफ़ॉल्ट से यह अक्षम होता है, लेकिन अगर आप इस विकल्प को सक्षम करना चाहते हैं, वैल्यू को true पर सेट करें।
  • $wgCollapsibleSectionsTag - (डिफ़ॉल्ट है `h2`) छिपाने-योग्य सामग्री ढूँढ़ने के लिए जड़ अनुभाग का टैग सेट करता है।

ये भी देखें