Glossary Category:

Ronny Castro

Ronald Eric Castro #4492 Birth: 23 December 1922, Cathedral, Hong Kong Marriage: 4 September 1952, Rosary Church, Hong Kong, Mildred Mary Osório Death: 21 August 1984, Hong Kong Details are in the restricted website with ID #4492

Ronny Castro Read More »

Roy Eric Xavier

Roy Eric Xavier #47569 Birth: 27 June 1951, Hong Kong3 Marriage: 31 August 1980, Pleasanton, USA, Julie Louise Sickert4 Marriage: 13 May 2003, Torrance, USA, Connie Michiyo Fukushima Details are in the restricted website #47569

Roy Eric Xavier Read More »

Rufino Lizola Rocha

Rufino Alexandre Lizola Rocha #548 Birth: 16 November 1870, Cathedral, Hong Kong Marriage: 23 November 1889, Cathedral, Hong Kong, Tomásia Querina do Rosário Marriage: 8 March 1915, Cathedral, Hong Kong, Andreza Laurel Marriage: Laura Maria dos Remédios Details are in the restricted website with ID #548

Rufino Lizola Rocha Read More »

Ruy Barretto

Ruy Octávio Barreto #36036 b.18 July 1952, Hong Kong m. 20 March 1982, Chapel of St. Joseph, Fan Ling, New Territories, Hong Kong, Karen Ann Smith-Roberts Details are in the restricted website #36036

Ruy Barretto Read More »

Sequeira, CM, Pvt

Cassiano Martin José Sequeira #13407 Birth: 12 November 1914, Cathedral, London Marriage: 1 February 1950, St. Therese, Hong Kong, Hermelinda Maria Lopes Death: 3 January 1995, Sydney, Australia Details are in the restricted website with ID #13407

Sequeira, CM, Pvt Read More »

1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');