1911 Bulgarian parliamentary election

Results

Party Votes % Seats +/–
People's Party-Progressive Liberal Party273,22354.2190¹+180
Bulgarian Agrarian National Union71,94314.34−15
Liberal Party33,3206.67+2
Democratic Party24,6864.94−162
Liberal coalitions²22,3554.40New
People's Liberal Party17,6853.56+5
Radical Democratic Party12,9182.600
Bulgarian Social Democratic Workers Party (Narrow Socialists)12,8502.500
Bulgarian Social Democratic Workers Party (Broad Socialists)12,7152.500
Young Liberals Party6,4151.31+1
Independents16,3283.200
Invalid/blank votes0
Total504,438100213+10
Source: Nohlen & Stöver

¹ Of the 190 seats, the People's won 99 and the Progressive Liberal Party 91.[2]

² The Liberal coalitions were a variety of local alliances between the Liberal Party, People's Liberal Party and the Young Liberals Party.[2]

gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
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.

References

  1. Dieter Nohlen & Philip Stöver (2010) Elections in Europe: A data handbook, p368 ISBN 978-3-8329-5609-7
  2. Nohlen & Stöver, p378
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.