--- type: types/type-spec.md name: entity description: Base type for entity pages - projects, systems, tools, technologies or people schema: types/entity.schema.yaml subtype_field: entity_type base_dir: entities page_ref_fields: [related, sources] guidance: types/entity.guidance.md layout: project: {dir: projects, title: Projekte} system: {dir: systems, title: Systeme} tool: {dir: tools, title: Werkzeuge} technology: {dir: technologies, title: Technologien} person: {dir: people, title: Personen} --- # Entity This instance's configuration for the `entity` type: its frontmatter fields as this schema requires them, and the page skeleton `wikitool new entity` scaffolds. When to use this type and how to write a conforming page is [types/entity.guidance.md](entity.guidance.md) - `tools/wikitool types describe entity` composes both into one answer. ## Frontmatter | Field | Required | Use | |---|---:|---| | `type` | Yes | `types/entity.md` | | `entity_type` | Yes | One of: project, system, tool, technology, person | | `tags` | No | Navigation tags for categorization | | `created` | Yes | Creation date (YYYY-MM-DD) | | `modified` | Yes | Date last changed (YYYY-MM-DD) | | `related` | No | Titles of related pages (entities, concepts, sources) | | `sources` | No | Titles of the source pages backing this page's claims | | `provenance` | Yes | sourced, general or mixed | | `summary` | Yes | One-liner for `kb/index.md` | ## Template The block below is page material, so it is written in this instance's KB language (`kb/CONVENTIONS.md` `language:`) rather than in the control plane's English - its headings become the headings of every page `wikitool new entity` scaffolds. ```markdown # {name} **Typ:** {entity_type|capitalize} ## Beschreibung TODO: 1-2 Absätze dazu, was diese Entity ist und wozu sie dient. ## Kerndaten - **Zweck:** TODO - **Status:** aktiv, abgelöst, in Planung usw. - **Version:** TODO (falls zutreffend) - **Sprache/Technik:** TODO (falls zutreffend) - **Verantwortlich:** TODO (falls zutreffend) - **Repository:** TODO (falls zutreffend) ## Details TODO: Ausführliche Informationen, nach sinnvollen Abschnitten gegliedert ## Historie - [{today}] - Page created via wikitool ``` The relationships section is deliberately **not** in the template: it is a generated region that `wikitool xref` creates between markers on the first edge entry and re-renders from `related:`. An author never writes into it. The value behind `**Typ:**` stays the English enum value - that is what `search --field` filters on.