HKVDC

Sorry Treatment

The Sorry Treatment of our War Heroes By Anthony Correa First published in the Bulletin of the Lusitano Club (Hong Kong). Top row standing: Army Instructor, , , Luís Romano Sequeira, Charles Edward Mackintosh, Alfredo Silva, Army Instructor, , , Alfredo Soares, ?, , , Army Instructor. Middle row kneeling: , Paulo Reis Front row […]

Sorry Treatment Read More »

Alex

Alex 25th December 1941 by Joyce Osmund Van Langenberg Christmas 1941 was one of the greyest and grimmest in Hong Kong’s history, distinctly lacking the flavour and frivolity of Christmases past. Streets and pavements were devoid of last minute shoppers as the spirit of Christmas dwindled to a dim memory now that the battle in

Alex Read More »

HKVDC Portuguese Members

Alfred Ernest Ablong, Corporal 2468 No. 6 (Portuguese) LAA Company A.G. 12 & 13 P&O Building XD5 Reinald Sydney Ablong, Sapper 2974 Unallocated HKVDC Mario Francisco Alarcon, Private 4053  No. 6 (Portuguese) LAA Company A.G.1 Taikoo Office Argyle Patrick Ed. d’Almeida, Private 2637  Unallocated HKVDC Christopher Paulo d’Almada e Castro, Captain No. 5 (Portuguese) Company Luís Gonzaga

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