Difference between revisions of "Template:Infobox horseraces"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(Fix)
imported>Frietjes
(use infobox and move doc to doc page)
Line 1: Line 1:
{| class="infobox" style="width:24em;font-size:90%;text-align:left;"
+
{{Infobox
|-
+
| above = ''{{{class}}} race'' {{#if:{{{last run|}}}|<small>''(discontinued)''</small>}}
!colspan="2" style="font-size:110%;text-align:center;background:#{{#switch:{{lc:{{{surface}}}}}|turf=77DD77|DACAA5}};"|''{{{class}}} race''{{#if:{{{last run|}}}|<small>'' (discontinued)''</small>|}}
 
|-
 
!colspan="2" style="font-size:125%;text-align:center;"|{{{horse race}}}
 
|-
 
|colspan="2" style="font-size:90%;text-align:center;padding-bottom:.5em;"|{{#if:{{{image|}}}|{{{image}}}<br />{{{caption}}}|}}
 
|-
 
|'''Location'''
 
|{{{location}}}
 
|-
 
{{#if: {{{inaugurated<includeonly>|</includeonly>}}}|
 
{{!}}'''Inaugurated'''
 
{{!}}{{{inaugurated}}}}}
 
|-
 
{{#if: {{{last run<includeonly>|</includeonly>}}}|
 
{{!}}'''Last run'''
 
{{!}}{{{last run}}}}}
 
|-
 
|'''Race type'''
 
|{{{race type}}}
 
|-
 
{{#if: {{{sponsor<includeonly>|</includeonly>}}}|
 
{{!}}'''Sponsor'''
 
{{!}}{{{sponsor}}}}}
 
|-
 
{{#if: {{{website<includeonly>|</includeonly>}}}|
 
{{!}}'''Website'''
 
{{!}}{{{website}}}}}
 
|-
 
!colspan="2" style="text-align:center;background:#{{#switch:{{lc:{{{surface}}}}}|turf=77DD77|DACAA5}};"| Race information
 
|-
 
|'''Distance'''
 
|{{{distance}}}
 
|-
 
{{#if: {{{record<includeonly>|</includeonly>}}}|
 
{{!}}'''Record'''
 
{{!}}{{{record}}}}}
 
|-
 
{{#if: {{{surface<includeonly>|</includeonly>}}}|
 
{{!}}'''Surface'''
 
{{!}}{{{surface}}}}}
 
|-
 
{{#if: {{{track<includeonly>|</includeonly>}}}|
 
{{!}}'''Track'''
 
{{!}}{{{track}}}}}
 
|-
 
|'''Qualification'''
 
|{{{qualification}}}
 
|-
 
{{#if: {{{weight<includeonly>|</includeonly>}}}|
 
{{!}}'''Weight'''
 
{{!}}{{{weight}}}}}
 
|-
 
{{#if: {{{purse<includeonly>|</includeonly>}}}|
 
{{!}}'''Purse'''
 
{{!}}{{{purse}}}}}
 
|-
 
{{#if: {{{bonuses<includeonly>|</includeonly>}}}|
 
{{!}}'''Bonuses'''
 
{{!}}{{{bonuses}}}}}
 
|}<noinclude>
 
  
== Usage ==
+
| bodystyle = width:24em; font-size:90%;
<pre>{{Infobox horseraces
+
 
| class        =  
+
| subheaderstyle = font-size:125%; font-weight:bold;
| horse race    =  
+
| subheaderclass = fn
| image         =  
+
| subheader = {{{horse race}}}
| caption       =  
+
 
| location     =  
+
| abovestyle = font-size:110%; background:#{{#switch:{{lc:{{{surface}}}}}|grass|turf=77DD77|DACAA5}}
| inaugurated   =  
+
| headerstyle = background:#{{#switch:{{lc:{{{surface}}}}}|grass|turf=77DD77|DACAA5}}
| last run     =  
+
 
| race type     =  
+
| image = {{#invoke:InfoboxImage|InfoboxImage|image = {{{image|}}} | size = {{{image size|}}} | sizedefault = frameless | alt = {{{image alt|}}} }}
| sponsor       =  
+
| caption = {{{caption|}}}
| website       =  
+
 
| distance      =  
+
| label1 = Location
| record        =  
+
| data1 = {{{location}}}
| surface      =  
+
 
| track        =  
+
| label2 = Inaugurated
| qualification =  
+
| data2 = {{{inaugurated<includeonly>|</includeonly>}}}
| weight        =  
+
 
| purse        =  
+
| label3 = Last run
| bonuses      =  
+
| data3 = {{{last run<includeonly>|</includeonly>}}}
}}</pre>
+
 
[[Category:Horse racing templates]]
+
| label4 = Race type
[[Category:Sports infobox templates|Horseraces]]
+
| data4 = {{{race type}}}
 +
 
 +
| label5 = Sponsor
 +
| data5 = {{{sponsor<includeonly>|</includeonly>}}}
 +
 
 +
| label6 = Website
 +
| data6 = {{{website<includeonly>|</includeonly>}}}
 +
 
 +
| header10 = Race information
 +
 
 +
| label11 = Distance
 +
| data11 = {{{distance}}}
 +
 
 +
| label12 = Record
 +
| data12 = {{{record<includeonly>|</includeonly>}}}
 +
 
 +
| label13 = Surface
 +
| data13 = {{{surface<includeonly>|</includeonly>}}}
 +
 
 +
| label14 = Track
 +
| data14 = {{#switch:{{lc:{{{surface|}}}}}
 +
  | grass | turf = {{#invoke:string|replace|{{#invoke:string|replace|{{{track<includeonly>|</includeonly>}}}|^[Gg]rass[, ]*||plain=false}}|^[Tt]urf[, ]*||plain=false}}
 +
  | dirt = {{#invoke:string|replace|{{{track<includeonly>|</includeonly>}}}|^[Dd]irt[, ]*||plain=false}}
 +
  | #default = {{{track<includeonly>|</includeonly>}}}
 +
  }}
 +
 
 +
| label15 = Qualification
 +
| data15 = {{{qualification}}}
 +
 
 +
| label16 = Weight
 +
| data16 = {{{weight<includeonly>|</includeonly>}}}
 +
 
 +
| label17 = Purse
 +
| data17 = {{{purse<includeonly>|</includeonly>}}}
 +
 
 +
| label18 = Bonuses
 +
| data18 = {{{bonuses<includeonly>|</includeonly>}}}
 +
}}<noinclude>
 +
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 13:51, 10 June 2014

{{{class}}} race
{{{horse race}}}
Location{{{location}}}
Inaugurated{{{inaugurated}}}
Last run{{{last run}}}
Race type{{{race type}}}
Sponsor{{{sponsor}}}
Website{{{website}}}
Race information
Distance{{{distance}}}
Record{{{record}}}
Surface{{{surface}}}
Track{{{track}}}
Qualification{{{qualification}}}
Weight{{{weight}}}
Purse{{{purse}}}
Bonuses{{{bonuses}}}

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

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

Usage

{{{class}}} race (discontinued)
{{{horse race}}}
[[File:{{{image}}}|frameless]]
{{{caption}}}
Location{{{location}}}
Inaugurated{{{inaugurated}}}
Last run{{{last run}}}
Race type{{{race type}}}
Sponsor{{{sponsor}}}
Website{{{website}}}
Race information
Distance{{{distance}}}
Record{{{record}}}
Surface{{{surface}}}
Track{{{track}}}
Qualification{{{qualification}}}
Weight{{{weight}}}
Purse{{{purse}}}
Bonuses{{{bonuses}}}
[[Category:Infobox templates|Template:Remove first word]]
{{Infobox horseraces
| class         = 
| horse race    = 
| image         = 
| caption       = 
| location      = 
| inaugurated   = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| last run      = 
| race type     = 
| sponsor       = 
| website       = 
| distance      = 
| record        = 
| surface       = <!-- Turf / Dirt / Synthetic -->
| track         = <!-- Right-handed / Left-handed / Straight -->
| qualification = 
| weight        = 
| purse         = 
| bonuses       = 
}}

Parameters

Separate multiple values using {{Plainlist}} or {{Flatlist}}.

class
horse race
image
caption
location
inaugurated
Use {{Start date}}
last run
race type
sponsor
website
distance
record
surface
Turf / Dirt
track
Right-handed / Left-handed / Straight
qualification 
weight
purse
bonuses

Example

Grade I race
Belmont Stakes
Belmont8 1999-05.jpg
The final and longest leg of the United States Triple Crown
LocationBelmont Park
Elmont, New York
InauguratedTemplate:Start date and age
Race typeThoroughbred
WebsiteTemplate:URL
Race information
Distance1 12 miles (12 furlongs)
Record2:24, Secretariat (1973)
SurfaceDirt
TrackLeft-handed
Qualification3-year-olds
WeightColt/Gelding: 126 pounds (57 kg); Filly: 121 pounds (55 kg)
PurseUS$1.5 million
1st: $800,000
[[Category:Infobox templates|Template:Remove first word]]
{{Infobox horseraces
|class         = Grade I
|horse race    = Belmont Stakes
|image         = [[File:Belmont8 1999-05.jpg|235px]]
|caption       = The final and longest leg of the United States Triple Crown
|location      = [[Belmont Park]]<br /> [[Elmont, New York|Elmont]], [[New York (state)|New York]] 
|inaugurated   = {{start date and age|1867|p=y}}
|race type     = Thoroughbred
|website       = {{URL|http://www.belmontstakes.com/}}
|distance      = {{convert|1+1/2|mi|furlong}}
|record        = 2:24, [[Secretariat (horse)|Secretariat]] ([[1973 Belmont Stakes|1973]])
|surface       = Dirt
|track         = Left-handed
|qualification = 3-year-olds
|weight        = [[Colt (horse)|Colt]]/[[Gelding]]: {{convert|126|lb}}; [[Filly]]: {{convert|121|lb}}
|purse         = US$1.5 million <br/> 1st: $800,000
|bonuses       = 
}}

Tracking category