Parser functions
From MediaWiki.org
| Language: | English • 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:ParserFunctions for a more advanced set of parser function.
- Help:Extension:ParserFunctions for help with using Extension:ParserFunctions.
- Extension:Parser function extensions for an overview of all parser function extensions.
- Manual:Parser functions for instructions on writing your own parser functions.
- Manual:Parser.php for developer information on the code in Parser.php.