.

Template:Infobox: Difference between revisions

Wikicars, a place to share your automotive knowledge
Jump to navigationJump to search
(Test)
 
mNo edit summary
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="infobox bordered" style="width: 22em; font-size: 95%; text-align: left;" cellpadding="2">
{| border=0 cellspacing=0 cellpadding=4 style="float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #999; font-size:83%; line-height:1.5; " summary="Infobox Automobile"
<tr><th colspan="2" style="text-align: center; font-size: larger; background-color: #eeeeee;">''{{{title}}}''
|- style="text-align:center; background:#f0f0f0;"
{{qif|test={{{boxart|}}}|then=<tr><td colspan="2" style="text-align: center;">{{{boxart|}}}</td></tr>}}</th>
| colspan=2 style="padding:0; background:#996; color:#fff; border-bottom:1px solid #999;" | {{{Image|}}}
</tr><tr>
|- style="color:#fff; background:#996; font-size:larger;"
<th style="background-color: #eeeeee;">Developer(s)</th>
! colspan=2 | '''{{PAGENAME}}'''
<td>{{{developer|}}}</td>
|-
</tr><tr>
! colspan=2 style="text-align:center; font-weight:normal; background:#ddb;" | {{{Marque}}}
<th style="background-color: #eeeeee;">Publisher(s)</th>
|- style="vertical-align:top;"
<td>{{{publisher|}}}</td>
| aka
</tr>
| {{{aka}}}
{{qif|test={{{distributor|}}}|then=<tr><th style="background-color: #eeeeee;">Distributor(s)</th><td>{{{distributor|}}}</td></tr>}}<!--
|- style="vertical-align:top; background:#f0f0f0;"
-->{{qif|test={{{designer|}}}|then=<tr><th style="background-color: #eeeeee;">Designer(s)</th><td>{{{designer|}}}</td></tr>}}<!--
| Production
-->{{qif|test={{{engine|}}}|then=<tr><th style="background-color: #eeeeee;">Engine</th><td>{{{engine|}}}</td></tr>}}<!--
| {{{Production}}}
-->{{qif|test={{{version|}}}|then=<tr><th style="background-color: #eeeeee;">Latest version</th><td>{{{version|}}}</td></tr>}}
|- style="vertical-align:top;"
<tr>
| Class
<th style="background-color: #eeeeee; white-space: nowrap;">Release date(s)</th>
| {{{Class}}}
<td>{{{releasedates|}}}</td>
|- style="vertical-align:top; background:#f0f0f0;"
</tr><tr>
| Body Style
<th style="background-color: #eeeeee;">Genre(s)</th>
| {{{Body Style}}}
<td style="width:14em">{{{genre|}}}{{{categories|}}}</td>
|- style="vertical-align:top;"
</tr><tr>
| Length
<th style="background-color: #eeeeee;">System(s)</th>
| {{{Length}}}
<td>{{{systems|{{{platform|}}}}}}</td>
|- style="vertical-align:top; background:#f0f0f0;"
</tr>
| Width
{{qif|test={{{players|}}}|then=<tr><th style="background-color: #eeeeee;">Players</th><td>{{{players|}}}</td></tr>}}<!--
| {{{Width}}}
-->{{qif|test={{{modes|}}}|then=<tr><th style="background-color: #eeeeee;">Mode(s)</th><td>{{{modes|}}}</td></tr>}}
|- style="vertical-align:top;
| Height
| {{{Height}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Wheelbase
| {{{Wheelbase}}}
|- style="vertical-align:top;"
| Weight
| {{{Weight}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Transmission
| {{{Transmission}}}
|- style="vertical-align:top;"
| Engine
| {{{Engine}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Power
| {{{Power}}}
|- style="vertical-align:top;"
| Similar
| {{{Similar}}}
|- style="vertical-align:top; background:#f0f0f0;"
| Designer
| {{{Designer}}}
|}
<noinclude>
'''THIS IS THE MASTER TEMPLATE FOR THE GENERAL AUTOMOTIVE INFOBOX. IT IS CONSEQUENTLY ONLY ACCESSIBLE BY SYSOPS.'''


== Usage ==
*[[Template:Infobox Development page|Infobox Development page]]
A template to display critical game information in an easy-to-read format. There should be one at the top of the main page of '''every''' guide.
*[[Template:Infobox Automobile|Infobox Automobile]]
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>
<pre>
{{Infobox
|title=
|boxart=(optional)
|developer=
|publisher=
|distributor=(optional)
|designer=(optional)
|engine=(optional)
|version=(optional)
|releasedates=Release Date 1 (Country)<br />Release Date 2 (Country)<br />...
|genre=
|players=(optional)
|systems=
|ratings=
|ESRB=(optional) Selected from: EC, E, E10p, T, M, AO
|PEGI=(optional) Selected from: 3, 7, 12, 16, 18
|BBFC=(optional) Selected from: U, PG, 15, 18, R18
|USK=(optional) Selected from: none, 6, 12, 16, 18
|CERO=(optional) Selected from: A, B, C, D, Z
|CERO old=(optional) Selected from: All, 12, 15, 18
|OFLC=(optional) Selected from: E, G, PG, M, MA15, R18, X18, RC
|OFLC old=(optional) Selected from: G, G8, M15, MA15
|OFLC/NZ=(optional) Selected from: G, PG, M, R13, R15, R16, R18, R
|ELSPA=(optional) Selected from: 3, 7, 12, 16, 18
|RSACV=(optional) Violence level value from 1 to 4
|RSACS=(optional) Sex/Nudity level value from 1 to 4
|RSACL=(optional) Language level value from 1 to 4
|modes=(optional)
|media=(optional)
|input=(optional)
|requirements=(optional)
|expansion=(optional)
|preceded by=(optional)
|followed by=(optional)
}}
</pre>
[[Category:Templates|I]]</noinclude>

Latest revision as of 07:54, 10 July 2010

Infobox
{{{Marque}}}
aka {{{aka}}}
Production {{{Production}}}
Class {{{Class}}}
Body Style {{{Body Style}}}
Length {{{Length}}}
Width {{{Width}}}
Height {{{Height}}}
Wheelbase {{{Wheelbase}}}
Weight {{{Weight}}}
Transmission {{{Transmission}}}
Engine {{{Engine}}}
Power {{{Power}}}
Similar {{{Similar}}}
Designer {{{Designer}}}

THIS IS THE MASTER TEMPLATE FOR THE GENERAL AUTOMOTIVE INFOBOX. IT IS CONSEQUENTLY ONLY ACCESSIBLE BY SYSOPS.