Manual:$wgRightsIcon

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎suomi • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Copyright: $wgRightsIcon
Override for copyright metadata.
Introduced in version: 1.3.0
Removed in version: still in use
Allowed values:
Default value: null

Other settings: Alphabetical | By Function

Details[edit | edit source]

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:

$wgRightsIcon = "$wgStylePath/common/images/cc-by-sa.png";

Licenses[edit | edit source]

Some of the available icons are listed in the File column of this table:


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

See also[edit | edit source]