Extension:ParserFunctions
From MediaWiki.org
|
ParserFunctions Release status: stable |
|
|---|---|
| Implementation | Parser functions |
| Description | Enhances parser with logical functions |
| Author(s) | Tim StarlingTalk |
| MediaWiki | 1.7+ |
| License | GPL2 |
| Download | Download snapshot |
|
check usage (experimental) |
|
ParserFunctions extension enhances parser with logical functions. New versions (r50997+) also incorporate the features of StringFunctions. For instructions on how to use it, please see the help-page.
[edit] Installation
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
- Installation can now be verified through Special:Version of your wiki.
[edit] Requirements
The ParserFunctions extension requires
- MediaWiki 1.7.0 or above
- PHP compiled with 'ctype' functions (almost always is included by default)
If you are using Mediawiki 1.7.1 you can download the ParserFunctions for version 1.10. Just follow the instructions mentioned above and everything works fine.
For the trunk version (currently 1.15alpha), use the trunk version.
[edit] See also
This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.

