Glossary Category:

Reggie Baptista

Reginaldo Cesário Rocha Baptista #3279 Birth: 24 February 1920, Hong Kong Marriage: 16 July 1949, Rosary Church, Hong Kong, Mercedes Vicenta Mendes no children Death: 7 July 1977, Los Angeles, Shot by assailants on a freeway when returning home Details are in the restricted website #3279

Reggie Baptista Read More »

Reinaldo Gutierrez

            Reinaldo Maria Bernardo Gutierrez #24298 b. 11 September 1909, Cathedral, Hong Kong m. 8 April 1938, Hong Kong  Deolinda Faustina Gosano d.  8 August 1983, Jannali, Sydney, Australia Details are in the restricted website #24298

Reinaldo Gutierrez Read More »

Reis, FW, Pvt

Francis William Reis #38534 Birth: 4 October 1921, Hong Kong Marriage: 20 October 1951, Rosary Church, Hong Kong, Glória Cecília Kennedy Castilho Marriage: Jocelyn Wu Marriage: Flora Death: 1995, Hong Kong Details are in the restricted website with ID #38534

Reis, FW, Pvt Read More »

Remedios, CF, Cpl

Carlos Francisco da Luz dos Remédios #10565 Birth: 13 August 1908, Cathedral, Hong Kong Marriage: 28 March 1932, Sacred Heart, Shanghai, Genoveva Gertrudes Gonçalves Details are in the restricted website with ID #10565

Remedios, CF, Cpl Read More »

Remedios, EAV, Pvt

Eduardo Alberto Vicente dos Remédios #10592 Birth: 19 July 1909, Cathedral, Hong Kong3 Marriage: 24 November 1945, Cathedral, Hong Kong, Mary Frances O’Sullivan No children Marriage: Josephine Barros No children Death: 9 February 1970, Hong Kong Details are in the restricted website with ID #10592

Remedios, EAV, Pvt 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');