Extension:CollapsibleSections/hi
![]() प्रकाशन की स्थिति: स्थिर |
|
---|---|
विवरण | Allows users to collapse and expand content sections on demand |
लेखक | WikiWorks team |
अनुरक्षक | WikiTeq team |
नवीनतम संस्करण | 0.0.1 |
संगतता नीति | स्थायी समर्थन वाले हर मीडियाविकि प्रकाशन के लिए एक्सटेंशन में एक शाखा होगी। |
MediaWiki | 1.35+ |
लाइसेंस | MIT लाइसेंस |
डाउनलोड करें | |
|
|
CollapsibleSections एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है | |
मुद्दे | अधूरे कार्य · बग की रिपोर्ट करें |
The CollapsibleSections extension allows collapsing and expanding content sections as user wants. This extension was created for WikiWorks.
स्थापित
- फाइलों को डाउनलोड करें और अपने
extensions/
फोल्डर केCollapsibleSections
नामक डिरेक्ट्री में डालें। - अपनी
LocalSettings.php
के नीचे निम्नलिखित कोड जोड़ें:wfLoadExtension( 'CollapsibleSections' );
- पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
विन्यास
This extension has 3 configuration parameters:
$wgCollapsibleSectionsCollapsedByDefault
- enables collapsing of sections. Per default, collapsing is enabled. If you want to disable this option, set value tofalse
$wgCollapsibleSectionsEnableDesktop
- enables collapsing of sections on desktop. It is disabled per default, but if you want to enable this, set value totrue
$wgCollapsibleSectionsTag
- (default is `h2`) sets the root section tag to be used for finding collapsible content
यह भी देखें
This extension is professionally maintained by the WikiTeq team.