Difference between revisions 73811926 and 73820949 on enwiki

{| class="infobox" style="width: 21em;"
|-
|colspan="2" style="text-align:center;" | '''''[[StarCraft universe|StarCraft]]'' character'''
|-
!colspan="2" style="font-size: larger; background-color:{{{bgcolor|black}}}; color:{{{fgcolor|white}}};" | {{{name}}}
|-
|'''Position''' || {{{position}}}|{{PAGENAME}}}}}<!--
-->{{#if:{{{image|}}}|<tr><td colspan="2">[[Image:{{{image|}}}|300px]]</td></tr>}}<!--
-->
|-
|'''Species''' || {{{species|Unknown}}}
|-
|'''Affiliation(s)''' || {{{affiliation|None}}}
|-
|'''Position(s)''' || {{{position|N/A}}}<!--
-->{{#if:{{{voiceactor|}}}|<tr><td>'''Voice actor(s)'''</td><td>{{{voiceactor|}}}</td></tr>}}<!--
-->
|}<noinclude>

==Usage==
<pre><nowiki>
{{StarCraft character
|name=
|bgcolor=
|fgcolor=
|image=
|species=
|affiliation=
|position=
|voiceactor=
}}
</nowiki></pre>
==Fields==
* '''name'''
* species ('''required''')
* position ('''required''') 
* affiliation ('''required''')
* bgcolor (optional) - This should be the color of character's faction as represented in the game. The name label will be displayed using this color as background. 
* fgcolor (optional) - This is an arbitrary color for the text of the name label. It should have good contrast against bgcolor.
* image (optional)
* voiceactor (optional)

{{esoteric}}
[[Category:Computer and video game character infobox templates]]
[[Category:General CVG character subboxes]]
[[Category:Templates using ParserFunctions]]
</noinclude>