Template:Art: Difference between revisions

From The Reed and Rite
mNo edit summary
mNo edit summary
Line 11: Line 11:
--></div><!--
--></div><!--
-->{{#if:{{{artist|}}}|{{#set:Has artist=[[Artist:{{{artist}}}|{{{artist}}}]]}}}}</includeonly><noinclude>
-->{{#if:{{{artist|}}}|{{#set:Has artist=[[Artist:{{{artist}}}|{{{artist}}}]]}}}}</includeonly><noinclude>
Usage:
== Description ==
 
== Usage ==
<pre>
<pre>
{{Art
{{Art
Line 31: Line 33:
  | license = Public domain
  | license = Public domain
}}
}}
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
|-
! width=50%|You Type
!You Get
|-
| style="text-align: left; background-color: white; vertical-align: top;" |<pre>
<includeonly>{{infobox<!--
-->| name = {{{name|}}}<!--
-->| image = {{{image|}}}<!--
-->| caption = {{{caption|}}}<!--
-->| data_rows =<!--
-->{{#if: {{{DATAROW1|}}} <!--
-->|<tr class="infobox-data-row"><!--
--><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>
| style="background-color: white;" |{{infobox
|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:10, 9 May 2025

Description

Usage

{{Art
 | artist = Jane Doe
 | medium = Oil on canvas
 | year = 1895
 | license = Public domain
}}
Title:test
Artist:
Character:Emma M. Lion
Book:The Q
Series:The Books of Imirillia
Year:1895
Source:Website
License:Public domain
You Type You Get
<includeonly>{{infobox<!--
-->| name = {{{name|}}}<!--
-->| image = {{{image|}}}<!--
-->| caption = {{{caption|}}}<!--
-->| data_rows =<!--

-->{{#if: {{{DATAROW1|}}} <!--
-->|<tr class="infobox-data-row"><!--
--><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>
Infobox Template

Files Using Template