Ricardo de Melo Sampaio

Home / A Hero’s Tale Retold / Ricardo de Melo Sampaio

Ricardo de Melo Sampaio #19666

Birth: 3 December 1811, Sta Inês, Nova Goa6,7
Baptism: 9 October 18123
Marriage: 30 January 1839, Chapel of the Paço Episcopal (Reg. Sé), Macau, Maria da Luz da Silva Teles In the short space of one month– 6 January to 5February1855 — they lost 4 children: Efigénia (aged 13), César (aged 9), João (aged 10) and Hercília (aged 6); and in 1862 Ricardo died at the age of 20; the next year or Branca died, aged 22, already married and with one stillborn son; and in 1863, devastated by all this tragedy, the father died.
Death: 31 March 1863, Sé, Macau

Details are in the restricted website #19666

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