Extension:ParserFunctions
From MediaWiki.org
|
ParserFunctions Release status: stable |
|
|---|---|
| Implementation | Parser function |
| Description | Enhance parser with logical functions |
| Author(s) | Tim Starling |
| Version | 1.1.1 (February 26, 2008) |
| MediaWiki | 1.12alpha |
| Download | from Subversion |
| Hooks used | |
ParserFunctions extension enhances parser with logical functions. For instructions on how to use it, please see Meta-Wiki.
Contents |
[edit] Installation
- Download the files from SVN[1]
- Create a new folder called ParserFunctions in the extensions folder.
- Place downloaded files in the new extensions/ParserFunctions folder
- Add require_once("$IP/extensions/ParserFunctions/ParserFunctions.php"); to LocalSettings.php
- Installation can now be verified. Go to Special:Version of your wiki. Under "Extensions:" look for "ParserFunctions (version 1.1.1)".
[edit] Requirements
The ParserFunctions extension requires MediaWiki 1.7.0 or above.
- For the trunk version (currently 1.13alpha), use the trunk version
- For the MediaWiki 1.12 series, use the branched version
- For the MediaWiki 1.11 series, use the branched version
- For the MediaWiki 1.10 series, use the branched version
- Version series 1.6, 1.7, 1,8, 1.9 prior to 1.10 do not appear to be available
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.
[edit] See also
[edit] Notes
- ↑ Download the following files by right clicking the links and then clicking "save link as":
- Expr.php
- ParserFunctions.i18n.magic.php
- ParserFunctions.i18n.php
- ParserFunctions.php
- SprintfDateCompat.php

