Glossary Category:

Remedios, LAR, Gnr

      Luíz Augusto Maria Remedios #9745 Birth: 31 May 1902, Cathedral, Hong Kong, 8 Shelley Street Hong Kong Marriage: 2 October 1941, Portuguese Consulate, Shanghai, Margarita Vadimovna Baranoff Marriage: 10 April 1942, Eglise St. Pierre, Shanghai, China, Suzanne Marie Ki Divorce: 1948, Margarita Vadimovna Baranoff Death: 18 April 1969, Hong Kong Details are […]

Remedios, LAR, Gnr Read More »

Ribeiro, João FV, Pvt

João Francisco Vieira Ribeiro #1248 Birth: 16 February 1903, Cathedral, Hong Kong Marriage: 10 May 1931, Rosary Church, Hong Kong, Maria Luísa Vandenberg dos Remédios Death: 3 September 1983, Toronto, ON, Canada Details are in the restricted website with ID #1248

Ribeiro, João FV, Pvt Read More »

Ricardo de Melo Sampaio

Ricardo de Melo Sampaio #19666 Birth: 3 December 1811, Sta Inês, Nova Goa6,7 Baptism: 9 October 18123 Marriage: 30 January 1839, Chapel of the Paço Episcopal (Reg. Sé), Macau, Maria da Luz da Silva Teles In the short space of one month– 6 January to 5February1855 — they lost 4 children: Efigénia (aged 13), César (aged 9), João (aged 10) and Hercília

Ricardo de Melo Sampaio Read More »

Roger Lobo

Sir Roger Lobo #22200 Birth: 15 September 1923, S. Lourenço, Macau Marriage: 7 April 1947, St. Margaret, Hong Kong, Margaret Mary Choa Death: 18 April 2015 Details are in the restricted website #22200

Roger Lobo 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');