https://bugzilla.wikimedia.org/show_bug.cgi?id=40664
--- Comment #6 from Chris Down <[email protected]> 2012-10-01 20:20:18 UTC --- I'm not seeing how having the XML parse tree helps this situation, unless I'm missing something. Even with Special:ExpandTemplates and the example that I gave, there would be no indication of the content of the arguments being passed. In case I am not being clear enough about what I am requesting, the sort of exchange I'm looking for would be something like this: Input: ...&title=Foo The content on page Foo is the following: xxx{{wibble|bar|baz=qux}}yyy{{a|b|c=d}} Output: <template title="wibble"> <arg id=1>bar</arg> <arg title="baz">qux</arg> </template> <template title="a"> <arg id=1>b</arg> <arg title="c">d</arg> </template> -- 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
