Parser functions
Appearance
Parser functions are dynamic functions that can be used directly in MediaWiki syntax like e.g. localurl:
or #if:
.
User documentation and help
[edit]- Help:Magic words - for the set of parser functions provided by MediaWiki core.
- Help:Extension:ParserFunctions - for the set of additional parser functions provided by the ParserFunctions extension.
- Extension:ParserFunctions/String functions - for the optional set of ParserFunctions string functions; these are only available to non-Wikimedia Foundation wikis.
Developer documentation
[edit]- Manual:Parser functions - for instructions on developing custom parser function extensions.
- Manual:Parser.php - for information on the code of the Parser class.
See also
[edit]- Overview of parser function extensions, that provide parser functions.
- Specific use of the parser functions with templates.