Manual:$wgRestrictDisplayTitle/ja

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<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.

関連項目