{% glossary %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✓ | The name of the term (natural language allowed, e.g., 'Bookmark') |
Valid Children
| Tag | Multiplicity |
|---|---|
{% term %} | [+] |
Valid Parent Contexts
This tag is valid inside: {% domain %}
Rules
| Rule | Force | Realm | Reference | Description |
|---|---|---|---|---|
term-id-is-term | | | — | The of a term should be the term itself (e.g., ). |
term-id-no-prefix | | | — | Term IDs are not type-prefixed — they represent natural language concepts. |
term-definition-concise | | | — | Definitions should be concise and focused on the domain context. |
Container for domain-specific vocabulary. One glossary per domain is typical.
term
Defines a single domain term and its definition. The id of the term is used as its name in the glossary.
Glossary container with term children
{% glossary %} {% term id="Bookmark" %} A saved URL with metadata and tags. {% /term %}
{% term id="Folder" %} A container used to organize bookmarks. {% /term %}{% /glossary %}