Glossary Category:

Armando (Pinky) Silva

        Armando Maria da Silva Jr #6177 b. 22 November 1929, Hong Kong He taught evening extension courses in Physical Geography and the Geography of South-east Asia for the University of Hawaii from Fall 1967 to Spring 1970 at Pearl Harbor Naval Base and Schofield Army Barracks at Oahu, Hawaii. Details are […]

Armando (Pinky) Silva Read More »

Art Carneiro

Artur José dos Santos Carneiro #26017 Birth: 21 July 1905, Sacred Heart, Shanghai Marriage: 6 June 1928, Sacred Heart, Shanghai, May Elizabeth Dorothy Bulldeath Divorce: May Elizabeth Dorothy Bulldeath Marriage: Nydia Maria da Luz Death: 10 October 1963, Hospital Britânico, Lisbon, Lisbon, Portugal Details are in the restricted website with ID #26017

Art Carneiro Read More »

Arthur Basto

            Arture José Yvanovich de Castro Basto #2883 Birth: 4 March 1911, Hong Kong Marriage: 9 July 1945, Gertrude Frischauer Divorce: Gertrude Frischauer Marriage: Beryl Graves Death: 18 July 1984 Details are in the restricted website with ID #2883

Arthur Basto Read More »

Arthur Frederick Osmund

        Arthur Frederick Osmund #30065 Birth: 23 July 1872, Cathedral, Hong Kong Marriage: 12 May 1895, Cathedral, Hong Kong, Angélica Maria Osório Marriage: Maria Honorina Ferreira Martins Death: 4 March 1961, Hong Kong Details are in the restricted website with ID #30065

Arthur Frederick Osmund Read More »

Arthur Reed

Arthur Augustus Reed #6120 Birth: Hong Kong Marriage: Mary Deniz Death: 19 December 1941, Hong Kong, Died during the battle in the defence of Hong Kong. The remains of brothers Arthur and Edgar were never found (it is believed that they were blown up together). Their names are recorded in a monument in Sai Wan,

Arthur Reed 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');