Glossary Category:

H. Remedios

Birth: 29 March 1906, Cathedral, Hong Kong Marriage: 18 November 1934, Rosary Church, Hong Kong, Carmelita Maria Soares de Britto4 Heitor Marcus César dos Remédios #10446 Read more on the restricted website Already logged in? Register or login?

H. Remedios Read More »

Henrique Hyndman

Henrique Hyndman #21009 Marriage: 20 July 1814, S. Lourenço, Macau, Antónia Josefa Maria de Gamboa Marriage: Albina ? Death: 1 September 1849, S. Lourenço, Macau Details are in the restricted website with ID #21009

Henrique Hyndman Read More »

Henrique Hyndman

Henrique Hyndman #25447 Birth: 7 July 1856, Cathedral, Hong Kong Marriage: 17 April 1879, Cathedral, Hong Kong, Filomena Maria Freire Death: 20 January 1932, Hong Kong Burial: 21 January 1932 Details are in the restricted website with ID #25447

Henrique Hyndman 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');