aboutsummaryrefslogtreecommitdiff
path: root/templates/ef/ordo.adoc
blob: 13d09ecdcd6f50a1e791979e3c8bf3903792ce43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 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}}