This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ic:people [2015/01/31 13:12] Brend |
ic:people [2015/10/25 18:32] (current) Brend |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== People ====== | + | ===== People ===== |
- | ~~NOCACHE~~ | + | //Back to [[start]].// |
- | [ [[ic:]] ] | + | <table ?person[imagelink::32::ic:default-character.png] "" ?person[ref] ?description@unique ?type@unique ?clan@unique ?tag> |
+ | ?person is a: person | ||
+ | ?person Description [wiki]: ?description | ||
- | <view:table ?person[imagelink] "" ?person[ref] ?description ?type ?clan ?tag> | ||
- | template { | ||
- | person#listitem | ||
- | } | ||
- | ?person is a: person | ||
- | optional { | ||
- | ?person Description [wiki]: ?description | ||
- | } | ||
optional { | optional { | ||
?person Type [ref]: ?type | ?person Type [ref]: ?type | ||
Line 24: | Line 18: | ||
group { | group { | ||
?person | ?person | ||
- | ?type | ||
- | ?clan | ||
- | ?description | ||
} | } | ||
sort { | sort { | ||
Line 34: | Line 25: | ||
} | } | ||
ui { | ui { | ||
+ | Person { | ||
+ | filter: text | ||
+ | } | ||
Tag { | Tag { | ||
filter: select | filter: select | ||
Line 44: | Line 38: | ||
} | } | ||
} | } | ||
- | </view> | + | </table> |