Extension:Semantic Genealogy

Category:Unmaintained extensions#Semantic%20Genealogy Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Semantic Genealogy
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Special page Category:Special page extensions
Description Provides the ability to view genealogy trees and export GEDCOM files
Author(s)
Latest version 0.3.0 (2017-08-11)
MediaWiki 1.23+Category:Extensions with manual MediaWiki version
PHP 5.4+
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
README
RELEASE-NOTES
  • $wgGenealogicalProperties
Translate the Semantic Genealogy extension if it is available at translatewiki.net
Category:All extensionsCategory:Extensions not in ExtensionJson

The Semantic Genealogy extension provides the ability to view genealogy trees and export GEDCOM files.

Installation

Having MediaWiki (version 1.23 or higher), Semantic MediaWiki (version 1.7 or higher) installed is a precondition for the Semantic Genealogy extension. The code will not work without them.

Configuration

In your "LocalSettings.php" add e.g. the following statement after the inclusion of this extension:

$wgGenealogicalProperties = [
	'givenname' => 'Vorname',
	'surname' => 'Nachname',
	'nickname' => 'Kosename',
	'sex' => 'Geschlecht',
	'birthdate' => 'GebDatum',
	'birthplace' => 'GebOrt',
	'deathdate' => 'TodDatum',
	'deathplace' => 'TodOrt',
	'father' => 'Vater',
	'mother' => 'Mutter'
];

Replace the field values with the appropriate field names in your wiki. (The keywords in the second column probably need to be capitalized, so as to match the properties view of the pages.) The most importing obviously is to define the 'father' and 'mother' relationships correctly.

Usage

Go to special page "Special:FamilyTree", select a person and display either a tree of ancestors or descendants or a relationship to another person.

See also

Category:Unmaintained Semantic MediaWiki extensions
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Unmaintained Semantic MediaWiki extensions Category:Unmaintained extensions