Glossary Category:

Mimi de Noronha

Mimi de Noronha #29200 Birth: 10 January 1905, Cathedral, Hong Kong Marriage: António Telmo Augusto Cardoso Correia Death: October 1992, Lisbon, Lisbon, Portugal Details are in the restricted website with ID #29200

Mimi de Noronha Read More »

minchi

Mince meat (usually beef, pork or a mixture of both) typically served with little crisp, fried potato cubes.  Minchi can lay claim to being the Macanese signature dish, delicious yet surprisingly simple.  

minchi Read More »

Montalto Jesus

Library of Congress Carlos Augusto Montalto de Jesus #25609 Birth: 14 March 1863, Hong Kong Unmarried Death: 19 May 1932 Details are in the restricted website: Already logged in? Register or login?

Montalto Jesus Read More »

Mum Julia

Julia Soares #17450 Birth: 19 June 1904, Cathedral, Hong Kong Marriage: 21 April 1930, Rosary Church, Hong Kong, Carlos Marcelino Correa Death: 25 May 1989, Kew, Melbourne, Australia Details are in the restricted website with ID #17450

Mum Julia 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');