🎉 init: Nemoti Dark Fantasy Wiki
13 wiki pages + 7 raw sources Entities (7): aelren, ashynox, nemoti, novareth, nyxara, runn-thyss, velroth Concepts (6): bestiarium, lore-universum, suno-musikrichtung, tiktok-strategie, twitch-streaming, youtube-wachstum Raw sources: 4 Suno prompts + 3 TikTok/content research docs
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
# Wiki Schema — Nemoti Dark Fantasy Universe
|
||||
|
||||
## Domain
|
||||
Nemoti's Dark Fantasy Art Universe — characters, lore, world-building, art, music,
|
||||
creative process, and content strategy for @nemoti_art across YouTube, TikTok, Twitch,
|
||||
and other platforms.
|
||||
|
||||
## Conventions
|
||||
- File names: lowercase, hyphens, no spaces (e.g., `nyxara-waechterin-der-schwelle.md`)
|
||||
- Every wiki page starts with YAML frontmatter (see below)
|
||||
- Use `[[wikilinks]]` to link between pages (minimum 2 outbound links per page)
|
||||
- When updating a page, always bump the `updated` date
|
||||
- Every new page must be added to `index.md` under the correct section
|
||||
- Every action must be appended to `log.md`
|
||||
- Language: German for lore/content, English for technical/strategy pages
|
||||
|
||||
## Frontmatter
|
||||
```yaml
|
||||
---
|
||||
title: Page Title
|
||||
created: YYYY-MM-DD
|
||||
updated: YYYY-MM-DD
|
||||
type: entity | concept | comparison | query | summary
|
||||
tags: [from taxonomy below]
|
||||
sources: [raw/articles/source-name.md]
|
||||
---
|
||||
```
|
||||
|
||||
## Tag Taxonomy
|
||||
### Lore & World
|
||||
- world, realm, location, artifact, event, era
|
||||
- character, faction, species, mythology
|
||||
- magic, ritual, curse, prophecy
|
||||
|
||||
### Creative & Art
|
||||
- artwork, series, medium, style, technique
|
||||
- music, soundtrack, suno-prompt
|
||||
- lore-text, narrative, whisper
|
||||
|
||||
### Characters
|
||||
- nyxara, ashynox, velroth, runn-thyss, novareth
|
||||
- kaelith, aenor, velmira
|
||||
|
||||
### Content & Platform
|
||||
- youtube, tiktok, twitch, discord, instagram, pinterest
|
||||
- content-strategy, growth, seo, thumbnail, title
|
||||
- streaming, clip, short, video
|
||||
|
||||
### Meta
|
||||
- comparison, timeline, controversy, reference
|
||||
- inspiration, competitor, benchmark
|
||||
- workflow, tool, process
|
||||
|
||||
Rule: every tag on a page must appear in this taxonomy. If a new tag is needed,
|
||||
add it here first, then use it. This prevents tag sprawl.
|
||||
|
||||
## Page Thresholds
|
||||
- **Create a page** when an entity/concept appears in 2+ sources OR is central to one source
|
||||
- **Add to existing page** when a source mentions something already covered
|
||||
- **DON'T create a page** for passing mentions, minor details, or things outside the domain
|
||||
- **Split a page** when it exceeds ~200 lines — break into sub-topics with cross-links
|
||||
- **Archive a page** when its content is fully superseded — move to `_archive/`, remove from index
|
||||
|
||||
## Entity Pages
|
||||
One page per notable entity (character, realm, artifact, etc.). Include:
|
||||
- Overview / description
|
||||
- Key facts, traits, backstory
|
||||
- Relationships to other entities ([[wikilinks]])
|
||||
- Artwork references and appearances
|
||||
- Source references
|
||||
|
||||
## Concept Pages
|
||||
One page per concept or topic. Include:
|
||||
- Definition / explanation
|
||||
- Current state of knowledge
|
||||
- Open questions or debates
|
||||
- Related concepts ([[wikilinks]])
|
||||
|
||||
## Comparison Pages
|
||||
Side-by-side analyses. Include:
|
||||
- What is being compared and why
|
||||
- Dimensions of comparison (table format preferred)
|
||||
- Verdict or synthesis
|
||||
- Sources
|
||||
|
||||
## Update Policy
|
||||
When new information conflicts with existing content:
|
||||
1. Check the dates — newer sources generally supersede older ones
|
||||
2. If genuinely contradictory, note both positions with dates and sources
|
||||
3. Mark the contradiction in frontmatter: `contradictions: [page-name]`
|
||||
4. Flag for user review in the lint report
|
||||
Reference in New Issue
Block a user