Funciones del analizador
Las funciones de parser son funciones dinámicas que pueden ser utilizadas directamente en la sintaxis de MediaWiki, como localurl:
o #if
.
Documentación para usuarios y ayuda
- 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).
Documentación para desarrolladores
- See Manual:Funciones del analizador sintáctico , for instructions on writing your own parser function extensions.
- See Manual:Parser.php , for information on the code of this file.
Véase también
- Overview of parser function extensions, that provide parser functions.
- Specific use of the parser functions with templates.