Glossary Category:

Rosa

Rosa Maria de Carvalho #39285 Birth: 30 August 1937, Hong Kong Marriage: 15 September 1961, London, Ronald Johnston Ross Death: before 22 July 2024 Read more on the restricted website with ID #39285

Rosa Read More »

A. de O. Sales

        The Honourable Arnaldo Augusto de Oliveira Sales #1820 b. 13 January 1920, Shamin, Canton m. 7 November 1946, St Therese, Hong Kong, Edith Maria Celeste Nolasco da Silva d.  6 March 2020 Read more on the restricted website

A. de O. Sales Read More »

A.H. Tavares

Astésio Hilário Tavares:  #19409 Marriage: 11 November 1897, Sto António, Macau, Augusta Camila Placé Marriage: Carmen Maria Leong Death: 1935 Read more on the restricted website  

A.H. Tavares Read More »

Achar

Vegetable or fruit preserve, made of spring onions, cabbage, coconut, apple, pear, etc. in vinegar and salt (probably from Malaya). Achares are sold as pickled spring onions, pieces of white cabbage, ginger, star fruit, pear, pineapple, coconut, etc. They are sold in achar shops or by hawkers. The Chinese do not eat achares as an

Achar Read More »

ade cabidela

Duck stewed in its own blood,resulting in a unique flavour, rich and intense. It may be a challenge to some but an exciting opportunity to the adventurous keen on exploration.         

ade cabidela Read More »

Ade salgado_

Duck plucked, butterflied and dry, treated with salt and a little sugar. Salted duck is a Chinese creation and is much eaten in winter, especially among the Chinese. Macanese housewives employ it especially in the tasty dish called chau-chau de pele (also called “tacho”). In the old days it was customary to cook a little

Ade salgado_ 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');