Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:License: Difference between revisions

Template page
Create static (ParserFunctions-free) License Mojang template chain
 
m Add Template:License copyright (adapted from minecraft.wiki), list on Template:License
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
| image  = {{{image|License {{{shortname|none}}}.png}}}
| image  = {{{image|License {{{shortname|none}}}.png}}}
| imagesize = {{{imagesize|64px}}}
| imagesize = {{{imagesize|64px}}}
| bgcol  = {{{bgcol|#ededed}}}
| bgcol  = {{{bgcol|#f4f4f4}}}
| linecol = {{{linecol|#d9d9d9}}}
| linecol = {{{linecol|#c8c8c8}}}
| width  = {{{width|90%}}}
| width  = {{{width|90%}}}
| title  = {{{title|This file is unlicensed.}}}
| title  = {{{title|This file is unlicensed.}}}
| text  = {{{description|Please set a license by using one of the license templates.}}}
| text  = {{{description|Please set a license by using one of the license templates.}}}
}}<includeonly>[[Category:Files with a license template]]</includeonly><noinclude>
}}<includeonly>[[Category:Files with a license template]]</includeonly><noinclude>
Base template for building individual license notice templates, e.g. [[Template:License Mojang]]. Wraps [[Template:Message box]] with license-page defaults.
Base template for building individual license notice templates. Wraps [[Template:Message box]] with license-page defaults.


Parameters: '''image''', '''title''', '''description''', '''short''', '''long''', '''link''', '''bgcol''', '''linecol''', '''width'''.
Parameters: '''image''', '''title''', '''description''', '''short''', '''long''', '''link''', '''bgcol''', '''linecol''', '''width'''.


This is a static, ParserFunctions-free adaptation of [https://minecraft.wiki/w/Template:License minecraft.wiki's Template:License] for wikis without the ParserFunctions extension. It drops the automatic "unlicensed" categorization and existence checks, which require ParserFunctions.
== Usage ==
Add this to a file's description page, under any summary and above categories:
<pre>
== Licensing ==
{{License Loka}}
</pre>
 
== Available licensing templates ==
* [[Template:License Mojang|License Mojang]] &mdash; <code><nowiki>{{License Mojang}}</nowiki></code>
* [[Template:License Loka|License Loka]] &mdash; <code><nowiki>{{License Loka}}</nowiki></code>
* [[Template:License public domain|License public domain]] &mdash; <code><nowiki>{{License public domain}}</nowiki></code>
* [[Template:License cc-by|License cc-by]] &mdash; <code><nowiki>{{License cc-by}}</nowiki></code>
* [[Template:License copyright|License copyright]] &mdash; <code><nowiki>{{License copyright}}</nowiki></code>
</noinclude>
</noinclude>

Latest revision as of 12:42, 17 August 2026

This file is unlicensed.
Please set a license by using one of the license templates.

Base template for building individual license notice templates. Wraps Template:Message box with license-page defaults.

Parameters: image, title, description, short, long, link, bgcol, linecol, width.

Usage

Add this to a file's description page, under any summary and above categories:

== Licensing ==
{{License Loka}}

Available licensing templates