Parser functions
From MediaWiki.org
| Language: | English • Deutsch • polski |
|---|
|
|
This is a disambiguation page, which lists pages which may be the intended target. If a page link referred you here, please consider editing it to point directly to the intended page. |
Parser functions are functions that can be used directly in MediaWiki syntax like #if and #switch.
- Help:Magic words#Parser functions, for the basic set of parser functions included with MediaWiki.
- Extension:Parser function extensions, for an overview of extensions that provide parser functions.
- Extension:ParserFunctions, a generic extension that defines some advanced parser functions.
- Help:Extension:ParserFunctions, for help with using the ParserFunctions extension.
- Manual:Parser functions, for instructions on writing your own parser function extensions.
- Extension:ParserFunctions, a generic extension that defines some advanced parser functions.
- Manual:Parser.php, for developer information on the code in Parser.php.