Overview
This section includes the strings Gedcom Publisher uses as labels for types of people, such as children.
No Partners
The No Partners suffix appears when a sentence template variable returns the count of partners and the subject has no partners, so the count is zero. The default value is "partners
", which yields "0 partners".
One Partner
The One Partner suffix appears when a sentence template variable returns the count of partners and the subject has one partner. The default value is "partner
", which yields "1 partner".
Multiple Partners
The Multiple Partners suffix appears when a sentence template variable returns the count of partners and the subject has more than one partner. The default value is "partners
", which yields "2 partners", "3 partners", etc.
No Children
The No Children suffix appears when a sentence template variable returns the count of children and the subject has no children, so the count is zero. The default value is "children
", which yields "0 children".
One Child
The One Child suffix appears when a sentence template variable returns the count of children and the subject has one child. The default value is "child
", which yields "1 child".
Multiple Children
The Multiple Children suffix appears when a sentence template variable returns the count of children and the subject has more than one child. The default value is "children
", which yields "2 children", "3 children", etc.