Glossary Category:

Pam Yvanovich

Palmira Maria Yvanovich Gosano #2673 b. 23 September 1916 m. 7 April 1939, St. Therese, Hong Kong, Belarmino Tomás Gosano d. 26 October 2010 Details are in the restricted website #2673

Pam Yvanovich Read More »

Pedro Nolasco da Silva

Pedro Nolasco da Silva #1656 Birth: 6 May 1842, Macau Marriage: 15 May 1868, S. Lourenço, Macau, Edith Maria Angier Death: 12 October 1912, at his home in Rua de Santa Clara (Reg. Sé), Macau Read more on the restricted website: Already logged in? Register or login?

Pedro Nolasco da Silva Read More »

peixe-esmargal

Traditional recipe by António Vicente Lopes (1977 Ingredients 2.4 kg of salmon or saw fish 76g of coriander, crushed 76g of cummin, crushed 38g of turmeric 57g of tamarind 152g of Chinese wine “fán chau 1.5 to 2.2l of vinegar 5 to 6 gorms of garlic, minced 38g of dried chillies Method Boil the vinegar

peixe-esmargal Read More »

Peter Grills

Peter Grills #1603 Birth: 5 October 1943, Goulbourn, Australia Marriage: 26 August 1967, Canberra, Australia, Margarida Maria Nolasco de Menezes Ribeiro Details are in the restricted website #1603

Peter Grills 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');