Verses

Patua Verse: Alphabet

Patuá Verse: Alphabet The booklet on the patuá (Papiá Cristám di Macau) by the eminent scholar, José “Adé” dos Santos Ferreira, included a lexicon. At the start of each letter of the alphabet was a patuá verse and its Portuguese translation. These verses are reproduced here, with English translation added.

Patua Verse: Alphabet Read More »

Patua Verses 1

PATUA VERSES 1 O eminente erudito José “Adé” dos Santos Ferreira escreveu muitas obras sobre o patuá; em seu livreto Papiá Cristám di Macau, incluiu um léxico. No início de cada letra do alfabeto, havia um verso em patuá e sua tradução em português. Estes foram compilados e reproduzidos aqui, com uma tradução em inglês.

Patua Verses 1 Read More »

PatuaVerses1

Patua Verses and Riddles The booklet on the patuá (Papiá Cristám di Macau) by the eminent scholar, José “Adé” dos Santos Ferreira, included a lexicon. At the start of each letter of the alphabet was a patuá verse and its Portuguese translation. These verses are reproduced here, with English translation added. Graciete Nogueira Batalha (GNB), in

PatuaVerses1 Read More »

Patua Verses

Patuá verses and riddles There were relatively few writings in the patuá (the dialect of Macau); many of these were poems or riddles.  We reproduce here some of them.  Here are two from José “Adé” dos Santos Ferreira. José “Adé” dos Santos Ferreira also published the following poem, which is reproduced here with an attempt

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