This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ic:locations [2015/01/31 13:54] Brend |
ic:locations [2015/09/17 23:14] (current) Brend |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Locations ====== | ====== Locations ====== | ||
- | ~~NOCACHE~~ | + | //Back to [[start]].// |
- | [ [[ic:]] ] | + | <table ?location[imagelink::32::ic:default-location.png] "" ?location[ref] ?description@unique ?in@unique "Lies in" ?tag "Tags"> |
- | + | ||
- | TODO: | + | |
- | + | ||
- | * Dat kasteel met de Sabbat | + | |
- | * Gedenkbibliotheek | + | |
- | * Lelijke opera | + | |
- | * Underdark ding van de Nosferatu | + | |
- | * Fantastische gebouw van de Tremere | + | |
- | * Angela bordeel | + | |
- | + | ||
- | <table ?location[imagelink::normal::ic:default-location.png] "" ?location[ref] ?description ?in "Lies in" ?tag "Tags"> | + | |
?location is a: location | ?location is a: location | ||
- | optional { | ||
?location Description [wiki]: ?description | ?location Description [wiki]: ?description | ||
- | } | + | |
optional { | optional { | ||
- | ?location In [ref]: ?in | + | ?location In [ref]: ?in |
} | } | ||
optional { | optional { | ||
- | ?location Tags [tag]: ?tag | + | ?location Tags [tag]: ?tag |
} | } | ||
sort { | sort { | ||
Line 31: | Line 19: | ||
group { | group { | ||
?location | ?location | ||
- | ?in | ||
- | ?description | ||
} | } | ||
ui { | ui { | ||
+ | Location { | ||
+ | filter: text | ||
+ | } | ||
+ | |||
Lies in { | Lies in { | ||
filter: select | filter: select | ||
Line 43: | Line 33: | ||
} | } | ||
</table> | </table> | ||
+ |