Difference between revisions of "Template:Metal/art"

m
Add docs, because why not
m (Hmm)
m (Add docs, because why not)
 
(11 intermediate revisions by the same user not shown)
<noinclude>{{infobox|title=Metal subbox|id=metal/art|1=</noinclude>
<!-- Allomancy -->
|-
! colspan=2 style="padding: 0; margin: 0; width:100% text-align:center" | [[Allomancy]]
{{!}}-
{{!}} colspan=2 style="padding: 0; margin: 0; width:100% text-align:center" | [[Allomancy]]{{!}}
{{#if:{{{allomancy|}}}|{{row/kv|Power|{{{allomancy}}}}}}}
{{{!}} width=100%
{{#if:{{{type-a|}}}|{{row/kv|Type|{{{type-a}}}}}}}
{{!}}-
<!-- Feruchemy -->
! colspan=2 align=center {{!}} [[{{{art}}}]]
{{#if:{{{feruchemy|}}}|{{row/header|[[Feruchemy]]}}}}
{{!}}-
{{#if:{{{feruchemy|}}}|{{row/kv|Power|{{{feruchemy}}}}}}}
{{#if:{{{type-fpower|}}}|{{row/kv|TypePower|{{{type-fpower}}}}}}}
{{#if:{{{allomancytype|}}}|{{row/kv|PowerType|{{{allomancytype}}}}}}}
<!-- Hemalurgy-->
{{#if:{{{hemalurgyuser|}}}|{{row/headerkv|[[Hemalurgy]]{{#switch:{{{art}}}|Allomancy=Misting|Feruchemy=Ferring}}|{{{user}}}}}}}
{{!}}}
{{#if:{{{hemalurgy|}}}|{{row/kv|Power|{{{hemalurgy}}}}}}}
{{!}}-<noinclude>
{{#if:{{{type-h|}}}|{{row/kv|Type|{{{type-h}}}}}}}
}}
The {{t|metal/art}} template is used for adding a subbox to the {{t|metal}} infobox with information on a metal's properties in one of the [[Metallic Arts]].
 
=== Template ===
<pre class=mw-code>
{{metal/art
|art=
|power=
|type=
|user=
}}
</pre>
 
=== Parameters ===
Highlighted lines indicate '''mandatory''' parameters.
 
{{docs|title={{t|Metal}} Parameters}}
 
<!-- Allomancy-------- -->
<!-- FeruchemyROW: art -->
<!-- Hemalurgy-------- -->
{{docs/row/required
|param= art
|desc= Use this to specify which one of the Metallic Arts this subbox is about<br />'''Note:''' The {{t|metal}} infobox calls this template three times, one for each Metallic Art; the values for this parameter are hard-coded in that template
|eg=
<code><nowiki>|art=Allomancy</nowiki></code><br />
<code><nowiki>|art=Feruchemy</nowiki></code><br />
<code><nowiki>|art=Hemalurgy</nowiki></code>
}}
 
<!-- ---------- -->
<!-- ROW: power -->
<!-- ---------- -->
{{docs/row/optional
|param= power
|desc= Use this to specify the metal's power in the relevant Metallic Art
|eg=
<code><nowiki>|power={{{allomancy|}}}</nowiki></code><br />
<code><nowiki>|power=Store wakefulness</nowiki></code><br />
}}
 
<!-- --------- -->
<!-- ROW: type -->
<!-- --------- -->
{{docs/row/optional
|param= type
|desc= Use this to specify how the metal is categorized in the relevant Metallic Art
|eg=
<code><nowiki>|type={{{type-a|}}}</nowiki></code><br />
<code><nowiki>|type=Cognitive</nowiki></code><br />
}}
 
<!-- --------- -->
<!-- ROW: user -->
<!-- --------- -->
{{docs/row/optional
|param= user
|desc= Use this to specify how the name for someone who can use this metal in the relevant Metallic Art<br />'''Note:''' The row generated by this parameter uses the <code><nowiki>{{{art}}}</nowiki></code> parameter to decide the title of the row (e.g. if passed <code>art=Allomancy</code>, the title of the row will be "Misting"); currently it is only valid for Allomancy and Feruchemy
|eg=
<code><nowiki>|user={{{misting|}}}</nowiki></code><br />
<code><nowiki>|user=Sentry</nowiki></code><br />
}}
 
|-}
 
[[Category: Infoboxes]]