Files
chemenu/types/entity.md
T
torben d49513bda6
CI / verify (push) Failing after 43s
Release / release (push) Successful in 34s
types/: Seiten-Type-Spec-Anleitungsprosa in stackeigene guidance-Datei ausgelagert (schliesst #104)
Files changed:
- AGENTS.md
- CHANGES.md
- VERSION
- docs/ownership-and-templates.md
- instructions/migrations/6.0.0-type-guidance-split.md
- instructions/setup-instance.md
- tools/CONTRACT.md
- tools/chemenu/commands/dist_cmd.py
- tools/chemenu/commands/types_cmd.py
- tools/chemenu/tests/test_dist_cmd.py
- tools/chemenu/tests/test_dist_upgrade.py
- tools/chemenu/tests/test_type_resolver.py
- tools/chemenu/tests/test_types_cmd.py
- tools/chemenu/type_resolver.py
- tools/chemenu/types_core.py
- types/comparison.guidance.md
- types/comparison.md
- types/concept.guidance.md
- types/concept.md
- types/entity.guidance.md
- types/entity.md
- types/source.guidance.md
- types/source.md
- types/type-guidance.md
- types/type-guidance.schema.yaml
- types/type-spec.md
2026-09-15 18:23:38 +02:00

2.5 KiB

type, name, description, schema, subtype_field, base_dir, page_ref_fields, guidance, layout
type name description schema subtype_field base_dir page_ref_fields guidance layout
types/type-spec.md entity 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.md language:) 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.