Articles

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 »

From Portugal to Macau

From Portugal to Macau   by H.A. d’Assumpção An article first published in a Bulletin of Club Lusitano, Hong Kong Aviation was in its infancy early in the 20th Century but, as its importance became apparent during World War I, it developed rapidly and many nations established military aviation units and commercial companies. Two Portuguese

From Portugal to Macau 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');