Parser functions are dynamic functions that can be used directly in MediaWiki syntax like e.g. localurl:
or #if
.
User documentation and help
- See the help page on parser functions, for the basic set of parser functions (provided by MediaWiki core).
- See the help page on parser functions for a large set of additional parser functions (provided by the ParserFunctions extension).
Developer documentation
- See the manual on parser functions, for instructions on writing your own parser function extensions.
- See the manual on
Parser.php
, for information on the code of this file.
See also
- Overview of parser function extensions, that provide parser functions.
- Specific use of the parser functions with templates.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.