This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ic:people [2016/10/29 01:13] Brend |
ic:people [2017/02/18 20:08] (current) Mercury |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== People ===== | ===== People ===== | ||
- | <table ?person[imagelink::64::ic:default-person.png] "" ?person[ref] ?description@unique ?type@unique ?faction@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 7: | Line 7: | ||
optional { | optional { | ||
?person Type [ref]: ?type | ?person Type [ref]: ?type | ||
- | } | ||
- | optional { | ||
- | ?person Allegiance [ref]: ?faction | ||
} | } | ||
optional { | optional { | ||
Line 20: | Line 17: | ||
?person Tags [tag]: ?tag | ?person Tags [tag]: ?tag | ||
} | } | ||
+ | |||
group { | group { | ||
?person | ?person | ||
Line 37: | Line 35: | ||
} | } | ||
Type { | Type { | ||
- | filter: select | ||
- | } | ||
- | Faction { | ||
filter: select | filter: select | ||
} | } | ||
Line 50: | Line 45: | ||
} | } | ||
</table> | </table> | ||
+ |