Template:License/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
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=Software Licenses|<nowiki>{{Copyright|license=MIT}}</nowiki>}}
{{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

Edit-copy.png
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.

Template used to indicate the license of a copyrighted work.

Copy and Paste

{{Copyright | license = }}

Parameters and Examples

Parameter Description Example
{{{type}}} String parameter for specifying the license
| license = MIT
{{{version}}} Parameter used to change the version of a license if avaliable
| version = 3.0

Available License Notices

Creative Commons Licenses
{{Copyright|license=ccbysa}} {{Copyright|license=ccbysa|version = 3}}
Template:Copyright Template:Copyright
Other Licenses
{{Copyright|license=MIT}}
Template:Copyright