Macau

Monte Fort

MONTE FORT by Dr Stuart Braga Originally published in Casa de Macau Australia News, April 2014, Vol 27 Issue 3 You step onto the escalator taking you up into the Macau Museum and you glide past an ancient wall that looks as though it has always been there. Once inside, you see a fine display […]

Monte Fort Read More »

Amaral and Mesquita

Amaral and Mesquita by Henry d’Assumpção Flag of Portugal Macau was settled in the middle of the 16th Century when Portugal was a major naval power.  It was on a tiny peninsula connected to the mainland by a long, narrow isthmus where there was a barrier erected by China to control movement into and out

Amaral and Mesquita Read More »

Fighting Lorchas

The Fighting Lorchas of Macau by J. Bosco Correa This is an edited version of an article first published in the Bulletin of Casa de Macau (Australia). The Lorcha, which was so much a part of Macau’s maritime scene and it’s rich history, is still commemorated today in Macau’s cuisine by one of it’s popular dishes

Fighting Lorchas 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');