Extension:ParserFunctions/hi
This extension comes with MediaWiki 1.18 and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
![]() प्रकाशन की स्थिति: स्थिर |
|
---|---|
कार्यान्वयन | पार्सर फंक्शन |
विवरण | Enhances parser with logical and string functions |
लेखक | Tim Starlingवार्ता |
नवीनतम संस्करण | Continuous updates |
संगतता नीति | मीडियाविकि के साथ प्रकाशित स्नैपशॉट्स। मास्टर में पीछे की तरफ से संगतता नहीं है। |
MediaWiki | 1.25+ |
डेटाबेस बदलता है | नहीं |
लाइसेंस | GNU साधारण सार्वजनिक लाइसेंस 2.0 या उसके बाद |
डाउनलोड करें | README |
सहायता | Help:Extension:ParserFunctions/hi |
|
|
ParserFunctions एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है | |
मुद्दे | अधूरे कार्य · बग की रिपोर्ट करें |
The ParserFunctions extension enhances the wikitext parser with helpful functions, mostly related to logic and string-handling. Since MediaWiki 1.15, ParserFunctions has incorporated most (but not all) of the functions from the StringFunctions extension, which may be enabled or disabled (See the install instructions below).
For instructions on how to use this extension, see the ParserFunctions help page and the StringFunctions page.
Installation
- फाइलों को डाउनलोड करें और अपने
extensions/
फोल्डर केParserFunctions
नामक डिरेक्ट्री में डालें। - अपनी $LocalSettings के नीचे निम्नलिखित कोड जोड़ें:
wfLoadExtension( 'ParserFunctions' );
- Configure as required, e.g. if you want to use the integrated string function functionality, add just after that line:
$wgPFEnableStringFunctions = true;
पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
Configuration
$wgPFEnableStringFunctions
- Allows to activate the integrated string function functionality (see StringFunctions ). The default value is
false
. $wgPFStringLengthLimit
- Defines the maximum length of a string that string functions are allowed to operate on. The default value is
1000
.
यह भी देखें
इस एक्सटेंशन का इस्तेमाल एक या अधिक विकिमीडिया परियोजनाओं पर किया जा रहा है। इसका शायद मतलब है कि एक्सटेंशन स्थिर है और इस तरह के अधिक दर्शकों वाले वेबसाइटों द्वारा उपयोग किए जाने के लिए पर्याप्त रूप से काम करता है। विकिमीडिया की CommonSettings.php और InitialiseSettings.php कॉन्फ़िगरेशन फ़ाइलों में इस एक्सटेंशन का नाम खोजें, और यह वहीं स्थापित होगा। किसी विशिष्ट विकि पर स्थापित एक्सटेंशन्स की पूरी सूची को विकि के Special:Version पृष्ठ पर देखा जा सकता है। |