Difference between revisions of "Template:Artist"

m
no edit summary
m (marking the preferred param as deprecated)
m
}}<includeonly><!--
 
--><!-- Require a license --><!--
-->{{#if:{{{license|}}}{{{'license|}}} || [[Category: missing param - artist - license]] }}<!--
 
--><!-- Apply artist type category <!--
--><!-- TODO: Allow for multiple values, split, and apply all the specified categories, e.g. |type=cover&interior <!--
-->{{#if:{{{type|}}}|<!--
-->{{#switch:{{lc:{{{type}}}|}} <!--
-->|cover= [[Category: Cover artists]] <!--
-->|interior= [[Category: Interior artists]] <!--
-->|fan= [[Category: Fan artists]] <!--
-->|multimedia= [[Category: Multimedia artists]] <!--
-->| [[Category: Artists with invalid artist type]] <!--
-->}}<!--
-->}}<!--
 
--></includeonly><noinclude>
|license=all|some|none
|contact=
|type=fan|interior|cover|multimedia
}}
</pre>
}}
 
<!-- --------- -->
|}
<!-- ROW: type -->
<!-- --------- -->
{{docs/row/required
|param= type
|desc= Use this to indicate the type of artist this is for, so it gets auto-placed in the appropriate category.
<small>'''Valid values:''' <code>cover</code>, <code>interior</code>, <code>fan</code>, and <code>multimedia</code>.</small>
|eg=
<code><nowiki>|type=fan</nowiki></code><br>
|}}
 
|} <!-- END TABLE -->