Sham Shui Po

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 »

NaneliAlbumOfDrawings

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

NaneliAlbumOfDrawings Read More »

Experiences at Shamshuipo & Sendai Camps

Experiences at Shamshuipo & Sendai Camps by Cicero Rozario Previously published in Voz de Macaenses de Vancouver in November, 2001 and in two issues of the Bulletin of Lusitano Club of California. The permission of the Lusitano Club to reproduce these articles is gratefully acknowledged. Drawings by Cicero Rozario and A V Skvorzov, Hong Kong Volunteer Defence Force

Experiences at Shamshuipo & Sendai Camps Read More »

Friendly Portuguese

The Friendly Portuguese by Staff Sergeant H.P. McNaughton Staff Sergeant H.P. McNaughton was a Canadian prisoner-of-war in Sham Shui Po Camp in Kowloon, Hong Kong.  Here he expresses his friendship with his fellow Portuguese prisoners.  This design was made by Naneli Baptista. Marciano “Naneli” Baptista (1896-1957) was the grandson of the famous Macau and HongKong artist Marciano

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