Extension:ParserFunctions
From MediaWiki.org
|
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] |
||
|
|||
|
Check usage (experimental) |
|||
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
- Download the files from SVN or download a snapshot. Choose the version that matches your version of MediaWiki.
- Create a directory
ParserFunctionsin your$IP/extensionsdirectory. - Extract the files to this
$IP/extensions/ParserFunctionsdirectory. - Add
to the bottom of LocalSettings.php.require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
- If you want to use the integrated string function functionality, add
just after that line.
$wgPFEnableStringFunctions = true;
- Installation can now be verified through Special:Version of your wiki.
[edit] See also
|
|
This extension is being used on one or more of Wikimedia's wikis. This 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 can be seen on the wiki's Special:Version page. |
| Language: | English • Deutsch • Français • 日本語 • 한국어 • मराठी • Русский |
|---|