Difference between revisions of "Template:Infobox F1 race/doc"
Jump to navigation
Jump to search
imported>Frietjes (doc) |
imported>Frietjes |
||
| Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
| + | {{Infobox F1 race | ||
| + | | name = {{{name}}} | ||
| + | | flag = {{{flag}}} | ||
| + | | circuit = {{{circuit}}} | ||
| + | | image = {{{image}}} | ||
| + | | image_size = {{{image_size}}} | ||
| + | | laps = {{{laps}}} | ||
| + | | circuit_length_km = {{{circuit_length_km}}} | ||
| + | | circuit_length_mi = {{{circuit_length_mi}}} | ||
| + | | race_length_km = {{{race_length_km}}} | ||
| + | | race_length_mi = {{{race_length_mi}}} | ||
| + | | times_held = {{{times_held}}} | ||
| + | | first_held = {{{first_held}}} | ||
| + | | first_race = {{{first_race}}} | ||
| + | | last_held = {{{last_held}}} | ||
| + | | last_race = {{{last_race}}} | ||
| + | | most_wins_driver = {{{most_wins_driver}}} | ||
| + | | most_wins_constructor = {{{most_wins_constructor}}} | ||
| + | <!-- Current season information --> | ||
| + | | current_year = {{{current_year}}} | ||
| + | | current_race = {{{current_race}}} | ||
| + | | pole_driver = {{{pole_driver}}} | ||
| + | | pole_team = {{{pole_team}}} | ||
| + | | pole_time = {{{pole_time}}} | ||
| + | | winner = {{{winner}}} | ||
| + | | winning_team = {{{winning_team}}} | ||
| + | | winning_time = {{{winning_time}}} | ||
| + | | second = {{{second}}} | ||
| + | | second_team = {{{second_team}}} | ||
| + | | second_time = {{{second_time}}} | ||
| + | | third = {{{third}}} | ||
| + | | third_team = {{{third_team}}} | ||
| + | | third_time = {{{third_time}}} | ||
| + | | fastest_lap_driver = {{{fastest_lap_driver}}} | ||
| + | | fastest_lap_team = {{{fastest_lap_team}}} | ||
| + | | fastest_lap = {{{fastest_lap}}} | ||
| + | }} | ||
<pre style="overflow:auto"> | <pre style="overflow:auto"> | ||
{{Infobox F1 race | {{Infobox F1 race | ||
| Line 21: | Line 58: | ||
| most_wins_constructor = | | most_wins_constructor = | ||
<!-- Current season information --> | <!-- Current season information --> | ||
| − | | current_year = | + | | current_year = <!-- use | current_race = to override linking --> |
| pole_driver = | | pole_driver = | ||
| pole_team = | | pole_team = | ||
Revision as of 18:26, 16 June 2013
| This is a documentation subpage for Template:Infobox F1 race. It contains usage information, categories and other content that is not part of the original template page. |
Usage
| {{{circuit}}} | |
| [[File:{{{image}}}|{{{image_size}}}]] | |
| Race information | |
|---|---|
| Number of times held | {{{times_held}}} |
| First held | {{{first_held}}} |
| Last held | {{{last_held}}} |
| Most wins (drivers) | {{{most_wins_driver}}} |
| Most wins (constructors) | {{{most_wins_constructor}}} |
| Circuit length | {{{circuit_length_km}}} km ({{{circuit_length_mi}}} mi) |
| Race length | {{{race_length_km}}} km ({{{race_length_mi}}} mi) |
| Laps | {{{laps}}} |
| Last race ({{{current_year}}}) | |
| Pole position | |
| |
| Podium | |
| |
| Fastest lap | |
| |
{{Infobox F1 race
| name =
| flag =
| circuit =
| image = <!-- Circuit image -->
| image_size = <!-- default is 200px -->
| laps =
| circuit_length_km =
| circuit_length_mi =
| race_length_km =
| race_length_mi =
| times_held =
| first_held = <!-- use | first_race = to override linking -->
| last_held = <!-- use | last_race = to override linking -->
| most_wins_driver =
| most_wins_constructor =
<!-- Current season information -->
| current_year = <!-- use | current_race = to override linking -->
| pole_driver =
| pole_team =
| pole_time =
| winner =
| winning_team =
| winning_time =
| second =
| second_team =
| second_time =
| third =
| third_team =
| third_time =
| fastest_lap_driver =
| fastest_lap_team =
| fastest_lap =
}}