Base type for entity pages - projects, systems, tools, technologies or people
types/entity.schema.yaml
entity_type
entities
related
sources
types/entity.guidance.md
project
system
tool
technology
person
dir
title
projects
Projekte
dir
title
systems
Systeme
dir
title
tools
Werkzeuge
dir
title
technologies
Technologien
dir
title
people
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 -
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.mdlanguage:) rather than in the control plane's English - its headings
become the headings of every page wikitool new entity scaffolds.
# {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.