Jump to content

Template:Concept

From example
Revision as of 19:39, 17 October 2025 by M4tsuri (talk | contribs) (Protected "Template:Concept" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Concept template

This template stores a lore or environment concept using Semantic MediaWiki properties.

Core parameters

world
Name of the parent world page (required for categorisation).
parent
Optional parent concept (enables recursive triggering).
plist
PList-style description content.
alichat
Optional Ali:Chat style reaction text.
primary / secondary
Comma-separated key lists. Combine with logic to reproduce Lorebook conditions.
logic
ANY (default), AND, or NOT.
mode
constant, conditional (default), or disabled.
placement / nonrecursable
Additional hints controlling injection order and recursion.

Example

{{Concept
 |world=Farlandia
 |parent=Farlandia:Monsters
 |plist=[slime: enemy, slimeball, made of gelatin, bounces to move, annoyance]
 |alichat={{user}}: Slime?
{{char}}: "Oh... Those things." She blushes, remembering their first battle.
 |primary=slime,slimes
 |logic=ANY
 |mode=conditional
 |placement=depth:5
}}