{% term %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✓ | The name of the term (natural language allowed, e.g., 'Bookmark') |
Valid Parent Contexts
This tag is valid inside: {% glossary %}
Rules
| Rule | Force | Realm | Reference | Description |
|---|---|---|---|---|
term-id-is-term | | | — | The 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. |
Defines a single domain vocabulary term. The id is the term name — natural language capitalization is allowed. The prose body is the definition.
Domain term definition
{% term id="Bookmark" %}A saved URL with metadata, tags, and an optional note, stored in the user's personal library.{% /term %}