Template:Cyclingresult/doc

From English Wikipedia @ Freddythechick

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  Ellen van Dijk (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Evelyn Stevens (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: <syntaxhighlight lang="wikitext">

Result
Rank Rider Team Time
1  Ellen van Dijk (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Evelyn Stevens (United States) Boels Dolmans Cycling Team + 30"

</syntaxhighlight>

gives:

Result
Rank Rider Team Time
1  Ellen van Dijk (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Evelyn Stevens (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.

<syntaxhighlight lang="wikitext">

Result
Rank Rider Team Time
1  Ellen van Dijk (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Evelyn Stevens (USA) Boels Dolmans Cycling Team + 30"

</syntaxhighlight>

gives:

Result
Rank Rider Team Time
1  Ellen van Dijk (NED) Boels Dolmans Cycling Team 2h 15' 30"
2  Evelyn Stevens (USA) Boels Dolmans Cycling Team + 30"

No country indication

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

<syntaxhighlight lang="wikitext">

Result
Rank Rider Team Time
1 Ellen van Dijk Boels Dolmans Cycling Team 2h 15' 30"
2 Evelyn Stevens Boels Dolmans Cycling Team + 30"

</syntaxhighlight>

gives:

Result
Rank Rider Team Time
1 Ellen van Dijk Boels Dolmans Cycling Team 2h 15' 30"
2 Evelyn Stevens 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

<syntaxhighlight lang="wikitext">

Result
Rank Rider Time
1  Ellen van Dijk (NED) 2h 15' 30"
2  Evelyn Stevens (USA) + 30"

</syntaxhighlight>

gives:

Result
Rank Rider Time
1  Ellen van Dijk (NED) 2h 15' 30"
2  Evelyn Stevens (USA) + 30"

Team time trial

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

<syntaxhighlight lang="wikitext">

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

</syntaxhighlight>

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:

<syntaxhighlight lang="wikitext">

Result
Rank Rider Team Time
1  Niki Terpstra (NED) Omega Pharma–Quick-Step 6h 09' 01"
Source: [1]

</syntaxhighlight>

Result
Rank Rider Team Time
1  Niki Terpstra (NED) Omega Pharma–Quick-Step 6h 09' 01"
Source: [2]


  1. ^ "Paris - Roubaix results". ProCyclingStats. Retrieved 15 July 2015.
  2. ^ "Paris - Roubaix results". ProCyclingStats. Retrieved 15 July 2015.