Glossary Category:

Telmo Guilherme Correia

Telmo Guilherme Correia #29202 Birth: 21 November 1930, Lisbon, Lisbon, Portugal Marriage: Maria Guilhermina Santos Paiva Faria Almeida Lopes Gomes Divorce: circa 1958, Maria Guilhermina Santos Paiva Faria Almeida Lopes Gomes Read more on the restricted website: Already logged in? Register or login?

Telmo Guilherme Correia Read More »

Tony Alves

        António Maria Alves #33879 Birth: 14 October 1916, Cathedral, Hong Kong Death: 31 March 1985, Hong Kong Details are in the restricted website #33879

Tony Alves Read More »

Tony Correa

        Tony Correa #38176 Birth: 25 December 1897, Yokohama Marriage: 18 May 1923, Portuguese Consulate, Shanghai, Jitsu Nakamoto Divorce: 16 October 1934, Kobe, Japan, Jitsu Nakamoto Death: 20 November 1968, Hong Kong Details are in the restricted website #38176

Tony Correa Read More »

Tootie Xavier

Augusta Maria Noronha #20868 Birth: 13 December 1912, Hong Kong Marriage: 6 January 1937, Rosary Church, Hong Kong, António Maria Xavier Death: 14 November 2000 Details are in the restricted website #20868

Tootie Xavier 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');