Baptista

Camp Signatures

Prison Camp — Signatures During W0rld 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 artist, produced a series […]

Camp Signatures Read More »

Camp Album Plays

Camp Album — Plays Back to Introduction Clicking on an image will usually give more information about the play – other drawings, the programme, the cast and the plot. Marciano “Naneli” Baptista produced stunning scenery and documentation for the plays that were produced in Sham Shui Po Camp helped alleviate the tedium and hardship of

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