Baptista

Camp Album Crests

Prison Camp Album — Coats of Arms Back to Introduction When Hong Kong was surrendered to the Japanese on Christmas day, 1941, British prisoners of war were incarcerated in Sham Shui Po Camp.  Among them were Portuguese members of the Hong Kong Volunteer Defence Corps.  Company Sergeant Major Marciano “Naneli” Baptista, a talented artist, produced a

Camp Album Crests Read More »

Camp Album

Prison Camp Album The images in this section were from an album of Marciano Francisco de Paula “Naneli” Baptista MBE, mostly of his own drawings when he was a prisoner-of-war in Shamshuipo Camp, Kowloon, Hong Kong. His nephew Filomeno Marciano “Meno” Baptista kindly gave permission for them to be included in this website. Marciano “Naneli” Baptista (1896-1957) was the

Camp Album Read More »

Camp Album Tributes

Prison Camp Album — Tributes Back to Introduction During World War II, when Hong Kong was surrendered to the Japanese on Christmas day, 1941, British prisoners of war were incarcerated in Sham Shui Po Camp.  Among them were Portuguese members of the Hong Kong Volunteer Defence Corps.  Company Sergeant Major Marciano “Naneli” Baptista, a talented

Camp Album Tributes 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');