This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ic:start [2016/10/20 10:28] Brend |
ic:start [2017/12/29 17:00] (current) Brend |
||
---|---|---|---|
Line 6: | Line 6: | ||
* [[ic:#Factions]] ({{list> ?x@count[text] | ?x is a: faction; group {} }}) | * [[ic:#Factions]] ({{list> ?x@count[text] | ?x is a: faction; group {} }}) | ||
* [[ic:#Locations]] ({{list> ?x@count[text] | ?x is a: location; group {} }}) | * [[ic:#Locations]] ({{list> ?x@count[text] | ?x is a: location; group {} }}) | ||
- | |||
===== People ===== | ===== People ===== | ||
Line 15: | Line 14: | ||
?p is a: person | ?p is a: person | ||
?p Description[wiki]: ?desc | ?p Description[wiki]: ?desc | ||
+ | ui { | ||
+ | Person { | ||
+ | filter: text | ||
+ | } | ||
+ | Description { | ||
+ | filter: text | ||
+ | } | ||
+ | } | ||
</table> | </table> | ||
+ | |||
===== Factions ===== | ===== Factions ===== | ||
Line 24: | Line 32: | ||
?f is a: faction | ?f is a: faction | ||
?f Description[wiki]: ?desc | ?f Description[wiki]: ?desc | ||
+ | ui { | ||
+ | Faction { | ||
+ | filter: text | ||
+ | } | ||
+ | Description { | ||
+ | filter: text | ||
+ | } | ||
+ | } | ||
+ | |||
</table> | </table> | ||
+ | |||
===== Locations ===== | ===== Locations ===== | ||
Line 33: | Line 51: | ||
?l is a: location | ?l is a: location | ||
?l Description[wiki]: ?desc | ?l Description[wiki]: ?desc | ||
+ | ui { | ||
+ | Location { | ||
+ | filter: text | ||
+ | } | ||
+ | Description { | ||
+ | filter: text | ||
+ | } | ||
+ | } | ||
</table> | </table> | ||
+ |