Manual:$wgPageProps
この機能は、バージョン 1.17.0 で完全に除去されました。 |
拡張機能: $wgPageProps | |
---|---|
List of available page properties and their descriptions. |
|
導入されたバージョン: | 1.17.0 (r70638) |
除去されたバージョン: | 1.17.0 (r75282) |
許容される値: | (配列) |
既定値: | 下記参照 |
その他の設定: アルファベット順 | 機能順 |
詳細
This variable stores the names of all page properties that can be set in the database, and the descriptions. The descriptions are only shown in the API help page. It should only be set by extensions.
既定値
$wgPageProps = array(
'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
);