Manual:$wgContentHandlerUseDB
Appearance
コンテンツモデルとハンドラ |
---|
MediaWiki ではウィキテキスト以外のコンテンツの種類をページに設定できます。 JavaScript、CSS、JSONおよびプレーンテキストのサポートを内蔵して提供します。 拡張機能は MediaWiki のコンテンツハンドラの仕組みを使って新規のコンテンツモデルを追加し、異なる形式を受け入れたり、レンダリングや保管や編集の方法を制御できます。 |
概要 |
使用法 |
構成設定 |
支援と開発
|
この機能は、バージョン 1.35.0 で完全に除去されました。 |
その他の設定: $wgContentHandlerUseDB | |
---|---|
ContentHandler 機能によって導入されたデータベース フィールドを使用するかどうか |
|
導入されたバージョン: | 1.21.0 |
廃止予定になったバージョン: | 1.34.0 (Gerrit change 535666; git #165d3cc5) |
除去されたバージョン: | 1.35.0 (Gerrit change 589018; git #385ab887) |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
false を設定すると、ContentHandler 機能によって導入されたデータベース フィールドの使用が無効になります。
This way, the ContentHandler facility can be used without any additional information in the database.
A page's content model is then derived solely from the page's title.
This however means that changing a page's default model (e.g. using $wgNamespaceContentModels
) will break the page and/or make the content inaccessible.
This also means that pages can not be moved to a title that would default to a different content model.
Overall, set to false
, no database updates are needed, but content handling is less robust and less flexible.
Categories:
- MediaWiki configuration settings/ja
- MediaWiki configuration settings introduced in version 1.21.0/ja
- MediaWiki configuration settings deprecated in version 1.34.0/ja
- MediaWiki configuration settings removed in version 1.35.0/ja
- MediaWiki deprecated or obsolete features/ja
- Miscellaneous settings variables/ja