Template:Art: Difference between revisions

From The Reed and Rite
mNo edit summary
mNo edit summary
Line 2: Line 2:
-->{{#if: {{{title|}}} |<tr class="art-infobox-data-row"><th>Title:</th><td>{{{title}}}</td></tr>}}<!--
-->{{#if: {{{title|}}} |<tr class="art-infobox-data-row"><th>Title:</th><td>{{{title}}}</td></tr>}}<!--
-->{{#if: {{{artist|}}} |<tr class="art-infobox-data-row"><th>Artist:</th><td>{{#show:{{FULLPAGENAME}}|?Has artist}}</td></tr>}}<!--
-->{{#if: {{{artist|}}} |<tr class="art-infobox-data-row"><th>Artist:</th><td>{{#show:{{FULLPAGENAME}}|?Has artist}}</td></tr>}}<!--
-->{{#if: {{{character|}}} |<tr class="art-infobox-data-row"><th>Character:</th><td>[[{{{character}}}]]</td></tr>}}<!--
-->{{#if: {{{character|}}} |<tr class="art-infobox-data-row"><th>Character:</th><td>{{{character}}}</td></tr>}}<!--
-->{{#if: {{{book|}}} | <tr class="infobox-data-row"><th>Book:</th><td>{{#if:{{b|{{{book}}}}} | ''[[{{b|{{{book}}}}}|{{b|{{{book}}}|text=y}}]]'' | {{{book}}}}}</td></tr>}}<!--
-->{{#if: {{{book|}}} | <tr class="infobox-data-row"><th>Book:</th><td>{{#if:{{b|{{{book}}}}} | ''[[{{b|{{{book}}}}}|{{b|{{{book}}}|text=y}}]]'' | {{{book}}}}}</td></tr>}}<!--
-->{{#if: {{{series|}}} | <tr class="infobox-data-row"><th>Series:</th><td>{{#if:{{b|{{{series}}}}} | ''[[{{b|{{{series}}}}}|{{b|{{{series}}}|text=y}}]]'' | {{{series}}}}}</td></tr>}}<!--
-->{{#if: {{{series|}}} | <tr class="infobox-data-row"><th>Series:</th><td>{{#if:{{b|{{{series}}}}} | ''[[{{b|{{{series}}}}}|{{b|{{{series}}}|text=y}}]]'' | {{{series}}}}}</td></tr>}}<!--
Line 41: Line 41:
|-
|-
! Character:
! Character:
| <span style="color: #745dac;">Character's Name</span>
| Character's Name
|-
|-
! Book:
! Book:
Line 68: Line 68:
| style="text-align: center;" | <code>title</code> || The title of the artwork. (Only add if known.)
| style="text-align: center;" | <code>title</code> || The title of the artwork. (Only add if known.)
|-
|-
| style="text-align: center;" | <code>artist</code> || The name of the artist. Providing this parameter will provide a link to that artist's page in the <code>Artist:</code>
| style="text-align: center;" | <code>artist</code> || The name of the artist. Providing this parameter will provide a link to that artist's page in the [[:Category:Artists|Artists category]].
|-
|-
| style="text-align: center;" | <code>character</code> || Caption for the image.
| style="text-align: center;" | <code>character</code> || Name of the character the artwork depicts. Use double square brackets (<code>[[</code> and <code>]]</code>) to link to their page.
|-
|-
| style="text-align: center;" | <code>book</code> || What book the location is from. Use abbreviation(s) from [[:Template:B]].
| style="text-align: center;" | <code>book</code> || What book the location is from. Use abbreviation(s) from [[:Template:B]].
Line 76: Line 76:
| style="text-align: center;" | <code>series</code> || What series the location is from. Use abbreviation(s) from [[:Template:B]].
| style="text-align: center;" | <code>series</code> || What series the location is from. Use abbreviation(s) from [[:Template:B]].
|-
|-
| style="text-align: center;" | <code>source</code> || Where it is located, if applicable.
| style="text-align: center;" | <code>source</code> || Where the image was sourced.
|-
|-
| style="text-align: center;" | <code>year</code> || The city it is located in, if applicable.
| style="text-align: center;" | <code>year</code> || The year(s) the artwork was created in.
|-
|-
| style="text-align: center;" | <code>license</code> || The county it is located in, if applicable.
| style="text-align: center;" | <code>license</code> || The relevant license(s) (i.e., copyrights) that apply to the artwork.
|}
|}



Revision as of 03:47, 13 May 2025

Description

Usage

Note: Only parameters that are provided will appear in the infobox. Not all parameters are required for each artwork.
You Type You Get
{{art
|title=Title of Artwork
|artist=Artist's Name
|character=Character's Name
|book=Book Name
|series=Series Name
|source=Source of Artwork
|year=Year(s) of Creation
|license=Relevant License(s)
}}

Title: The Golden Hour
Artist: Artist's Name
Character: Character's Name
Book: Book Name
Series: Series Name
Source: Source of Artwork
Year: Year(s) of Creation
License: Relevant License(s)



Parameters

Parameter Description
title The title of the artwork. (Only add if known.)
artist The name of the artist. Providing this parameter will provide a link to that artist's page in the Artists category.
character Name of the character the artwork depicts. Use double square brackets ([[ and ]]) to link to their page.
book What book the location is from. Use abbreviation(s) from Template:B.
series What series the location is from. Use abbreviation(s) from Template:B.
source Where the image was sourced.
year The year(s) the artwork was created in.
license The relevant license(s) (i.e., copyrights) that apply to the artwork.

Files Using Template