License – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Lou Montana moved page Template:self to Template:License: name standard)
m (Fix after move)
Line 1: Line 1:
<includeonly>{{Messagebox
<includeonly>{{Messagebox
| {{{author|I}}}, the copyright holder of this work,''' hereby publish{{#if: {{{author|}}}|es|}} it under the following license:
| I, the copyright holder of this work,''' hereby publish{{#if: {{{author|}}}|es|}} it under the following license:
 
{{#switch:{{lc:{{{1|}}}}}
 
| apl
| adpl
| dpl
| topl=
{{{!}}
{{!}} style{{=}}"text-align: center" {{!}} [[Image:CC some rights reserved.png|90px]]
{{!}} ''This work is licensed under the {{Name|bi}}'s '''[https://www.bohemia.net/community/licenses/ {{uc:{{{1}}}}}{{#if:{{{2|}}}|-{{uc:{{{2}}}}}}}]''' License.''
{{!}}}
 
|
| cc-by-sa=
{{{!}}
{{{!}}
{{!}} style{{=}}"text-align: center" {{!}} [[Image:CC some rights reserved.png|90px]]<br>[[Image:Cc-by new white.png|24px]][[Image:Cc-sa white.png|24px]]
{{!}} style{{=}}"text-align: center" {{!}} [[Image:CC some rights reserved.png|90px]]<br>[[Image:Cc-by new white.png|24px]][[Image:Cc-sa white.png|24px]]
{{!}} ''This work is licensed under the [http://en.wikipedia.org/wiki/Creative_Commons Creative Commons] [http://creativecommons.org/licenses/by-sa/3.0/ Attribution-ShareAlike 3.0] License. {{#if:{{{1|}}}| <br> Attribution: {{{1|}}} }}''
{{!}} ''This work is licensed under the {{Wikipedia|Creative Commons}} [http://creativecommons.org/licenses/by-sa/{{{2|3}}}.0/ Attribution-ShareAlike '''{{{2|3}}}.0'''] License.''
{{!}}}
{{!}}}
|&copy;|#BBB}}
[[Category:Creative Commons Attribution-ShareAlike {{{2|3}}}.0 images|{{uc:{{PAGENAME}}}}]]
[[Category:Creative Commons Attribution-ShareAlike 3.0 images|{{PAGENAME}}]]
[[Category:All free media|{{PAGENAME}}]]
[[Category:Self-published work|{{uc:{{PAGENAME}}}}]]</includeonly><noinclude>
{{Informative | Used in Images, only ever used with the [https://creativecommons.org/licenses/by-sa/3.0/ cc-by-sa 3.0] argument.}}


{{Important | to be renamed appropriately (<tt>{{<nowiki/>License|cc-by-sa-3.0}}</tt>?) when regex mass-replace <tt>\{\{self\{{!}}[Cc]-by-sa-3\.0\}\}</tt> to <tt>{{<nowiki/>self}}</tt> is complete.}}
}} | &copy; | #BBB}}


[[Category:All free media|{{uc:{{PAGENAME}}}}]]
[[Category:Self-published work|{{uc:{{PAGENAME}}}}]]</includeonly><noinclude>
== Usage ==
== Usage ==
{{<nowiki/>self}}
{{<nowiki/>License|'''''name'''''|'''''version'''''}}
* name: (Optional, default <tt>cc-by-sa-3.0</tt>) one of:
** <tt>apl</tt>: [https://www.bohemia.net/community/licenses/ '''A'''rma '''P'''ublic '''L'''icense]
** <tt>adpl</tt>: [https://www.bohemia.net/community/licenses/ '''A'''rma/'''D'''ayZ '''P'''ublic '''L'''icense]
** <tt>dpl</tt>: [https://www.bohemia.net/community/licenses/ '''D'''ayZ '''P'''ublic '''L'''icense]
** <tt>topl</tt>: [https://www.bohemia.net/community/licenses/ '''T'''ake '''O'''n '''P'''ublic '''L'''icense]
** <tt>cc-by-sa</tt>: {{Wikipedia|Creative Commons}} license
* version: (Optional, default <tt>3</tt> for cc-by-sa, nothing for <tt>apl</tt>, <tt>adpl</tt>, <tt>dpl</tt> and <tt>topl</tt>)


{| class="wikitable"
{|
|+ Examples
|+ Examples
|- style="background-color: #EEE"
! Code
! Code
! Result
! Result
|-
|-
| <nowiki>{{self}}</nowiki>
| <nowiki>{{License}}</nowiki>
| {{self}}
| {{License}}
|-
| <nowiki>{{License|apl}}</nowiki>
| {{License|apl}}
|-
| <nowiki>{{License|apl|sa}}</nowiki>
| {{License|apl|sa}}
|-
| <nowiki>{{License|cc-by-sa|2}}</nowiki>
| {{License|cc-by-sa|2}}
|-
| <nowiki>{{License|cc-by-sa|3}}</nowiki>
| {{License|cc-by-sa|3}}
|}
|}


[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>

Revision as of 00:49, 31 December 2020

Usage

{{License|name|version}}

Examples
Code Result
{{License}}
©
I, the copyright holder of this work, hereby publish it under the following license:
CC some rights reserved.png
Cc-by new white.pngCc-sa white.png
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
{{License|apl}}
©
I, the copyright holder of this work, hereby publish it under the following license:
CC some rights reserved.png This work is licensed under the Bohemia Interactive's APL License.
{{License|apl|sa}}
©
I, the copyright holder of this work, hereby publish it under the following license:
CC some rights reserved.png This work is licensed under the Bohemia Interactive's APL-SA License.
{{License|cc-by-sa|2}}
©
I, the copyright holder of this work, hereby publish it under the following license:
CC some rights reserved.png
Cc-by new white.pngCc-sa white.png
This work is licensed under the Creative Commons Attribution-ShareAlike 2.0 License.
{{License|cc-by-sa|3}}
©
I, the copyright holder of this work, hereby publish it under the following license:
CC some rights reserved.png
Cc-by new white.pngCc-sa white.png
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License.