Template:Character infobox: Difference between revisions

From Pixar Cars Wiki
Jump to navigation Jump to search
Line 65: Line 65:
==Usage==
==Usage==
In addition to the basic parameters under the title section, there are three additional "groups" of values, organized into collapsible sections. Each header will ''not'' appear unless one or more of its respective parameters are defined. (In other words, they will automatically appear when you need them, and vice versa).
In addition to the basic parameters under the title section, there are three additional "groups" of values, organized into collapsible sections. Each header will ''not'' appear unless one or more of its respective parameters are defined. (In other words, they will automatically appear when you need them, and vice versa).
{{Syntax
|table=
{{Syntax table|style="width:70%"|header_style="background-color:#10747D; color:white"}}
{{Syntax table|style="width:70%"|header_style="background-color:#10747D; color:white"}}
|-
|-
Line 166: Line 168:
| Last ever Cup/season win (see above entries)
| Last ever Cup/season win (see above entries)
|}
|}
<pre>
|code=<pre>
{{Character infobox
{{Character infobox
|name=
|name=
Line 204: Line 206:
|Last_Cup_Win=
|Last_Cup_Win=
}}
}}
</pre>
</pre>}}
{{Br}}<references />
{{Br}}<references />
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 19:08, 19 June 2024

Character infobox

A character infobox is used at the top of character articles to display quick, overview-esque information about a character. By nature, this is one of the most popular and frequently-used templates on the wiki: Please read the guidelines below for instructions and policies for using this template.

Usage

In addition to the basic parameters under the title section, there are three additional "groups" of values, organized into collapsible sections. Each header will not appear unless one or more of its respective parameters are defined. (In other words, they will automatically appear when you need them, and vice versa).

-

). A character's "vehicle type" year should not be placed here.

|- ! colspan=2 style="background:var(--pi-title-bg-color)"|Technical information |- |||body= | |- |||chassis= | |- |||top_speed= |rowspan=4|Only official stats provided by Disney/Pixar are accepted, and must be cited accordingly. Do not add speculative values based on in- or out-of-universe explications. |- |||start_time= |- |||engine= |- |||horsepower= |- ! colspan=2 style="background:var(--pi-title-bg-color)"|Piston Cup Series career |- |||Years_In_Cup |Known seasons competed (use "at least" etc., do not make assumptions) |- |||Best_Cup_Pos= |Best known overall season (not individual race) placement |- |||First_Cup_Race= | First ever cup race: Only put if this event is specifically stated as the character's first, not simply the earliest known one. |- |||Last_Cup_Race= | Last ever cup race (see above entry) |- |||First_Cup_Win= | First ever Cup/season win (see above entries) |- |||Last_Cup_Win= | Last ever Cup/season win (see above entries) |}

|code=

{{Character infobox
|name=
|image=
|caption=
|make=
|color=
|occupation=
|performer=
|first_appearance=
|latest_appearance
|full name=
|nicknames=
|aliases=
|gender=
|title=
|affiliation=
|family=
|relatives=
|spouse=
|significant_other=
|home=
|nationality=
|birthday=
|body=
|chassis=
|top_speed=
|start_time=
|engine=
|horsepower=
|Total_Cup_Races=
|Years_In_Cup=
|Best_Cup_Pos=
|First_Cup_Race=
|Last-Cup_Race=
|First_Cup_Win=
|Last_Cup_Win=
}}

}}