Podręcznik:$wgPageProps

This page is a translated version of the page Manual:$wgPageProps and the translation is 56% complete.
Rozszerzenia: $wgPageProps
List of available page properties and their descriptions.
Wprowadzono w wersji:1.17.0 (r70638)
Usunięto w wersji:1.17.0 (r75282)
Dozwolone wartości:(tablica)
Domyślna wartość:zobacz niżej

Szczegóły

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.

Domyślna wartość

$wgPageProps = array( 
	'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
);