Příručka:$wgPageProps
Tato funkce byla ve verzi 1.17.0 zcela odstraněna. |
Rozšíření: $wgPageProps | |
---|---|
List of available page properties and their descriptions. |
|
Zavedeno od verze: | 1.17.0 (r70638) |
Odstraněno od verze: | 1.17.0 (r75282) |
Povolené hodnoty: | (pole) |
Výchozí hodnota: | viz níže |
Další nastavení: Podle abecedy | Podle funkce |
Podrobnosti
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.
Výchozí hodnota
$wgPageProps = array(
'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
);