Jump to content

Template:License: Difference between revisions

From MTRNord's Wiki
No edit summary
m Explain the options
 
Line 44: Line 44:
}}<noinclude>
}}<noinclude>
== Usage ==
== Usage ==
<pre>{{License|cc-by}}</pre>
Add <code><nowiki>{{License|cc-by-sa}}</nowiki></code> (or any variant below) to the top of a page to display a floating license box.
 
== Available licenses ==
{| class="wikitable"
! Code !! Full name !! Description
|-
| <code>cc-by</code> || [https://creativecommons.org/licenses/by/4.0/ CC BY 4.0] || Free to share and adapt for any purpose, including commercially, as long as you give attribution.
|-
| <code>cc-by-sa</code> || [https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA 4.0] || Same as CC BY, but derivatives must be shared under the same license (copyleft).
|-
| <code>cc-by-nc</code> || [https://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC 4.0] || Share and adapt with attribution, but not for commercial purposes.
|-
| <code>cc-by-nc-sa</code> || [https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA 4.0] || Non-commercial use only, with attribution, and derivatives under the same license.
|-
| <code>cc-by-nd</code> || [https://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND 4.0] || Redistribution with attribution is allowed, but no derivatives or adaptations.
|-
| <code>cc-by-nc-nd</code> || [https://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND 4.0] || Non-commercial redistribution with attribution only; no derivatives.
|-
| <code>cc0</code> || [https://creativecommons.org/publicdomain/zero/1.0/ CC0 1.0] || Public domain dedication — no rights reserved, maximum freedom for reuse.
|-
| <code>arr</code> || All rights reserved || Standard copyright; no reuse without explicit permission.
|}


<templatedata>
<templatedata>

Latest revision as of 12:27, 18 April 2026

Unknown license: {{{1}}}

Usage

Add {{License|cc-by-sa}} (or any variant below) to the top of a page to display a floating license box.

Available licenses

Code Full name Description
cc-by CC BY 4.0 Free to share and adapt for any purpose, including commercially, as long as you give attribution.
cc-by-sa CC BY-SA 4.0 Same as CC BY, but derivatives must be shared under the same license (copyleft).
cc-by-nc CC BY-NC 4.0 Share and adapt with attribution, but not for commercial purposes.
cc-by-nc-sa CC BY-NC-SA 4.0 Non-commercial use only, with attribution, and derivatives under the same license.
cc-by-nd CC BY-ND 4.0 Redistribution with attribution is allowed, but no derivatives or adaptations.
cc-by-nc-nd CC BY-NC-ND 4.0 Non-commercial redistribution with attribution only; no derivatives.
cc0 CC0 1.0 Public domain dedication — no rights reserved, maximum freedom for reuse.
arr All rights reserved Standard copyright; no reuse without explicit permission.

Displays a license notice box for the page, styled like Babel boxes.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
License1

The license identifier for this page.

Suggested values
cc-by cc-by-sa cc-by-nc cc-by-nc-sa cc-by-nd cc-by-nc-nd cc0 arr
Example
cc-by-sa
Stringrequired