Difference between revisions of "Template:Artist"

m
add sortkey to make categories nicer
m
m (add sortkey to make categories nicer)
 
(12 intermediate revisions by 3 users not shown)
{{infobox
|title={{{name|{{PAGENAMESUBPAGENAME}}}}}|id=Artist|<!--
 
-->{{DEFAULTSORT:{{{name|{{SUBPAGENAME}}}}}|}}<!--
 
-->|id=Artist|
 
<!-- about -->
}}<includeonly><!--
 
--><!-- Require a license --><!--
-->{{#if:{{{license|}}}{{{'license|}}} || [[Category: missing param - artist - license]] }}<!--
 
--><!-- Apply artist type category <!--
--><!-- TODO: Allow for multiple values, split, and apply all the specified categories, e.g. |type=cover&interior <!--
-->{{#if:{{{type|}}}|<!--
-->{{#switch:{{lc:{{{type}}}|}} <!--
-->|cover= [[Category: Cover artists]] <!--
-->|interior= [[Category: Interior artists]] <!--
-->|fan= [[Category: Fan artists]] <!--
-->|multimedia= [[Category: Multimedia artists]] <!--
-->| [[Category: Artists with invalid artist type]] <!--
-->}}<!--
-->}}<!--
 
--></includeonly><noinclude>
 
The '''{{t|artist}}''' infobox template can be used to provide metadata about real world (artists, fan) and official alike. A list of all such artists can be found on '''[[Coppermind:Artists]]'''.
 
=== Template ===
|twitter=
|site=
|license=all|some|tentative|none|official
|preferred=
|license=all|some|none
|contact=
|type=fan|interior|cover|multimedia
}}
</pre>
 
 
=== Parameters ===
{{docs/row/optional
|param= preferred
|desc= '''DEPRECATED''' If the artist prefers one or more of their accounts over others for sourcing purposes, use this parameter to indicate that.
|eg=
<code><nowiki>|preferred=ArtStation</nowiki></code>
|param= license
|desc= Use this to specify the kind of art usage permission or license the Coppermind has with the artist.<br>
<small>'''Note:''' Automatically uses the {{t|artist-license}} template, so only values valid for it are allowed here. To bypass this, use <code>'license</code>.</small><br>
<small>'''Note:''' See [[#Licenses]] for details.</small><br>
|eg=
<code><nowiki>|license=all</nowiki></code><br>
<code><nowiki>|license=none</nowiki></code><br>
<code><nowiki>|license=Dec 31, 2020</nowiki></code><br>
<code><nowiki>|license=official</nowiki></code><br>
<code><nowiki>|'license=Everything that doesn't say "draft" in its name</nowiki></code>
}}
}}
 
<!-- --------- -->
|}
<!-- ROW: type -->
<!-- --------- -->
{{docs/row/required
|param= type
|desc= Use this to indicate the type of artist this is for, so it gets auto-placed in the appropriate category.
<small>'''Valid values:''' <code>cover</code>, <code>interior</code>, <code>fan</code>, and <code>multimedia</code>.</small>
|eg=
<code><nowiki>|type=fan</nowiki></code><br>
|}}
 
|} <!-- END TABLE -->
 
=== Licenses ===
* '''<code>all</code>''': Use this when the Coppermind has full permission to use all of the artist's work (related to Brandon Sanderson), past and future alike.
* '''<code>some</code>''': Use this when the Coppermind has permission to only specific artworks or when new uploads require explicit permission by the artist.
* '''<code>tentative</code>''': Use this when when the artist could not be contacted or has given us permission to use their works but hasn't officially filled the Google Form. Sometimes, despite our best efforts, we can't get in touch with a given artist. In this case, we do our best to credit and inform the artists that their art is on the wiki, but we need to be ready to take it down if they reach out to us.
* '''<code>none</code>''': Use this when the Coppermind does not have permission to use ''any'' of the artist's works.
* '''''<code>DATE</code>''''': If the value is neither one of these, the template assumes it has been handed a cutoff date, with artworks before it being allowed on the Coppermind, and ones after it requiring an explicit permission. The value here is re-formatted as '''MMM DD, YYYY'''.
* '''<code>official</code>''': Use this when the Coppermind can only use the official work from this artist, such as covers, interior illustrations or posters.
 
See '''[[Help:Artists#License|Help: Artists]]''' and '''{{t|artist-license}}''' for additional information.
 
'''Note:''' Pages without a license are added to '''[[:Category: Missing param - artist - license]]'''.
 
[[Category: Infoboxes]]
40,275

edits