Extension:ParserFunctions

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ParserFunctions

Release status: stable

Implementation Parser functions
Description Enhances parser with logical functions
Author(s) Tim StarlingTalk
Last version continuous updates
MediaWiki 1.7+
Database changes no
License GPL2 or Any OSI approved license
Download Download snapshot
Subversion [Help]

Browse source code
View code changes

README
CHANGELOG

Hooks used
ParserFirstCallInit

Check usage (experimental)
Bugs: list open list all report

ParserFunctions extension enhances parser with logical functions. Starting with revision 50997 it also incorporates most (but not all) features of the StringFunctions extension, which may be enabled or disabled (see install instructions below).

For usage instructions, see the help page.

[edit] Installation

  1. Download the files from SVN or download a snapshot. Choose the version that matches your version of MediaWiki.
  2. Create a directory ParserFunctions in your $IP/extensions directory.
  3. Extract the files to this $IP/extensions/ParserFunctions directory.
  4. Add
    require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
    to the bottom of LocalSettings.php.
  5. If you want to use the integrated string function functionality, add
    $wgPFEnableStringFunctions = true;
    
    just after that line.
  6. Installation can now be verified through Special:Version of your wiki.

[edit] See also


Language: English  • Deutsch • Français • 日本語 • 한국어 • मराठी • Русский
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox