{% bibliography %}
Valid Parent Contexts
This tag is valid inside: {% article %}
Rules
| Rule | Force | Realm | Reference | Description |
|---|---|---|---|---|
bibliography-local-only | | | β | renders a local list for the current article only. The global page is generated separately by and aggregates all citations from all articles. Both coexist independently β an article can have a local bibliography and also contribute to the global one. |
bibliography-placement | | | β | Place at the end of the article, typically under a or heading, after all entries have been declared. |
\{% bibliography %\} has no attributes and is always self-closing (/%\}). It produces no output if the article contains no \{% citation %\} entries.
Rendering
\{% bibliography /%\} renders the articleβs local citations as a formatted reference list β one entry per \{% citation %\} defined in the same article. Entries are sorted alphabetically by author. Each entry displays: author, title (linked if url is provided), date, and publisher.
Sources section with cite markers, citation entries, and bibliography
## Sources
The foundational work on authentic relating emerged from the Integral community{% cite key="circling2016" /%} and has been formalized through organizations likethe Authentic Relating Training International {% cite key="arti2019" /%}.
{% citation key="circling2016" title="Circling: The Art of Relational Meditation" author="Marc Beneteau" date="2016" url="https://circlinginstitute.com" /%}
{% citation key="arti2019" title="The Authentic Relating Games Manual" author="Sara Ness & Bryan Bayer" date="2019" publisher="ART International" /%}
{% citation key="rogers1961" title="On Becoming a Person" author="Carl Rogers" date="1961" publisher="Houghton Mifflin" /%}
{% bibliography /%}