License – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page Template:self to Template:License: name standard) |
Lou Montana (talk | contribs) m (Fix after move) |
||
Line 1: | Line 1: | ||
<includeonly>{{Messagebox | <includeonly>{{Messagebox | ||
| 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 | {{!}} ''This work is licensed under the {{Wikipedia|Creative Commons}} [http://creativecommons.org/licenses/by-sa/{{{2|3}}}.0/ Attribution-ShareAlike '''{{{2|3}}}.0'''] License.'' | ||
{{!}}} | {{!}}} | ||
[[Category:Creative Commons Attribution-ShareAlike {{{2|3}}}.0 images|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Creative Commons Attribution-ShareAlike | |||
}} | © | #BBB}} | |||
[[Category:All free media|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Self-published work|{{uc:{{PAGENAME}}}}]]</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
{{<nowiki/> | {{<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>) | |||
{| | {| | ||
|+ Examples | |+ Examples | ||
|- style="background-color: #EEE" | |||
! Code | ! Code | ||
! Result | ! Result | ||
|- | |- | ||
| <nowiki>{{ | | <nowiki>{{License}}</nowiki> | ||
| {{ | | {{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 23:49, 30 December 2020
Usage
{{License|name|version}}
- name: (Optional, default cc-by-sa-3.0) one of:
- apl: Arma Public License
- adpl: Arma/DayZ Public License
- dpl: DayZ Public License
- topl: Take On Public License
- cc-by-sa: Creative Commons license
- version: (Optional, default 3 for cc-by-sa, nothing for apl, adpl, dpl and topl)
Code | Result |
---|---|
{{License}} | |
{{License|apl}} | |
{{License|apl|sa}} | |
{{License|cc-by-sa|2}} | |
{{License|cc-by-sa|3}} |