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.
Category:Extensions bundled with MediaWiki 1.18/mr Category:GPL licensed extensions/mr
मिडियाविकि विस्तारकांची निदेशपुस्तिका
ParserFunctions
विमोचन स्थिती: स्थिरCategory:Stable extensions/mr
अंमलबजावणी Parser function Category:Parser function extensions/mr
वर्णन Enhances the 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+Category:Extensions with manual MediaWiki version
विदागाराचे बदल नाही
परवाना GNU General Public License 2.0 or later
अधिभारण Category:Extensions in Wikimedia version control/mr
README
Help
  • $wgPFEnableStringFunctions
  • $wgPFStringLengthLimit
Quarterly downloads 256 (Ranked 10th)
Public wikis using 15,766 (Ranked 4th)
Translate the ParserFunctions extension if it is available at translatewiki.net
बाबी खुली कामे · गणकदोष अहवाल द्या
Category:All extensions/mr

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) functions from the former StringFunctions extension, which may be enabled or disabled.

For instructions on how to use this extension, see the help pages.

Installation

  • Download and move the extracted ParserFunctions folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ParserFunctions' );
    
  • Configure as required, e.g., if you want to use the integrated string function functionality, add just after that line:
$wgPFEnableStringFunctions = true;
  • Yes 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 string functions). The default value is false.
$wgPFStringLengthLimit
Defines the maximum length of a string that string functions can operate on. The default value is 1000.

Help pages

See also

Category:Extensions used on Wikimedia/mr#ParserFunctions/mr
Category:All extensions/mr Category:Extensions available as Debian packages/mr Category:Extensions bundled with MediaWiki 1.18/mr Category:Extensions in Wikimedia version control/mr Category:Extensions included in BlueSpice/mr Category:Extensions included in Canasta/mr Category:Extensions included in Fandom/mr Category:Extensions included in Miraheze/mr Category:Extensions included in MyWikis/mr Category:Extensions included in ProWiki/mr Category:Extensions included in ShoutWiki/mr Category:Extensions included in Telepedia/mr Category:Extensions included in WikiForge/mr Category:Extensions included in semantic::core/mr Category:Extensions included in wiki.gg/mr Category:Extensions used on Wikimedia/mr Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/mr Category:ParserFirstCallInit extensions/mr Category:ParserTestGlobals extensions/mr Category:Parser function extensions/mr Category:ScribuntoExternalLibraries extensions/mr Category:Stable extensions/mr