Wordie

Henrique Botelho

Colonel who took a secret to the grave The South China Morning Post HongKong by Jason Wordie, Sunday October 3 1999 The death last Sunday of Colonel Henrique Alberto de Barros Botelho at the age of 93 removes a major player in a long and significant part of Hong Kong’s history – the once prominent local

Henrique Botelho Read More »

Shrinking Community

Shrinking community still has big role to play in HK Sir Roger Lobo’s outstanding public service and private career stand out Jason Wordie Thursday June 10 1993 Sir Roger Lobo has surely carved a niche for himself in this corner of the world, and stands out as one of the many Portuguese who have made a

Shrinking Community Read More »

The Past Master

The Past Master The good, the bad and the infamous by Jason Wordie [Source unknown, but possibly The South China Morning Post, Hong Kong, 2010] Hong Kong’s Legislative Council is often criticised as being an ineffectual “talk shop”. While few would disagree entirely with that, it is a distinct improvement on times past when Hansard issues

The Past Master Read More »

Gloria Barretto

Gloria Barretto Be it local plants or local life, the Portuguese botanical specialist, who was born and raised in Hong Kong, was a fount of knowledge with many an entertaining story to narrate By Jason Wordie L South China Morning Post, 30 Jun 2017 As someone keenly interested in human history’s ebb and flow, one

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