https://bugzilla.wikimedia.org/show_bug.cgi?id=30146
Dan Collins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from Dan Collins <[email protected]> 2011-08-01 15:14:16 UTC --- Sounds like the only example you have, there's already a perfectly good way to do it. This is a rather esoteric test case where you want the ability to override the pre-save transform for a template but not when the template is substituted. If you need to have a template perform a pre-save transform when it is substituted in, either pass the input as a parameter or use noinclude tags to break it up. If you want to display the input to a pre-save transform without it being replaces, use nowiki tags. These will both inhibit the transform, one will inhibit it even after substitution, and one will cause it to be parsed on substitution. Closing worksforme. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
