Template:License/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 19: Line 19:
| Parameter used to change the version of a license if avaliable
| Parameter used to change the version of a license if avaliable
| {{CodeBlock|margin=5px|<nowiki>| version = 3.0</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| version = 3.0</nowiki>}}
|-
| align="center" | {{Code|style=2|{{Param|region}}}}
| Parameter used to change to a region specific version of a chosen license if avaliable.
| {{CodeBlock|margin=5px|<nowiki>| region = us</nowiki>}}
|}
|}



Revision as of 04:12, 15 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
{{{region}}} Parameter used to change to a region specific version of a chosen license if avaliable.
| region = us

Available License Notices

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