Manual:$wgPageProps/cs

From Linux Web Expert

Revision as of 11:31, 16 March 2023 by imported>Want (Created page with "== Výchozí hodnota ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Extensions</translate>: $wgPageProps
List of available page properties and their descriptions.
<translate> Introduced in version:</translate>1.17.0 (r70638)
<translate> Removed in version:</translate>1.17.0 (r75282)
<translate> Allowed values:</translate>(pole)
<translate> Default value:</translate>viz níže

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',
);