Overview
The Relationships section includes the strings GedSite uses when referring to people related to the subject.
Some of the strings apply to application-specific template variables. See the notes below.
Partner of Format
The Partner of Format text is used when GedSite is constructing a Relationship entry and the person is the spouse or partner of the relationship subject. The default value is "Partner of {0}". The name of the relationship subject is inserted in place of the {0} text.
Parent References
The following strings are used when GedSite is processing the :Child-Of parameter for a parent name variable. The :Child-Of parameter is used when GedSite implements parentage clauses:
- Family Historian: For the
Parentage()function - The Master Genealogist: For the
[PAR]and[PARO]variables
Son of Format
The Son of Format text is used when GedSite is processing the :Child-Of parameter for a parent variable and the subject is a male child. The default value in English is ", son of {0},". So, for example, [S:Parents:Child-Of] will produce output similar to ", son of John Doe and Mary Jones," for a male child.
Daughter of Format
The Daughter of Format text is used when GedSite is processing the :Child-Of parameter for a parent variable and the subject is a female child. The default value in English is ", daughter of {0},". So, for example, [S:Parents:Child-Of] will produce output similar to ", daughter of John Doe and Mary Jones," for a female child.
Child of Format
The Child of Format text is used when GedSite is processing the :Child-Of parameter for a parent variable and the gender of the subject is unknown. The default value in English is ", child of {0},". So, for example, [S:Parents:Child-Of] will produce output similar to ", child of John Doe and Mary Jones," for a subject whose gender is unknown.