Genealogy

Publications on genealogy

Publications on genealogy     Jorge Forjaz On this page are listed some relevant publications on the genealogy of Macanese families. Family tree information is contained in a  restricted site that contains 64,000 names of Macanese family members and their ancestors.  Login or register at macanesefamilies.org Familias Macaenses Vols I-III ISBN 972 9440 60-30 (FO) Fundação

Publications on genealogy Read More »

Genealogy

Genealogia Genealogy Informações genealógicas (árvore genealógica) sobre pessoas de ascendência macaense são mantidas em um site restrito. São mantidos registros de mais de 60.000 pessoas. O acesso pode ser concedido a indivíduos com ascendência portuguesa de Macau. Os formulários de inscrição e login estão disponíveis em https://www.macaneselibrary.org/ Genealogical (family tree) information on people of Macanese

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