====== World ======
Descriptions of people, places and organisations of the world.
* [[ic:#People]] ({{list> ?x@count[text] | ?x is a: person; group {} }})
* [[ic:#Factions]] ({{list> ?x@count[text] | ?x is a: faction; group {} }})
* [[ic:#Locations]] ({{list> ?x@count[text] | ?x is a: location; group {} }})
===== People =====
//See also the extensive [[people]] list.//
?p is a: person
?p Description[wiki]: ?desc
ui {
Person {
filter: text
}
Description {
filter: text
}
}
===== Factions =====
//See also the extensive [[factions]] list.//
?f is a: faction
?f Description[wiki]: ?desc
ui {
Faction {
filter: text
}
Description {
filter: text
}
}
===== Locations =====
//See also the extensive [[locations]] list.//
?l is a: location
?l Description[wiki]: ?desc
ui {
Location {
filter: text
}
Description {
filter: text
}
}