Manual:$wgRestrictDisplayTitle/ja

From Linux Web Expert

Revision as of 19:48, 1 January 2024 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Parser</translate>: $wgRestrictDisplayTitle
Restrict {{DISPLAYTITLE}} to titles that normalize to the same canonical database key
<translate> Introduced in version:</translate>1.14.0 (r39552)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(真偽値)
<translate> Default value:</translate>true

詳細

Restricts display titles to titles that normalize to the same canonical database key as the real page title. This roughly means that only capitalization variations of the title are accepted. If set to false, any display title is allowed. This is not recommended however, as it breaks the wiki convention that a page's title is its name, and thus can be used for linking to it.

MediaWiki バージョン:
<translate> ≥</translate> 1.22

Additionally, some inline CSS rules like display: none; which can cause the text to be hidden or unselectable are disallowed.

関連項目