Функции парсера
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 parser functions section of the "magic words" help page, for the basic set of parser functions (provided by MediaWiki core).
- See the help page on parser functions and on parser functions for strings for a large set of additional parser functions (provided by the ParserFunctions extension).
Developer documentation
- See Manual:Parser functions , for instructions on writing your own parser function extensions.
- See Manual: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.