Difference between revisions of "Template:Creatures"

m (Protected "Template:Creatures" [edit=sysop:move=sysop])
Line 1: Line 1:
 
{| class="infobox bordered" style="width: {{#if:{{{width|}}}|{{{width|}}}|23em}}; font-size: 90%; text-align: left;" cellpadding="3"  
 
{| class="infobox bordered" style="width: {{#if:{{{width|}}}|{{{width|}}}|23em}}; font-size: 90%; text-align: left;" cellpadding="3"  
! colspan="2" style="font-size:110%; text-align: center; background-color: #CCCCFF;" | ''{{{title|{{PAGENAME}}}}}''<!--
+
! colspan="2" style="font-size:110%; text-align: center; background-color: #CCCCFF;" | ''{{{title|{{PAGENAME}}}}}''
-->{{#if:{{{image|}}}|<tr><td colspan="2" style="font-size: 100%; text-align: center;">{{{image|}}}{{#if:{{{caption|}}}|<br/><cite>{{{caption|}}}</cite>|}}}}</td></tr>
+
 
|-
 
|-
! style="background-color: #ccccff;" | [[Video game developer|Developer(s)]]
+
! style="background-color: #ccccff;" | [[Strength]]
| {{{developer|<noinclude>This is what it looks like if there's a ton of text in a right-column field so people don't freak out when the template stretches itself when all the fields are empty which will never happen.</noinclude>}}}
+
| {{{str|<noinclude>100</noinclude>}}}
{{#if:{{{publisher|}}}|<tr><th style="background-color: #ccccff;">[[Video game publisher|Publisher(s)]]</th><td>{{{publisher|}}}</td></tr>}}<!--
+
-->{{#if:{{{distributor|}}}|<tr><th style="background-color: #ccccff;">Distributor(s)</th><td>{{{distributor|}}}</td></tr>}}<!--
+
-->{{#if:{{{designer|}}}|<tr><th style="background-color: #ccccff;">[[Game designer|Designer(s)]]</th><td>{{{designer|}}}</td></tr>}}<!--
+
-->{{#if:{{{series|}}}|<tr><th style="background-color: #ccccff;">Series</th><td>{{{series|}}}</td></tr>}}<!-- This isn't italicized intentionally; not all linked series articles will be entirely composed of proper names of longform works.
+
-->{{#if:{{{engine|}}}|<tr><th style="background-color: #ccccff;">[[Game engine|Engine]]</th><td>{{{engine|}}}</td></tr>}}<!--
+
-->{{#if:{{{version|}}}|<tr><th style="background-color: #ccccff;">Latest version</th><td>{{{version|}}}</td></tr>}}
+
 
|-
 
|-
 
! style="background-color: #ccccff; white-space: nowrap;" | Release&nbsp;date(s)
 
! style="background-color: #ccccff; white-space: nowrap;" | Release&nbsp;date(s)
Line 20: Line 13:
 
! style="background-color: #ccccff;" | Mode(s)
 
! style="background-color: #ccccff;" | Mode(s)
 
| {{{modes|}}}
 
| {{{modes|}}}
{{#if:{{{ratings|}}}|<tr><th style="background-color: #ccccff;">Rating(s)</th><td>{{{ratings|}}}</td></tr>}}
 
 
|-
 
|-
 
! style="background-color: #ccccff;" | Platform(s)
 
! style="background-color: #ccccff;" | Platform(s)
 
| {{{platforms|}}}
 
| {{{platforms|}}}
{{#if:{{{media|}}}|<tr><th style="background-color: #ccccff;">Media</th><td>{{{media|}}}</td></tr>}}<!--
 
-->{{#if:{{{requirements|}}}|<tr><th style="background-color: #ccccff;">System requirements</th><td>{{{requirements|}}}</td></tr>}}<!--
 
-->{{#if:{{{input|}}}|<tr><th style="background-color: #ccccff;">Input</th><td>{{{input}}}</td></tr>}}<!--
 
-->{{#if:{{{cabinet|}}}|<tr><th style="background-color: #ccccff;">[[Arcade cabinet]]</th><td>{{{cabinet}}}</td></tr>}}<!--
 
-->{{#if:{{{arcade system|}}}|<tr><th style="background-color: #ccccff;">[[Arcade system board|Arcade&nbsp;system(s)]]</th><td>{{{arcade system}}}</td></tr>}}<!--
 
-->{{#if:{{{cpu|}}}|<tr><th style="background-color: #ccccff;">Arcade&nbsp;[[Central processing unit|CPU(s)]]</th><td>{{{cpu}}}</td></tr>}}<!--
 
-->{{#if:{{{sound|}}}|<tr><th style="background-color: #ccccff;">Arcade [[Sound chip|sound system]](s)</th><td>{{{sound}}}</td></tr>}}<!--
 
-->{{#if:{{{display|}}}|<tr><th style="background-color: #ccccff;">[[Computer display|Arcade display]]</th><td>{{{display}}}</td></tr>}}
 
 
|}<noinclude>
 
|}<noinclude>
 
<br clear="all" />
 
<br clear="all" />
 +
 +
== Usage ==
 +
{| style="background: transparent; border: none;"
 +
|<pre>
 +
{{Creatures
 +
|str=
 +
|image=
 +
|caption=
 +
|developer=
 +
|publisher=
 +
|distributor=
 +
|designer=
 +
|series=
 +
|engine=
 +
|version=
 +
|released= [[Pic|22px|Name]]Release Date 1<br />[[Pic|22px|Name]] Release Date 2<br /> ...
 +
|genre=
 +
|modes=
 +
|ratings=
 +
|platforms=
 +
|media=
 +
|requirements=
 +
|input=
 +
}}
 +
</noinclude>

Revision as of 09:22, 7 October 2006

Creatures
Strength 100
Release date(s)
Genre(s)
Mode(s)
Platform(s)


Usage

{{Creatures
|str= 
|image= 
|caption= 
|developer= 
|publisher= 
|distributor= 
|designer= 
|series= 
|engine= 
|version= 
|released= [[Pic|22px|Name]]Release Date 1<br />[[Pic|22px|Name]] Release Date 2<br /> ...
|genre= 
|modes= 
|ratings= 
|platforms= 
|media= 
|requirements= 
|input= 
}}
</noinclude>