Urbano Felicio
Urbano Felicio (25 May 1582 – 1635) was a Roman Catholic prelate who served as Bishop of Policastro (1629–1635).[1][2]
Most Reverend Urbano Felicio | |
---|---|
Bishop of Policastro | |
Church | Catholic Church |
Diocese | Diocese of Policastro |
In office | 1629–1635 |
Predecessor | Giovanni Antonio Santorio |
Successor | Pietro Magri (bishop) |
Orders | |
Consecration | 17 April 1629 by Antonio Marcello Barberini |
Personal details | |
Born | 25 May 1582 Aquilae, Italy |
Died | 1635 Policastro, Italy |
Biography
Urbano Felicio was born on 25 May 1582 in Aquilae, Italy.[2] On 14 March 1629, he was appointed by Pope Urban VIII as Bishop of Policastro.[1][2] On 17 April 1629, he was consecrated bishop by Antonio Marcello Barberini, Cardinal-Priest of Sant'Onofrio.[2] He served as Bishop of Policastro until his death in 1635.[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
- Gauchat, Patritius (Patrice) (1935). HIERARCHIA CATHOLICA MEDII ET RECENTIORIS AEVI Vol IV. Münster: Libraria Regensbergiana. p. 284. (in Latin)
- "Bishop Urbano Felicio". Catholic-Hierarchy.org. David M. Cheney. Retrieved 29 February 2016.
External links and additional sources
- Cheney, David M. "Diocese of Policastro". Catholic-Hierarchy.org. Retrieved January 3, 2019. (for Chronology of Bishops) [self-published]
- Chow, Gabriel. "Diocese of Policastro (Italy)". GCatholic.org. Retrieved January 3, 2019. (for Chronology of Bishops) [self-published]
Catholic Church titles | ||
---|---|---|
Preceded by Giovanni Antonio Santorio |
Bishop of Policastro 1629–1635 |
Succeeded by Pietro Magri (bishop) |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.