
Since properties don't appear to be usable inside of a tag, is there a way to query an image URL inside of a rolltemplate. <img src="{{image}}" alt="image" height="42" width="auto"> {{image=<a href="https://vignette.wikia.nocookie.net/moderncombatgames/images/e/ef/MC5-Frag_grenade.png/revision/latest?cb=20140625132610" rel="nofollow">https://vignette.wikia.nocookie.net/moderncombatgames/images/e/ef/MC5-Frag_grenade.png/revision/latest?cb=20140625132610</a>}} While I could use the image tag normally, I'm trying to minimize the number of templates, and was wondering if anyone knew a good alternative. This is probably beyond what rolltemplates were designed for but I'm curious what other people's solutions might be.