Manual:$wgPageProps/de

Category:MediaWiki configuration settings/de#PagePropsCategory:MediaWiki configuration settings introduced in version 1.17.0/de#PagePropsCategory:MediaWiki configuration settings removed in version 1.17.0/de#PagePropsCategory:MediaWiki deprecated or obsolete features/de#PagePropsCategory:Extension variables/de#PageProps
Erweiterungen: $wgPageProps
List of available page properties and their descriptions.
Eingeführt in Version:1.17.0 (r70638)
Entfernt in Version:1.17.0 (r75282)
Erlaubte Werte:(Array)
Standardwert:siehe unten

Details

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.

Standardwert

$wgPageProps = array( 
	'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
);
Category:Extension variables/de Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.17.0/de Category:MediaWiki configuration settings removed in version 1.17.0/de Category:MediaWiki deprecated or obsolete features/de