Template:Cyclingresult start/sandbox

From blackwiki
Jump to navigation Jump to search
Result
Rank Rider Team Time
Template documentation[view] [edit] [history] [purge]

Usage

are used for creating results tables of cycling articles.

The table begins with {{Cyclingresult start}}, then one or more {{Cyclingresult}} and finishes with {{Cyclingresult end}}.

Example of table with two riders (note: an infinite number of riders is possible):

Result
Rank Rider Team Time
1  Template:Rider name (NED) Womens World Cup leaders jersey.png Boels Dolmans Cycling Team 2h 15' 30"
2  Template:Rider name (USA) Boels Dolmans Cycling Team + 30"

Cyclingresult start

{{Cyclingresult start}} gives the header of the results table of the table. It gives:

Result
Rank Rider Team Time

{{Cyclingresult start|points=yes}} can be used to list points instead of time:

Result
Rank Rider Team Points

If you are not listing teams or times: {{Cyclingresult start|team=no}} gives:

Result
Rank Rider Time

{{Cyclingresult start|time=no}} gives:

Result
Rank Rider Team


{{Cyclingresult start|team=no|time=no}} gives:

Result
Rank Rider


You can set a custom title, or disable the display of a title: {{Cyclingresult start|title=Result of stage 1}} gives:

Result of stage 1
Rank Rider Team Time

{{Cyclingresult start|title=none}} gives:

Rank Rider Team Time

Cyclingresult

{{Cyclingresult}} results in one row of the results table. It is used in the following way:

{{Cyclingresult|position|rider name|rider country (code)|team|time}}

Example:

{{Cyclingresult start}}
{{Cyclingresult|1|Ellen van Dijk|NED|[[Boels Dolmans Cycling Team]]|2h 15' 30"}}
{{Cyclingresult|2|Evelyn Stevens|United States|Boels Dolmans Cycling Team|+ 30"}}
{{Cyclingresult end}}

gives:

Result
Rank Rider Team Time
1  Template:Rider name (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Template:Rider name (USA) Boels Dolmans Cycling Team + 30"

Adding a jersey or a note

Sometimes you want to add a jersey to a rider's entry in the results table. You can add this by adding the jersey as the sixth parameter, using {{cjersey}} if appropriate.

{{Cyclingresult start}}
{{Cyclingresult|1|Ellen van Dijk|NED|[[Boels Dolmans Cycling Team]]|2h 15' 30"|{{cjersey|women world cup}}}}
{{Cyclingresult|2|Evelyn Stevens|USA|Boels Dolmans Cycling Team|+ 30"}}
{{Cyclingresult end}}

gives:

Result
Rank Rider Team Time
1  Template:Rider name (NED) Womens World Cup leaders jersey.png Boels Dolmans Cycling Team 2h 15' 30"
2  Template:Rider name (USA) Boels Dolmans Cycling Team + 30"

No country indication

If you don't want to include the rider's nationality, leave the parameter empty:

{{Cyclingresult start}}
{{Cyclingresult|1|Ellen van Dijk||[[Boels Dolmans Cycling Team]]|2h 15' 30"}}
{{Cyclingresult|2|Evelyn Stevens||Boels Dolmans Cycling Team|+ 30"}}
{{Cyclingresult end}}

gives:

Result
Rank Rider Team Time
1 Template:Rider name Boels Dolmans Cycling Team 2h 15' 30"
2 Template:Rider name Boels Dolmans Cycling Team + 30"

No team or time

You can also omit the time or team entries from the results table: leave the relevant parameters empty. Don't forget to add |team=no, |time=no or |time=no|team=no in the {{cyclingresult start}} entry.

Example

{{Cyclingresult start|team=no}}
{{Cyclingresult|1|Ellen van Dijk|NED||2h 15' 30"}}
{{Cyclingresult|2|Evelyn Stevens|USA||+ 30"}}
{{Cyclingresult end}}

gives:

Result
Rank Rider Time
1  Template:Rider name (NED) 2h 15' 30"
2  Template:Rider name (USA) + 30"

Team time trial

The template can be used for the result of a team time trial:

{{Cyclingresult start|rider=no}}
{{Cyclingresult|1|||[[Boels Dolmans Cycling Team]]|2h 15' 30"}}
{{Cyclingresult|2|||{{ct|RBW|2015}}|+ 30"}}
{{Cyclingresult end}}

gives:

Result
Rank Team Time
1 Boels Dolmans Cycling Team 2h 15' 30"
2 Rabo–Liv + 30"

Adding a source

You can add a source to the table by adding the source parameter to {{cyclingresult end}}. For example:

{{cyclingresult start}}
{{cyclingresult|1|[[Niki Terpstra]]|NED|{{ct|OPQ|2014}}|6h 09' 01"}}
{{cyclingresult end|source=<ref>{{cite web|title=Paris - Roubaix results|url=http://www.procyclingstats.com/race/Paris_Roubaix_2014|website=ProCyclingStats|accessdate=15 July 2015}}</ref>}}
Result
Rank Rider Team Time
1  Template:Rider name (NED) Omega Pharma–Quick-Step 6h 09' 01"
Source: [1]
  1. "Paris - Roubaix results". ProCyclingStats. Retrieved 15 July 2015.