Difference between revisions of "Template:Infobox Motocross rider"

From blackwiki
Jump to navigation Jump to search
imported>ZappaOMatic
(Undid revision 704721639 by ZappaOMati (talk) This isn't working out)
imported>ZappaOMatic
(Let's try this again)
Line 1: Line 1:
{{infobox
+
{{Infobox
| bodyclass = vcard
+
| child      = {{{child|}}}{{{embed|}}}
| aboveclass = fn
+
| subbox      = {{{subbox|}}}
| above = {{{Name|{{{name<includeonly>|</includeonly>}}}}}}
+
| bodyclass   = vcard
| headerstyle = background:#eee
+
| bodystyle  = width: 24em;
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{Image|{{{image<includeonly>|</includeonly>}}}}}}|sizedefault=frameless|upright=1}}
+
| aboveclass = fn
| caption = {{{Caption|{{{caption<includeonly>|</includeonly>}}}}}}
+
| abovestyle  = background-color: gainsboro
 +
| above       = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}
 +
| image       = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|{{{imagesize|}}}}}}|sizedefault=frameless|upright=1|alt={{{alt|}}}}}
 +
| caption     = {{{caption||}}}
 +
| headerstyle = background-color: gainsboro
 
<!--------------------Personal details-------------------->
 
<!--------------------Personal details-------------------->
 
| label1 = Nationality
 
| label1 = Nationality
Line 37: Line 41:
 
| label12 = First GP win
 
| label12 = First GP win
 
| data12 = {{{First GP win<includeonly>|</includeonly>}}}
 
| data12 = {{{First GP win<includeonly>|</includeonly>}}}
 +
 +
| data13      = {{{module|{{{module1|{{{record template1|{{{career template1|}}}}}}}}}}}}
 +
| data14      = {{{module2|{{{record template2|{{{career template2|}}}}}}}}}
 +
| data15      = {{{module3|{{{record template3|{{{career template3|}}}}}}}}}
 +
| data16      = {{{module4|{{{record template4|{{{career template4|}}}}}}}}}
 +
| data17      = {{{module5|{{{record template5|{{{career template5|}}}}}}}}}
  
 
}}<noinclude>
 
}}<noinclude>

Revision as of 05:08, 13 February 2016

Nationality{{{nationality}}}
Born{{{birth_name}}}
{{{birth_date}}}
{{{birth_place}}}
Died{{{death_date}}}
{{{death_place}}}
Motocross career
Years active{{{years}}}
Teams{{{teams}}}
Grands Prix{{{races}}}
Championships{{{championships}}}
Wins{{{wins}}}
GP debut{{{GP debut}}}
First GP win{{{First GP win}}}

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]

Template:Person infobox header

Usage

{{Infobox Motocross rider
| name          = 
| image         = 
| caption       = 
| nationality   = 
| birth_date    = {{birth date and age|YYYY|MM|DD}}
| birth_place   = 
| death_date    = 
| death_place   = 
| years         =
| teams         =
| races         =
| championships =
| wins          =
| GP debut      =
| First GP win  =
}}

Use as a child template

This infobox may be used to create a genre-specific section within {{Infobox person}} (or similar biographical infobox templates) for cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see the Template:Infobox documentation which explains embedding and subboxes.

{{Infobox person
| name = 
| image = 
| caption = 
| birth_date = 
| birth_place = 
| <!-- etc. -->
| module = 
  {{Infobox Motocross rider | child=yes <!-- or embed=yes or subbox=yes -->
  | parameter-1 = 
  | parameter-2 = 
  | parameter-3 = 
  | parameter-4 = 
  | <!-- etc. -->
  }}
}}

See also