====== 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 {} }})
* [[ic:#Items]] ({{list> ?x@count[text] | ?x is a: item; group {} }})
* [[ic:#Miscelaneous]]
===== People =====
//See also the extensive [[people]] list.//
?x is a: person
?x Description[wiki]: ?desc
optional {
?x Tags [ref]: ?tags
}
group {
?x
}
ui {
Person {
filter: text
}
Description {
filter: text
}
Tags {
filter: select
}
}
===== Factions =====
//See also the extensive [[factions]] list.//
?x is a: faction
?x Description[wiki]: ?desc
optional {
?x Tags [ref]: ?tags
}
group {
?x
}
ui {
Faction{
filter: text
}
Description {
filter: text
}
Tags {
filter: select
}
}
===== Locations =====
//See also the extensive [[locations]] list.//
?x is a: location
?x Description[wiki]: ?desc
optional {
?x Tags [ref]: ?tags
}
group {
?x
}
ui {
Location {
filter: text
}
Description {
filter: text
}
Tags {
filter: select
}
}
===== Items =====
//See also the extensive [[items]] list.//
?x is a: item
?x Description[wiki]: ?desc
optional {
?x Tags [ref]: ?tags
}
group {
?x
}
ui {
Item {
filter: text
}
Description {
filter: text
}
Tags {
filter: select
}
}
===== Miscelaneous =====
* [[Types]]
* [[Tags]]