Glossary Category:

Anthony Correa

Anthony Correa #38218 Birth: 1 August 1968, Corpus Christi, Sydney, Australia Marriage: 11 April 2004, Melbourne, Australia, Rebecca Hong Details are in the restricted website with ID #38218

Anthony Correa Read More »

Anthony Rangel

António Maria Óscar Rangel #9872 Birth: 12 June 1894, Sacred Heart, Shanghai Marriage: 13 September 1916, Portuguese Consulate, Shanghai, Marianne Caroline von Hogweig Hagedorn With children4 Marriage: 31 August 1956, Sto António, Macau, Elisa Carmen Gonzalez no children Death: 7 August 1972, Sé, Macau Details are in the restricted website with ID #9872

Anthony Rangel Read More »

António Ferreira Batalha

António Ferreira Batalha #36861 Birth: circa 1785, Na Sra do Rosário, Batalha Marriage: 6 August 1810, S. Lourenço, Macau, Inês dos Remédios Marriage: 15 April 1847, S. Lourenço, Macau, Ana Agostinha Colaço4 Death: 12 February 1855, S. Lourenço, Macau Details are in the restricted website with ID #36861

António Ferreira Batalha Read More »

Antunes Martins de Oliveira

Antunes Martins de Oliveira #29852 Birth: 29 September 1827, Macau Marriage: 4 March 1847, S. Domingos (Reg. Sé), Josina Maria Antónia de Aquino Marriage: June 1858, S. Lourenço, Macau, Adelaide Josefa (?) Death: 15 April 1895, Hong Kong Burial: May 1895, Happy Valley Cemetery, Hong Kong Details are in the restricted website with ID #29852

Antunes Martins de Oliveira Read More »

Archer Larcina

Arturo Maria Larcina #23349 Birth: 16 May 1927, Rosary Church, Hong Kong Marriage: 3 February 1953, Rosary Church, Hong Kong, Celsa Maria Medina Monteiro Details are in the restricted website with ID #23349

Archer Larcina 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');