https://bugzilla.wikimedia.org/show_bug.cgi?id=12853
--- Comment #7 from Technical 13 <[email protected]> --- (In reply to Bawolff (Brian Wolff) from comment #5) > >&preload=Template:Foo^param=bar^one > > I know pipes are a pain for wiki syntax, but if we're going to do this, I > would still prefer we used them instead of using other characters (What if > you want to use ^ in a parameter name, what if you have a template named > Foo^. Using |'s doesn't cause any more confusion, and its already a reserved > character). Users can always use %7C instead of {{!}} in urls. Per [[gerrit:116482]] the syntax will be: action=edit&preload=Foo&preloadparams[]=first&preloadparams[]=second Where "first" will be available as $1 and "second" will be available as $2 in the preload template of "Foo" if my understanding is correct. Does this address your issue/question Brian? -- 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
