Manual:$wgRightsPage/en
From Linux Web Expert
<translate> Copyright</translate>: $wgRightsPage | |
---|---|
Override for copyright metadata. |
|
<translate> Introduced in version:</translate> | 1.3.0 |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | <translate> Unspecified</translate> |
<translate> Default value:</translate> | null |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Override for copyright metadata.
This is the name of the page containing information about the wiki's copyright status, which will be added as a link in the footer if it is specified (see $wgRightsText
for details) and in API:Meta output.
It overrides $wgRightsUrl
if both are specified.
See also
- $wgRightsUrl
- $wgRightsText
- $wgRightsIcon
- $wgFooterIcons - can be set to hide the link to the rights page.
- 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.