Glossary Category:

Cecilia Jorge

        Maria Cecília de Melo Jorges #21467 Birth: 13 December 1950, S. Lourenço, Macau4 Marriage: 15 December 1973, 7th Registry Office, Lisbon, Lisbon, Portugal, João Manuel de Magalhães Divorce: João Manuel de Magalhães Marriage: Rogério Beltrão de Oliveira Coelho Read more on the restricted website:

Cecilia Jorge Read More »

Chappy Remedios

        Deniz Edmundo d’Almada Remédios #2859 b. 18 December 1930, St. Therese, Hong Kong m. 8 May 1958, St. Therese, Hong Kong, Maria Cecília Basto Details are in the restricted website with ID #2859

Chappy Remedios Read More »

Charlico Pereira

      Carlos Augusto da Silva Pereira #23331 Birth: 18 July 1875, Cathedral, Hong Kong Marriage: 12 October 1901, Sacred Heart, Yokohama, Wilhelmina Mathilda Schmidt No children Death: circa 1955, Macao Details are in the restricted website with ID #23331

Charlico Pereira Read More »

Charlie Correa

Charlie Correa #17451 Birth: 16 January 1890, Church of the Sacred Heart of Jesus, Yokohama Baptism: Sacred Heart Cathedral, Yokohama Marriage: 21 April 1930, Rosary Church, Hong Kong, Júlia Maria Belarmina Alves de Vasconcelos Soares Death: 11 January 1954, St.Teresa, Kowloon Tong, Hong Kong Details are in the restricted website with ID #17451

Charlie Correa Read More »

Chinnery

George Chinnery was a British artist who lived in Asia, particularly Macau, during the 19th century. Known for his detailed portraiture and landscapes, Chinnery captured the unique blend of East and West in his work. His time in Macau allowed him to document the region’s vibrant culture and architecture.  He is listed on pages 42

Chinnery 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');