This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ic:factions [2016/10/09 22:51] Brend created |
ic:factions [2017/09/03 15:51] (current) Brend Fix bug in query |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Factions ===== | ===== Factions ===== | ||
- | <table ?faction[imagelink::64::ic:default-faction.png] "" ?faction[ref] ?description@unique ?allegiance@unique ?type@unique ?tag> | + | <table ?faction[imagelink::64::ic:default-faction.png::faction emblem] "" ?faction[ref] ?description@unique ?allegiance@unique ?tag@unique> |
?faction is a: faction | ?faction is a: faction | ||
?faction Description [wiki]: ?description | ?faction Description [wiki]: ?description | ||
- | optional { | ||
- | ?faction Type [ref]: ?type | ||
- | } | ||
optional { | optional { | ||
?faction Tags [tag]: ?tag | ?faction Tags [tag]: ?tag | ||
Line 22: | Line 19: | ||
ui { | ui { | ||
Faction { | Faction { | ||
+ | filter: text | ||
+ | } | ||
+ | Description { | ||
filter: text | filter: text | ||
} | } | ||
Line 27: | Line 27: | ||
filter: select | filter: select | ||
} | } | ||
- | Type { | + | Allegiance { |
filter: select | filter: select | ||
} | } | ||
} | } | ||
</table> | </table> |