Template:License/doc: Difference between revisions
Jump to navigation
Jump to search

Mailmanmicky (talk | contribs) |
Mailmanmicky (talk | contribs) mNo edit summary |
||
Line 15: | Line 15: | ||
| String parameter for specifying the license | | String parameter for specifying the license | ||
| {{CodeBlock|margin=5px|<nowiki>| license = MIT</nowiki>}} | | {{CodeBlock|margin=5px|<nowiki>| license = MIT</nowiki>}} | ||
|- | |||
| align="center" | {{Code|style=2|{{Param|version}}}} | |||
| Parameter used to change the version of a license if avaliable | |||
| {{CodeBlock|margin=5px|<nowiki>| version = 3.0</nowiki>}} | |||
|} | |} | ||
== Available License Notices == | == Available License Notices == | ||
{{CodeBlock|src= | {{CodeBlock|src=Creative Commons Licenses|<nowiki>{{Copyright|license=ccbysa}} {{Copyright|license=ccbysa|version = 3}}</nowiki>}} | ||
{{Capsule|{{Copyright|license=ccbysa}} {{Copyright|license=ccbysa|version = 3}}}} | |||
{{CodeBlock|src=Other Licenses|<nowiki>{{Copyright|license=MIT}}</nowiki>}} | |||
{{Capsule|{{Copyright|license=MIT}}}} | {{Capsule|{{Copyright|license=MIT}}}} |
Revision as of 03:23, 12 May 2023

This is a documentation subpage for Template:License.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Template used to indicate the license of a copyrighted work.
Copy and Paste
Parameters and Examples
Parameter | Description | Example |
---|---|---|
{{{type}}} | String parameter for specifying the license | |
{{{version}}} | Parameter used to change the version of a license if avaliable |