Authors

Authors T-Z

Authors T-Z Jeremy Tambling, Walking Macao, Reading the Baroque Pe. Manuel Teixeira Galeria de Macaenses Ilustres do Século XIXToponímia de Macau Vol I & IITemplo Chinês da Barra Má-Kok-MiuThe Japanese in MacauVicente Nicolau de MesquitaPedro Nolasco da SilvaAntónio Alexandrino de Melo, Barão de CercalAntónio Joaquim BastosGeorge ChinneryMacau e Sua Diocese Macau Vol II Bispos e […]

Authors T-Z Read More »

Authors S

Authors S Luis Andrade de Sa Portugueses em Hong Kong José “Adé dos Santos Ferreira Camões Grandi da NacãoDoci Papiacam de MacauLuz de NatalNatal – Amor, Paz, AlegriaNatal CristamPapia Cristam di Macau – Epítome de Gramática Comparade e VocabulárioPoémia di Macau (Poesia e Prosa) Leonor Diaz de Seabra Slavery, concubinage and marriage in Macau: 16th-18th

Authors S Read More »

Authors P-R

Authors P-R Shayama Peebles Old Protestant Cemetary in Macau Giovanni Pereira Dining in the AlgarveFood of the Regions of PortugalFesta das SardinhasMountain FirewaterO Vinho do PortoOs VerdinhosTerra de Bacalhau Jonathan Porter Macau: The Imaginary City–Culture and Society, 1557 to the Present Alexandra Sofia Rangel Filhos da Terra – A comunidade Macaense, Ontem e Hoje Jorge Remedios

Authors P-R Read More »

Authors N-O

Authors N-O Maria Ng Pilgrimages: Memories of Colonial Macau and Hong Kong Marcel Nishiyama A study of the church of St. Paul in Macao and the transformation of Portuguese architecture César Guillén Nuñez Macao’s Church of Saint Paul: A Glimmer of the Baroque in China Harry Ore Macao Lullaby Anne Ozorio From Macau through China

Authors N-O Read More »

Authors L

Authors L Andrew Ljungstedt An Historical Sketch of the Portuguese Settlements in China Louis Lo Walking Macao, Reading the Baroque António Vicente “Tony” Lopes Receitas da Cozinha Macaense João M Loureiro Macau Antique Postcards Carlos Lubeck Autobiography Back to Index

Authors L Read More »

Authors H-I

Authors H-I Susanna Hoe The Private Life of Old Hong Kong. Western Women in the British Colony 1841-1941 Rebecca Hsu Gas Cookery Book M Huang Sons of La Salle Everyone : a History of La Salle College and Primary School, 1932-2007 Robin Hutcheon Chinnery: the man and the legend Harold Ingrams Who are the true

Authors H-I Read More »

Authors M

Authors M Leonor Sá Machado Lesser Known Historical Stories of Macau Alexander Mamak In search of a Macanese cookbook Victor Marreiros Dia de S. João— A plaque celebrating the 400th anniversary of the battle of Macau on 24 June 1622, in which a large invading Dutch army was defeated by a small force of defenders, augmented

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