Manual:$wgCopyrightIcon
![]() | この機能はバージョン 1.27.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については $wgFooterIcons['copyright']['copyright'] を参照してください。 |
Copyright: $wgCopyrightIcon | |
---|---|
Set this to some HTML to override the rights icon with an arbitrary logo. | |
導入されたバージョン: | 1.4.0 |
廃止予定になったバージョン: | 1.17.0 |
除去されたバージョン: | 1.27.0 |
可能な値: | 文字列または NULL |
既定値: | NULL |
他の設定: アルファベット順 | 機能順 |
詳細
Set this to some HTML to override the rights icon with an arbitrary logo. This is the logo in the bottom left of the footer opposite the MediaWiki logo if using the Monobook skin.
例:
$wgCopyrightIcon = "<img src='/some/path/to/image.png' alt='whatever' />";
廃止予定と除去
This setting has been deprecated in 1.17 and has been removed in MediaWiki 1.27. $wgFooterIcons ['copyright']['copyright'] should be used instead.
関連項目
Categories:
- MediaWiki configuration settings/ja
- MediaWiki configuration settings 1.4.0/ja
- MediaWiki configuration settings introduced in version 1.4.0/ja
- MediaWiki configuration settings deprecated in version 1.17.0/ja
- MediaWiki configuration settings removed in version 1.27.0/ja
- MediaWiki Deprecated or obsolete features/ja