Glossary Category:

Naneli Baptista

        Marciano Francisco de Paula “Naneli” Baptista MBE #31461 Birth: 20 December 1896, Cathedral, Hong Kong Marriage: 9 June 1932, Cathedral, Hong Kong, Ana Teresa Pereira no children Death: 20 February 1957, Hong Kong Details are in the restricted website: Already logged in? Register or login?

Naneli Baptista Read More »

Noel Braga

Noel Braga #14502 Birth: 6 December 1903, S. Lourenço, Macau Marriage: 3 November 1934, London, Marjory Morris Death: 29 December 1979, London Details are in the restricted website with ID #14502

Noel Braga Read More »

Palmyra Lopes

          Palmyra Lopes #2672 Birth: 14 September 1885, Sé, Macau Marriage: 7 November 1915, Rosary Church, Hong Kong, Filipe António Lima Yvanovich Details are in the restricted website #2672

Palmyra Lopes 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');