Parser functions/ps
Parser functions are dynamic functions that can be used directly in MediaWiki syntax like e.g. localurl:
or #if
.
User documentation and help
- For the basic set of parser functions provided by MediaWiki core, see the Magic words#Parser functions help page.
- For a large set of additional parser functions provided by the ParserFunctions extension, see the ParserFunction extension's help page.
- In non-Wikimedia Foundation wikis it is possible to enable additional string functions, see the ParserFunction extension's string functions help page
Developer documentation
- For instructions on writing your own parser function extensions, see Manual:Parser functions .
- For information on the code of this file, see Manual:Parser.php .
دا هم وگورئ
- Overview of parser function extensions, that provide parser functions.
- Specific use of the parser functions with templates.