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 grandson of the famous Macau and HongKong artist Marciano António Baptista (1826-1896) who was a pupil of the renowned artist George Chinnery and was known to be Chinnery‘s best pupil. Marciano António Baptista was famed for his excellence in detail and fine colouring, especially in his water colours. A street “Avenida de Marciano Baptista” is named after him in Macau.

Naneli” Baptista was an artist in his own right. He was highly acclaimed for the originality and design of his illuminated addresses and presentations done in his beautiful and artistic script. The honour of executing the official illuminated address presented on behalf of the people of Hong Kong to Queen Elizabeth II on the occasion of her Coronation was entrusted to him.

His brilliant artistry and ingenuity in designing and painting the sets, scenarios and programs using the meager resources available for the plays and musicals that the POWs produced in Prison Camp are legendary. He will be long remembered especially for this.

J Bosco Correa

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