// colitur ordo booklet -- AsciiDoc. flavour: none (see man colitur-overlay) // AsciiDoc's own metacharacters (*, _, +, `, ...) are context-dependent, so // this template's flavour deliberately does NOT escape interpolated values. // A feast name containing `*` or `_` will render as emphasis. That is a // documented limitation, not a bug to fix. // // Day label falls back to the slug when the day carries no Latin name (most // temporal days, and most sanctoral entries, which are Latin-less in the // shipped data) -- see ordo.tex's own comment for why the fallback is // written as a name-section wrapping a plain var and its inverse, rather // than a single dotted lookup and its inverse. = Ordo {{year}} · {{rite}} :toc: {{#months}} == {{name.la}} {{#days}} *{{dom}}* {{#name}}{{la}}{{^la}}{{slug}}{{/la}}{{/name}} + {{rank}} · {{colour}} + {{#first}}Ep. {{first}} {{/first}}{{#gospel}}Ev. {{gospel}}{{/gospel}} {{#comms}} + Com. {{slug}}{{/comms}} {{/days}}{{/months}}