Overview
This section includes the strings GedSite uses when transforming GEDCOM AGE record values such as "66y 8m 1d
" into "66 years, 8 months, and 1 day".
This section has four sub-sections.
- Age Part Words — The strings are used for the age parts: years, months, weeks, and days.
- Years, Months, Days Templates — The strings are templates used to construct text when the AGE value includes a mix of years, months, and days.
- Years, Months, Weeks, Days Templates — The strings are templates used to construct text when the AGE value includes a mix of years, months, weeks, and days.
- Other AGE Text Strings — The strings used for AGE values that include the less-than symbol (<), the greater-than symbol (%gt;), anbd other special text that may appear in the AGE value.
Age Part Words
These strings are words GedSite uses for age parts (years, months, weeks, and days). There are two strings for each part, singular and plural, and they are combined in a single string property separated by ||
:
singular||plural
Year Words
The Year Words text is used to output the word for "year" (singular) or "years" (plural). Templates use [Y]
to insert the year value and [YW]
(year-word) to insert the singular or plural word into the output. GedSite chooses the singular or plural word based on the value of the year component of the AGE value.
Month Words
The Month Words text is used to output the word for "month" (singular) or "months" (plural). Templates use [M]
to insert the month value and [MW]
(month-word) to insert the singular or plural word into the output. GedSite chooses the singular or plural word based on the value of the month component of the AGE value.
Week Words
The Week Words text is used to output the word for "week" (singular) or "weeks" (plural). Templates use [W]
to insert the week value and [WW]
(week-word) to insert the singular or plural word into the output. GedSite chooses the singular or plural word based on the value of the week component of the AGE value.
Day Words
The Day Words text is used to output the word for "day" (singular) or "days" (plural). Templates use [D]
to insert the day value and [DW]
(day-word) to insert the singular or plural word into the output. GedSite chooses the singular or plural word based on the value of the day component of the AGE value.
Years, Months, Days Templates
These strings are templates GedSite uses to construct text when the AGE value includes a mix of years, months, and days. GedSite chooses one of the templates according to which parts are present. For example, GedSite will use the Years, Months template when the AGE value includes the year and month parts only.
Years, Months, Days
The template GedSite uses when the AGE value includes year, month, and day parts. The default template is is [Y] [YW], [M] [MW], and [D] [DW]
. Example output is "66 years, 8 months, and 1 day".
Years, Months
The template GedSite uses when the AGE value includes year and month parts. The default template is is [Y] [YW] and [M] [MW]
. Example output is "66 years and 8 months".
Years, Days
The template GedSite uses when the AGE value includes year and day parts. The default template is is [Y] [YW] and [D] [DW]
. Example output is "66 years and 22 days".
Months, Days
The template GedSite uses when the AGE value includes month and day parts. The default template is is [M] [MW] and [D] [DW]
. Example output is "8 months and 1 day".
Years Only
The template GedSite uses when the AGE value includes the year part only. The default template is is [Y] [YW]
. Example output is "66 years".
Months Only
The template GedSite uses when the AGE value includes the month part only. The default template is is [M] [MW]
. Example output is "8 months".
Days Only
The template GedSite uses when the AGE value includes the day part only. The default template is is [D] [DW]
. Example output is "29 days".
Years, Months, Weeks, Days Templates
These strings are templates GedSite uses to construct text when the AGE value includes a mix of years, months, weeks, and days. GedSite chooses one of the templates according to which parts are present. For example, GedSite will use the Years, Weeks template when the AGE value includes the year and weeks parts only.
These templates are used with programs that support weeks (w) in addition to year (y), month (m), and day (d). GEDCOM 5.5.1 supports the year, month, and day parts. Weeks are a valid part in GEDCOM 7.
Years, Months, Weeks, Days
The template GedSite uses when the AGE value includes year, month, week, and day parts. The default template is is [Y] [YW], [M] [MW], [W] [WW], and [D] [DW]
. Example output is "66 years, 8 months, 2 weeks, and 1 day".
Years, Months, Weeks
The template GedSite uses when the AGE value includes year, month, and week parts. The default template is is [Y] [YW], [M] [MW], and [W] [WW]
. Example output is "66 years, 8 months, and 2 weeks".
Years, Weeks, Days
The template GedSite uses when the AGE value includes year, week, and day parts. The default template is is [Y] [YW], [W] [WW], and [D] [DW]
. Example output is "66 years 3 weeks, and 2 days".
Years, Weeks
The template GedSite uses when the AGE value includes year and week parts. The default template is is [Y] [YW] and [W] [WW]
. Example output is "2 years and 3 weeks".
Months, Weeks, Days
The template GedSite uses when the AGE value includes month, week, and day parts. The default template is is [M] [MW], [W] [WW], and [D] [DW]
. Example output is "8 months, 2 weeks, and 1 day".
Months, Weeks
The template GedSite uses when the AGE value includes month and week parts. The default template is is [M] [MW] and [W] [WW]
. Example output is "8 months and 2 weeks".
Weeks, Days
The template GedSite uses when the AGE value includes week and day parts. The default template is is [W] [WW] and [D] [DW]
. Example output is "3 weeks and 2 days".
Weeks Only
The template GedSite uses when the AGE value includesthe week part only. The default template is is [W] [WW]
. Example output is "3 weeks".
Other AGE Text Strings
GEDCOM 5.5.1 includes keywords and other symbols that may appear in the AGE value. GedSite uses these strings to expand those symbols and keywords.
Less Than
If the AGE text begins with "<
", the particpant's age was less than the indicated value. The default value is "less than". For "< 24y
", the output would be "less than 24 years".
More Than
If the AGE text begins with ">
", the particpant's age was greater than the indicated value. The default value is "more than". For "> 24y
", the output would be "more than 24 years".
Child
If the AGE text equals "CHILD
", the participant was a child, which GEDCOM 5.5.1 defines as "less than 8 years". The default value is "in childhood".
Infant
If the AGE text equals "INFANT
", the participant was an infant, which GEDCOM 5.5.1 defines as "less than 1 year". The default value is "as an infant".
Stillborn
If the AGE text equals "STILLBORN
", the participant was stillborn, which GEDCOM 5.5.1 defines as "died just prior, at, or near birth". The default value is "at or before birth".