Funciones del analizador
Appearance
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
- Ayuda:Palabras mágicas – for the set of parser functions provided by MediaWiki core.
- Ayuda:Extensión: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.
Documentación para desarrolladores
- Manual:Funciones del analizador sintáctico – for instructions on developing custom parser function extensions.
- Manual:Parser.php – for information on the code of the Parser class.
Véase también
- Overview of parser function extensions, that provide parser functions.
- Specific use of the parser functions with templates.