Handbuch:$wgContentHandlerTextFallback
Appearance
Content Models and Handlers |
---|
MediaWiki erlaubt für Seiteninhaltstypen, die nicht Wikitext sind. Es bietet integrierte Unterstützung für JavaScript, CSS, JSON und Klartext. 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. |
Über |
Verwendung |
Konfigurationseinstellungen |
Unterstützung und Entwicklung
|
Diese Funktion wurde in der Version 1.42.0 vollständig entfernt. |
Inhalts-Handler und Speicher: $wgContentHandlerTextFallback | |
---|---|
How to react if a plain text version of a non-text Content object is requested using ContentHandler::getContentText() |
|
Eingeführt in Version: | 1.21.0 |
Veraltet in Version: | 1.37.0 (Gerrit change 691704; git #e34e93f2) |
Entfernt in Version: | 1.42.0 (Gerrit change 993049; git #ba1563a0) |
Erlaubte Werte: | (einer der erlaubten Parameter) |
Standardwert: | 'ignore' |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Erlaubte Parameter
Depending on the value, the following action is taken when Content is not a TextContent object:
'ignore'
-ContentHandler::getContentText()
returns null'fail'
- Throw an MWException'serialize'
- Use the Content objectsserialize
method to get a string