Manual:$wgContentHandlerTextFallback
Appearance
Content Models and Handlers |
---|
MediaWiki allows for page content types other than wikitext. It offers built-in support for JavaScript, CSS, JSON and plain text. Extensions can use MediaWiki's ContentHandler mechanism to add new content models for accepting different formats and controlling how they are rendered, stored and edited. |
About |
Usage |
Configuration settings |
Support and development
|
Esta función se eliminó por completo en la versión 1.42.0. |
Content handlers and storage: $wgContentHandlerTextFallback | |
---|---|
Cómo reaccionar si se solicita una versión de texto sin formato de un Objeto de contenido usando ContentHandler::getContentText() |
|
Introducido en la versión: | 1.21.0 |
Desaconsejado en versión: | 1.37.0 (Gerrit change 691704; git #e34e93f2) |
Eliminado en la versión: | 1.42.0 (Gerrit change 993049; git #ba1563a0) |
Valores permitidos: | (uno de los parámetros permitidos) |
Valor predeterminado: | 'ignore' |
Otras configuraciones: Alfabéticamente | Por Función |
Parámetros permitidos
Dependiendo del valor, se toma la siguiente acción cuando Content no es un objeto TextContent:
'ignore'
-ContentHandler::getContentText()
devuelve null'fail'
- Lanzar una MWException'serialize'
- Use el método Content objectsserialize
para obtener una cadena