More actions
Created page with "{{documentation header}} <!-- documentation here --> == Usage == This template should be automatically included on uploaded files as long as a license option is chosen. <includeonly>{{sandbox other|| <!-- template categories/interwikis here --> }}</includeonly> <noinclude> <!-- documentation categories/interwikis here --> </noinclude>" Â |
mNo edit summary |
||
Line 11: | Line 11: | ||
<noinclude> | <noinclude> | ||
<!-- documentation categories/interwikis here --> | <!-- documentation categories/interwikis here --> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"shortname", | |||
"short" | |||
], | |||
"label": "License Name", | |||
"description": "Only the code for the license, or the name of the license holder", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"iskallia", | |||
"GFDL", | |||
"Mojang", | |||
"cc-by", | |||
"cc-by-nc", | |||
"cc-by-nd", | |||
"cc-by-sa", | |||
"cc-by-nc-sa", | |||
"cc-by-nc-nd", | |||
"none", | |||
"public domain", | |||
"copyright" | |||
], | |||
"default": "none", | |||
"suggested": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"licenceVersion", | |||
"licver" | |||
], | |||
"label": "License Version", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"1.0", | |||
"3.0", | |||
"4.0" | |||
] | |||
}, | |||
"3": { | |||
"aliases": [ | |||
"desc", | |||
"description" | |||
], | |||
"label": "Description", | |||
"description": "Description of the license / license text", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 20:25, 21 July 2025
[purge]
This is the documentation page. It should be transcluded into Template:License. See Template:Documentation for more information.Usage
This template should be automatically included on uploaded files as long as a license option is chosen.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
License Name | 1 shortname short | Only the code for the license, or the name of the license holder
| String | suggested |
License Version | 2 licenceVersion licver | no description
| String | optional |
Description | 3 desc description | Description of the license / license text | String | suggested |