Jump to content
Search

The new Ubuntu Wiki is live. Legacy content may be unavailable and page links may have changed. Read the announcement on Discourse.

Template:License card

From Ubuntu Wiki

A metatemplate used by license templates.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
iconsicons

Icons on the license card. Use full file syntax

Example
[[File:CC.svg|32px|link=]][[File:CC-BY.svg|32px|link=]][[File:CC-SA.svg|32px|link=]]
Fileoptional
titletitle

Title text on the license card

Example
This file is licensed under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International] license.
Contentrequired
descriptiondescription

Description text on the license card

Contentoptional
shortnameshortname

Short name of the license. Invisible machine-readable data used by some extensions.

Example
CC BY-SA 4.0
Stringrequired
longnamelongname

Long name of the license. Invisible machine-readable data used by some extensions.

Example
Creative Commons Attribution-Share Alike 4.0
Stringrequired
linklink

The link to the license deed. Invisible machine-readable data used by some extensions.

Example
https://creativecommons.org/licenses/by-sa/4.0/
URLsuggested
linkreqlinkreq

Whether a link to the license is required for this license. Invisible machine-readable data used by some extensions.

Example
true
Booleansuggested
attrattr

Attribution. Invisible machine-readable data used by some extensions.

Stringsuggested
attrreqattrreq

Whether attribution is required. Invisible machine-readable data used by some extensions.

Example
true
Booleansuggested
nonfreenonfree

Whether this is a non-free license. Invisible machine-readable data used by some extensions.

Example
false
Booleansuggested

Examples

{{Template:License card
| icons  = [[File:Cc.logo.circle.svg|32px|class=skin-invert-image|link=]][[File:Cc-by new white.svg|32px|link=]][[File:Cc-sa.svg|32px|link=]]
| title = This file is licensed under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International] license.
| description = You are free to share and adapt this file as long as you give appropriate attribution and share the file under the same license.
|shortname = CC BY SA 4.0
|longname = Creative Commons Attribution-ShareAlike 4.0
|link = <nowiki>https://creativecommons.org/licenses/by-sa/4.0</nowiki>
|linkreq = true
|attrreq = true
}}


This file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.

You are free to share and adapt this file as long as you give appropriate attribution and share the file under the same license.

CC BY SA 4.0 Creative Commons Attribution-ShareAlike 4.0 https://creativecommons.org/licenses/by-sa/4.0 true

true