Copyright: $wgRightsIcon
Override for copyright metadata.
Introduced in version:1.3.0
Removed in version:still in use
Allowed values:Unspecified
Default value:null

Details

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";

Licenses

The icons available by default are listed in the File column of this table:

License File URL
Public domain (PD) public-domain.png https://creativecommons.org/licenses/publicdomain/
Creative Commons 0 (CC0) cc-0.png https://creativecommons.org/publicdomain/zero/1.0/
Creative Commons Attribution 3.0 Unported (CC BY 3.0) cc-by.png https://creativecommons.org/licenses/by/3.0/
Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) cc-by-sa.png https://creativecommons.org/licenses/by-sa/3.0/
Creative Commons Attribution-NonCommercial 3.0 Unported (CC BY-NC-SA 3.0) cc-by-nc-sa.png https://creativecommons.org/licenses/by-nc-sa/3.0/
GNU Free Documentation License (GFDL) gnu-fdl.png https://www.gnu.org/copyleft/fdl.html

See also

  • $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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.