Extension:ParserFunctions/mr
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.
![]() विमोचन स्थिती: स्थिर |
|
---|---|
अंमलबजावणी | Parser function |
वर्णन | Enhances parser with logical and string functions |
लेखक | Tim Starlingचर्चा |
नविनतम आवृत्ती | Continuous updates |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.25+ |
विदागाराचे बदल | नाही |
परवाना | GNU General Public License 2.0 or later |
अधिभारण | README |
Help | Help:Extension:ParserFunctions/mr |
|
|
Quarterly downloads | 617 (Ranked 15th) |
Public wikis using | 15,766 (Ranked 4th) |
Translate the ParserFunctions extension if it is available at 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.
Installation
- Download and place the file(s) in a directory called
ParserFunctions
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'ParserFunctions' );
- Configure as required, e.g. if you want to use the integrated string function functionality, add just after that line:
$wgPFEnableStringFunctions = true;
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
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
.
See also
ही extension एक किंवा एकाधिक विकिमिडिया प्रकल्पांवर सध्या वापरात आहे. बहुतेक त्याचा अर्थ असा आहे कि,extension ही स्थिर असून, यासारख्या उच्च रहदारी असलेल्या संकेतस्थळांद्वारे वापरण्यासाठी पुरेसे चांगले काम करीत आहे. विस्तार नाव विकिमिडियाच्या CommonSettings.php व InitialiseSettings.php रचित संचिकांमध्ये बघा, जेथे ती उभारल्या जाते. एखाद्या विशिष्ट विकिवर उभारल्या गेलेल्या extensions यादी, त्या विकिच्या Special:Version पानावर बघितल्या जाउ शकते. |
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |