Preview: Planet Display
Ok. I fixed the planet, moon and star template. The trick is the same as used in the character template for the forum avatar links.
I used the following template syntax:
To clarify:
When building the same link for the system, I noted that the tool now breaks if you only give it a system id. Is this a bug, is the switching between the two template types not yet implement, or is there some other way I have to invoke the tool to get that working?
I used the following template syntax:
@@.subject@modify(http://www.fwurg.net/tools/system-display/?world={})_link(Planet Viewer)@@.To clarify:
-
.subject
The subject field (only available for data entries: the id of the entry) -
@modify(http://www.fwurg.net/tools/system-display/?world={})
the 'modify' aggregator function, which aggregates a set of values to that a set of modified values in of the same size, but with the values modified as directed in the hint. The hint in this case, instructs the modify aggregator to prefix the id with the url of the tool. -
_link(Planet Viewer)
The type 'link' is used for generic links to things (it understand internal wiki links, URLS and even emails). The hint is the title of the link, so any link produced will show up as 'Planet Viewer'.
When building the same link for the system, I noted that the tool now breaks if you only give it a system id. Is this a bug, is the switching between the two template types not yet implement, or is there some other way I have to invoke the tool to get that working?
-

Mercury - Storyteller
I removed the system option from the tool for great convenience, so it is currently not available.

