This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ic:people [2016/10/09 17:26] Brend created |
ic:people [2017/02/18 20:08] (current) Mercury |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== People ===== | ===== People ===== | ||
- | <table ?person[imagelink::64::ic:default-character.png] "" ?person[ref] ?description@unique ?type@unique ?clan@unique ?bloodline@unique ?tag> | + | <table ?person[imagelink::64::ic:default-person.png] "" ?person[ref] ?description@unique ?type@unique ?clan@unique ?bloodline@unique ?tag> |
?person is a: person | ?person is a: person | ||
?person Description [wiki]: ?description | ?person Description [wiki]: ?description | ||
Line 17: | Line 17: | ||
?person Tags [tag]: ?tag | ?person Tags [tag]: ?tag | ||
} | } | ||
+ | |||
group { | group { | ||
?person | ?person | ||
Line 25: | Line 26: | ||
ui { | ui { | ||
Person { | Person { | ||
+ | filter: text | ||
+ | } | ||
+ | Description { | ||
filter: text | filter: text | ||
} | } | ||
Line 34: | Line 38: | ||
} | } | ||
Clan { | Clan { | ||
+ | filter: select | ||
+ | } | ||
+ | Bloodline { | ||
filter: select | filter: select | ||
} | } | ||
} | } | ||
</table> | </table> | ||
+ |