]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/can__39__t_mix_template_vars_inside_directives.mdwn
probably PEBKAC (but still haven't figured it out)
[ikiwiki.git] / doc / bugs / can__39__t_mix_template_vars_inside_directives.mdwn
index 0fa85effb05f4f715ae19160f03a1901a4a5ebbc..7bb39470f9b5aa6d7ad344fafecb8647ef19b918 100644 (file)
@@ -31,3 +31,19 @@ The result, even with htmlscrubber disabled, is mangled, something like
     </div>
 
 Any suggestions gladly received. -- [[Jon]]
     </div>
 
 Any suggestions gladly received. -- [[Jon]]
+
+> Well, you *should* be able to do things like this, and in my testing, I
+> *can*. I used your exact example above (removing the backslash escape)
+> and invoked it as:
+>      \[[!template id=test href=himom.png size=100x]]
+> 
+> And got just what you would expect.
+> 
+> I don't know what went wrong for you, but I don't see a bug here. 
+> My guess, at the moment, is that you didn't specify the required href
+> and size parameters when using the template. If I leave those off,
+> I of course reproduce what you reported, since the img directive gets
+> called with no filename, and so assumes the size parameter is the image
+> to display.. [[done]]? --[[Joey]] 
+
+>> Hmm, eek. Just double-checked, and done a full rebuild. No dice! Version 3.20100831. Feel free to leave this marked done, It probably *is* PEBKAC. I shall look again in day time. -- [[Jon]]