2012 Lamborghini Super Trofeo
The 2012 Lamborghini Blanpain Super Trofeo season was the fourth season of the Lamborghini Super Trofeo. The season started on 14 April at Monza and ended in October at Navarra. The season featured six double-header rounds, with each race lasting for a duration of 50 minutes.
2012 Lamborghini Super Trofeo | |||
Previous: | 2011 | Next: | 2013 |
Super Trofeo Europe
Calendar
Rnd | Circuit | Date |
---|---|---|
1 | 15 April | |
2 | 3 June | |
3 | 1 July | |
4 | 29 July | |
5 | 23 September | |
6 | 14 October |
Entries
Team | No. | Drivers | Rounds |
---|---|---|---|
1 | 1, 3, 5–6 | ||
1 | |||
2 | |||
2 | |||
3 | |||
4 | |||
4 | |||
5 | |||
6 | |||
2 | 1 | ||
1 | |||
4 | |||
4 | |||
5–6 | |||
5 | 5–6 | ||
3 | 1 | ||
2, 4–6 | |||
2 | |||
11 | All | ||
All | |||
23 | 1 | ||
80 | 5 | ||
5 | |||
4 | 2 | ||
2 | |||
4–6 | |||
4 | |||
5 | |||
12 | 1, 3–5 | ||
3–5 | |||
19 | 1–2, 4–6 | ||
All | |||
3 | |||
63 | All | ||
5–6 | |||
67 | 3 | ||
20 | 1–2, 5–6 | ||
1 | |||
3–4 | |||
5–6 | |||
22 | 1–5 | ||
All | |||
54 | 1 | ||
2–6 | |||
58 | 4 | ||
4 | |||
72 | 5–6 | ||
55 | 2–6 | ||
2–4 | |||
5–6 | |||
66 | All | ||
2 | |||
3–4, 6 | |||
77 | All | ||
4 | |||
88 | All | ||
All | |||
99 | 1 | ||
1, 4 | |||
2 | |||
2 | |||
3 | |||
3 | |||
5–6 | |||
69 | All | ||
All |
Results summary
Round | Circuit | Date | Pole Position | Fastest Lap | Winning Drivers |
---|---|---|---|---|---|
1 | 14 April | ||||
2 | 15 April | ||||
3 | 3 June | ||||
4 | |||||
5 | 1 July | ||||
6 | |||||
7 | 29 July | ||||
8 | |||||
9 | 23 September | ||||
10 | |||||
11 | 14 October | ||||
12 | |||||
Super Trofeo Asia
Calendar
Entries
Results summary
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?
gollark: Seriously, it fits.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.