Author: William.Allen.Simpson
Description:
In concert with [bug 5089], the template {era} would be reserved. It would be
used exclusively for a change in era (that is, from BC(E) to AD/CE), usually in
a date range or near the beginning of a new paragraph.
The template should have 3 optional parameters.
{era} will display the preference as "default", "AD", or "CE".
{era|year} will expand to "AD year" or "year CE" when year is numeric, "1st
century AD" or "1st century CE" for any other similar text.
{era|year|month} will expand to "[[month]], AD [[year]]" or "[[month]], [[year]]
CE", and the month, year display will follow the date preferences. All
parameters will be numeric.
{era|year|month|day} will expand to "[[day month]], AD [[year]]" or "[[day
month]], [[year]] CE", and the day month, year display will follow the date
preferences. All parameters will be numeric.
Indeed, it might be particularly handy to have the date preferences handled
during expansion to avoid a second pass by the parser?
Version: unspecified
Severity: enhancement