1 I often find myself wrapping the same boiler plate around [[ikiwiki/directives/img]] img directives, so I tried to encapsulate it using the following [[ikiwiki/directives/template]]:
5 [\[!img <TMPL_VAR raw_href>
6 size="<TMPL_VAR raw_size>"
9 alt="<TMPL_VAR raw_alt>"
12 alt="<TMPL_VAR raw_alt>"
20 <p><TMPL_VAR raw_caption></p>
24 The result, even with htmlscrubber disabled, is mangled, something like
27 <span class="createlink"><a href="http://jmtd.net/cgi?
28 page=size&from=log0.000000old_new_test&do=create"
29 rel="nofollow">?</a>size</span>
33 Any suggestions gladly received. -- [[Jon]]