Template:Art: Difference between revisions

From The Reed and Rite
mNo edit summary
mNo edit summary
Line 14: Line 14:


== Usage ==
== Usage ==
<pre>
{{Art
| artist = Jane Doe
| medium = Oil on canvas
| year = 1895
| license = Public domain
}}
</pre>
{{Art
|title=test
| artist = Aaron Thompson
|character=Emma M. Lion
| source = Website
|book=q
|series=boi
| year = 1895
| license = Public domain
}}


{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
Line 39: Line 20:
!You Get
!You Get
|-
|-
| style="text-align: left; background-color: white; vertical-align: top;" |<pre>
| style="text-align: left; background-color: white; vertical-align: top;" |<pre>{{art
<includeonly>{{infobox<!--
|title=Title of Artwork
-->| name = {{{name|}}}<!--
|artist=Artist's Name
-->| image = {{{image|}}}<!--
|character=Character's Name
-->| caption = {{{caption|}}}<!--
|source=Source of Image
-->| data_rows =<!--
|book=Book Name
 
|series=Series Name
-->{{#if: {{{DATAROW1|}}} <!--
|year=Year of Creation
-->|<tr class="infobox-data-row"><!--
|license=Relevant License
--><th>Data Row Header 1</th><!--
}}
--><td>{{{DATAROW1}}}</td></tr>}}<!--
 
-->{{#if: {{{DATAROW2|}}} <!--
-->|<tr class="infobox-data-row"><!--
--><th>Data Row Header 2</th><!--
--><td>{{{DATAROW2}}}</td></tr>}}<!--
 
-->{{#if: {{{DATAROW3|}}} <!--
-->|<tr class="infobox-data-row"><!--
--><th>Data Row Header 3</th><!--
--><td>{{{DATAROW3}}}</td></tr>}}
}}</includeonly><noinclude>
</pre>
</pre>
| style="background-color: white;" |{{infobox
| style="background-color: white;" |
|name=Infobox Template}}
|}
|}
== Files Using Template ==
== Files Using Template ==
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=6|limit=100}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=6|limit=100}}

Revision as of 22:13, 9 May 2025

Description

Usage

You Type You Get
{{art
|title=Title of Artwork
|artist=Artist's Name
|character=Character's Name
|source=Source of Image
|book=Book Name
|series=Series Name
|year=Year of Creation
|license=Relevant License
}}

Files Using Template