Manual:$wgShowIPinHeader/zh

From Linux Web Expert

<translate> User accounts, authentication</translate>: $wgShowIPinHeader
在匿名用户的用户栏中显示IP。
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Removed in version:</translate>1.27.0 (Gerrit change 239649; git #ea335eb5)
<translate> Allowed values:</translate>(布尔值)
<translate> Default value:</translate>true

详情

为匿名访问者(IP用户)显示个人工具链接(链接到用户页和用户讨论页)。 禁用该功能可以提高缓存性能,因为所有的匿名访客都可以得到每个页面完全相同的版本。

如果$wgUseFileCache 被启用,那么将$wgShowIPinHeader 设置为true并没有作用。相反,在运行时将自动设置为false。