Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.08 KB

fr.chronology.md

File metadata and controls

21 lines (18 loc) · 1.08 KB

Chronology Fragment

A generic chronological indication attached to some text.

🔑 fr.it.vedph.chronology

  • tag (string 📚 chronology-tags)
  • label (string)
  • eventId (string)
  • date (HistoricalDate):
    • a* (Datation):
      • value* (int): the numeric value of the point. Its interpretation depends on other points properties: it may represent a year or a century, or a span between two consecutive Gregorian years.
      • isCentury (boolean): true if value is a century number; false if it's a Gregorian year.
      • isSpan (boolean): true if the value is the first year of a pair of two consecutive years. This is used for calendars which span across two Gregorian years, e.g. 776/5 BC.
      • month (short): the month number (1-12) or 0.
      • day (short): the day number (1-31) or 0.
      • isApproximate (boolean): true if the point is approximate ("about").
      • isDubious (boolean): true if the point is dubious ("perhaphs").
      • hint (string): a short textual hint used to better explain or motivate the datation point.
    • b (Datation)
    • tag (string)