Template:Cyclingresult/sandbox
|- style="height: 2em;" |style="text-align:center;"|{{{1}}}
This is the template sandbox page for Template:Cyclingresult (diff). |
Usage
[edit]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):
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
[edit]{{Cyclingresult start}}
gives the header of the results table of the table. It gives:
Rank | Rider | Team | Time |
---|
{{Cyclingresult start|points=yes}}
can be used to list points instead of time:
Rank | Rider | Team | Points |
---|
If you are not listing teams or times:
{{Cyclingresult start|team=no}}
gives:
Rank | Rider | Time |
---|
{{Cyclingresult start|time=no}}
gives:
Rank | Rider | Team
|
---|
{{Cyclingresult start|team=no|time=no}}
gives:
Rank | Rider
|
---|
You can set a custom title, or disable the display of a title:
{{Cyclingresult start|title=Result of stage 1}}
gives:
Rank | Rider | Team | Time |
---|
{{Cyclingresult start|title=none}}
gives:
Rank | Rider | Team | Time |
---|
Cyclingresult
[edit]{{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:
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
[edit]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:
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
[edit]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:
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
[edit]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:
Rank | Rider | Time |
---|---|---|
1 | Ellen van Dijk (NED) | 2h 15' 30" |
2 | Evelyn Stevens (USA) | + 30" |
Team time trial
[edit]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|||{{UCI team code|RBW|2015}}|+ 30"}}
{{Cyclingresult end}}
gives:
Rank | Team | Time |
---|---|---|
1 | Boels Dolmans Cycling Team | 2h 15' 30" |
2 | Rabo–Liv | + 30" |
Adding a source
[edit]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|{{UCI team code|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>}}
Rank | Rider | Team | Time |
---|---|---|---|
1 | Niki Terpstra (NED) | Omega Pharma–Quick-Step | 6h 09' 01" |
Source: [1] |
- ^ "Paris - Roubaix results". ProCyclingStats. Retrieved 15 July 2015.