Glossary Category:

Memie Gonsalves

Henrique Francisco Gonsalves #6036 Birth: 12 October 1912, Rosary Church, Hong Kong Marriage: 15 October 1949, Rosary Church, Hong Kong, Mylthie Maria da Silva Death: 10 February 1985 Details are in the restricted website with ID #6036

Memie Gonsalves Read More »

Mickey Sousa

Miguel Alberto Francisco Maria de Sousa #16816 b. 8 January 1909, Hong Kong m. Elizabeth Field m. 20 November 1948, Taipei, Formosa (Taiwan), Elvira Gertrudes Guterres d. 13 January 2009 Details are in the restricted website with ID #16816

Mickey Sousa Read More »

Micky Remedios

          Miguel Ângelo d’Almada Remédios #10133 Birth: 21 February 1922, Hong Kong Marriage: 4 July 1951, Rosary Church, Hong Kong, Carmen Maria Osório Death: March 2016 Details are in the restricted website with ID #10133  

Micky Remedios Read More »

Mimi Baptista

        Socorro Filomena Baptista #24325 b. 31 January 1924, Hong Kong m. 25 September 1948, St. Teresa, Hong Kong, Luís Gonzaga Gosano 30 December 2014, Bellingham, USA Details are in the restricted website with ID #24325

Mimi Baptista 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');