Template:License

From Brighter Shores Wiki
Jump to navigation Jump to search
This is licensed media of a copyrighted computer game.
Type: {{{type}}}
Subject: {{{subject}}}
This file is taken from Brightershores.com.
Template documentation
This documentation is transcluded from Template:License/doc. [edit] [history] [purge]

This is the parent template for file licenses.

Usage

{{License
|type = type
|typeid = ID to add to the wrapping HTML element (optional)
|subject = subject
|datatype = create a "data-<datatype>" HTML element attribute (optional)
|datavalue = value to assign to the "data-<datatype>" attribute (optional)
|dataprefix = text to be shown before the "ID:" parameter label (optional)
}}

Typically subject will default to Unknown or link to the subject, but the implementation is left to the individual template to alter as required.

Typically, the type of ID given in datavalue can be determined based on the type license type. For licenses where that may not be true (e.g. the ID could refer to the ID of an item and its inventory icon or the ID could refer to a sprite), dataprefix may be specified to prepend clarifying text (e.g. "Sprite" or "Item") to the "ID:" label.