Authors-B

J Dyer Ball

FJ “Joe” Baptista

FM “Meno” Baptista

Marciano “NaneliBaptista

Camp Album of drawings — Album of drawings made when a prisoner of war, 1941-1945

Augusto de Souza Barbeiro

Cadastro das Vias e Outros Lugares Públicos de Cidade de Macau (Streets and other public places in Macau. In Portuguese)

Graciete Nogueira Batalha

Glossério do Dialecto Macaense – Notas Linguístas, Etnográficas e Folclóricas  (Glossary of the Macanese Dialect – Linguistic, Ethnographic and Folk-lore Notes)

Lingua di Macau — O que Foi e o que É   (The Language of Macau — What It Was and What It Is)

Suplemento ao glossério do dialecto macaense: novas notas linguísticas, etnográficas e folclóricas   (Supplement to the Macanese dialect glossary: ​​new linguistic, ethnographic and folk-lore notes)

Alan Norman Baxter

A grammar of Kristang (Malacca Creole Portuguese)

A dictionary of Kristang

CR Boxer

Fidalgos in the Far East, 1550-1770

Four Centuries of Portuguese Expansion, 1415-1825

Portuguese Conquest and Commerce in Southern Asia: 1500-1750

The Portuguese seaborne empire, 1415-1825

Portuguese Society in the Tropics

Race Relations in the Portuguese Colonial Empire 1415-1825

Women in Iberian Expansion Overseas 1415 – 1815

Seventeenth Century Macao in Contemporary Documents and Illustrations

David Brookshaw

Imperial Diasporas and the Search for Authenticity – The Macanese Fiction of Henrique de Senna Fernandes

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