Difference between revisions of "User:Fbstj/docs/t:art"

m
no edit summary
(testing other layout of template: art)
 
m
 
(3 intermediate revisions by 2 users not shown)
-->{{#if:{{{source|}}}|<!-- -->|[[Category: Missing source link]]}}<!--
 
--></includeonly><noinclude>[ [category: infoboxes]]
This template is used on files to add source information.
 
{| width=100% class=infobox
|- class=title
! Parameter !! title="exclusive" | X !! Description !! Examples
|-
! colspan=2|<small style="color:#ff0000">Required</small><br><code>artist</code>
| This parameter should link to the artist's Coppermind page.
|
<code><nowiki>|artist=[[Coppermind: Artists/Sheep|Sheep]]</nowiki></code>
|-
! colspan=2|<small style="color:#ff0000">Required</small><br><code>source</code>
| This parameter should link to a publicly viewable webpage where the image can be found, preferably the artist's website or social media. If the file is a cropped/traced version of another piece of art already on the coppermind, that file can be the source:
|
<code><nowiki>|source=[[:File: Roshar.png]]</nowiki></code>
|-
! colspan=2|<code>tracer</code>
| When the image is a traced vector graphic this parameter should link to the tracer's Coppermind user page.
| <code><nowiki>|tracer=[[:User:WeiryWriter]]</nowiki></code>
|-
! colspan=2|<code>series</code>
| The value here is passed to the {{t|series tag}} template, which means it must be one of the valid values for that template. This will add a link to the series page and include the file in the series category.
| <code><nowiki>|series=Stormlight</nowiki></code>
|-
! colspan=2|<code>book</code>
| The value here is passed to the {{t|book tag}} template, which passes it to {{t|b}} and means it mustshould be one of the valid values for that template. This will add a link to the book page and include the file in the series category. This argument is mostly used on interior art from the book in question, or for books which aren't part of a series.
| <code><nowiki>|book=sotd</nowiki></code>
|-
! colspan=2|<code>type</code>
| <!-- TODO --> This parameter can be used to assign a category tag to the art piece. See the [[#Type Tags]] section below for more details and examples
| <code><nowiki>|type={{cat tag|Art}}</nowiki></code>
|}
 
=== Type Tags ===
[[Category: Infoboxes]]
The <code>type</code> parameter provides a row for [[:category: link macros|tags]] which categorise the file in different ways:
* {{t|cat tag|character images}} is placed on any image depicting a [[:category: characters|character]]
* {{t|cat tag|interior art}} is used to indicate when a file is from inside one of the published books
* {{t|cat tag|art}} is used on artist depictions of scenes and other more complex images
* {{t|cat tag|maps}} categorize any cartographic images
* {{t|cat tag|symbols}} & {{t|cat tag|diagrams}} indicate the obvious
* {{t|cat tag|chapter icons}} collect all the images used in books with icons in the chapter headings
 
It also allows for any other kind of tagging for images when it makes sense