Vorlage:License

Aus Terraria Wiki
Zur Navigation springen Zur Suche springen
Diese Vorlage ist synchronisiert-lokalisiert, d. h. sie ist mit der Version des englischen Terraria Wikis identisch. Änderungen an dieser Vorlage sollten zunächst dort vorgenommen werden.
Siehe Vorlage:License/l10n für die Lokalisierung dieser Vorlage.
Template-info.svg Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:License/Dokumentation. (bearbeiten | Versionsgeschichte)

This template is used on file pages to denote the file's license. It categorizes the file in the respective license category.

Usage

Add a "Licensing" section on the file page and transclude the template:

== Licensing ==
{{License | <license type> }}
First unnamed parameter

Type of the license; select one from the list below. Providing no value or an invalid one will result in nolicense.

Licenses

The following 4 licenses are available:

Code Output
{{License|fairuse}}
IN COPYRIGHT
License: In Copyright
This file is copyrighted. The individual who uploaded this work and first used it in an article, and subsequent persons who place it into articles, assert that this qualifies as fair use of the material under United States copyright law.
{{License|nolicense}}
No license has been selected.
License: Unknown
Please select the proper license for this file by adding the proper parameter to {{License}}. Unlicensed images may be a copyright violation if they are not your works and will be deleted.
{{License|PD}}
Public Domain
License: Public Domain
This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.
{{License|Re-Logic}}
IN COPYRIGHT
License: In Copyright
This file (or parts of it) comes from Terraria and/or websites created and owned by Re-Logic, who hold the copyright of Terraria.
All trademarks and registered trademarks present in the file are proprietary to Re-Logic. For more information, see the copyright notice. This file is used with permission.

How to add a new license template

Create a new subtemplate of Template:License, e.g. Template:License/mynewlicense. Add a {{licensebox}} with the appropriate parameters as its content and below it the line <includeonly>{{#ifeq:{{NAMESPACE}}|{{ns:File}}|[[Category:Files under <license type>]]}}</includeonly>. Also make sure to categorize the new subtemplate in Category:Lizenzvorlagen.

You can use the existing license subtemplates as guides for creating new ones.