Template:License card/doc
A metatemplate used by license templates.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| icons | icons | Icons on the license card. Use full file syntax
| File | optional |
| title | title | Title text on the license card
| Content | required |
| description | description | Description text on the license card | Content | optional |
| shortname | shortname | Short name of the license. Invisible machine-readable data used by some extensions.
| String | required |
| longname | longname | Long name of the license. Invisible machine-readable data used by some extensions.
| String | required |
| link | link | The link to the license deed. Invisible machine-readable data used by some extensions.
| URL | suggested |
| linkreq | linkreq | Whether a link to the license is required for this license. Invisible machine-readable data used by some extensions.
| Boolean | suggested |
| attr | attr | Attribution. Invisible machine-readable data used by some extensions. | String | suggested |
| attrreq | attrreq | Whether attribution is required. Invisible machine-readable data used by some extensions.
| Boolean | suggested |
| nonfree | nonfree | Whether this is a non-free license. Invisible machine-readable data used by some extensions.
| Boolean | suggested |
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.