Glossary Category:

Alfred Barros

Alfredo António Barro #7406 b. 29 August 1936, Hong Kong m. 23 November 1968, St. Therese, Hong Kong, Maria Eugénia Ribeiro da Silva d. 24 April 2007 Details are in the restricted website with ID #7406

Alfred Barros Read More »

Alho macho

Leek. In olden times it was considered a good antidote for certain stomach complaints, “roasted and placed on the navel”. According to a 65-year-old lady, it was also carried in the pocket to relieve people from any “ill-wind”. Today few in Macau know the precise effects of leek. GNB)

Alho macho Read More »

Alicrim

Rosemary.  It was certainly introduced into Macau from metropolitan Portugal for its therapeutic properties, not only for common ailments but also for certain diseases of mysterious origin, like savan. It appears in curious combinations with Chinese plants or ingredientes, as one of the many instances of the cross-fertilisation of cultures here. Here is an example

Alicrim Read More »

Alúar

A traditional sweet in Macau, sold in small square blocks; [at Christmas time they were meant to represent the mattress of the baby Jesus]. The basic ingredients are flour, butter, jagra (block raw sugar), coconut, almonds and pine nuts. Each cook has her own little secret which is guarded and perhaps in a few decades

Alúar 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');