Manual:$wgRightsIcon
Copyright: $wgRightsIcon | |
---|---|
Override for copyright metadata. |
|
Introduced in version: | 1.3.0 |
Removed in version: | still in use |
Allowed values: | Unspecified |
Default value: | null |
Other settings: Alphabetical | By function |
DetailsEdit
Override for copyright metadata. It's set at install time by the installer, either from its own predefined list or from the data returned from the Creative Commons license chooser. Generally it will be of the form:
MediaWiki version: | ≥ 1.24 |
$wgRightsIcon = "$wgScriptPath/resources/assets/licenses/cc-by-sa.png";
MediaWiki version: | ≤ 1.23 |
$wgRightsIcon = "$wgStylePath/common/images/cc-by-sa.png";
LicensesEdit
The icons available by default are listed in the File column of this table:
See alsoEdit
- $wgRightsPage
- $wgRightsUrl
- $wgRightsText
- $wgFooterIcons - can be set to hide the rights icon.
- Extension:PerPageLicense — An extension that enables license footer variables (i.e.
$wgRightsIcon
,$wgRightsUrl
, and$wgRightsText
) to be set on a per-namespace or per-page basis.