Hi,
2009/3/31 Kenneth Porter shiva@sewingwitch.com:
On Tuesday, March 31, 2009 8:43 PM +0200 Jean-Marc van Leerdam j.m.van.leerdam@gmail.com wrote:
Try using HTML escaped spaces:  
The resulting URL expanded to " M+A " and then got HTTP encoded to "%26%2332%3BM+A%26%2332%3B".
HTTP encoding has a similar problem. I also tried to quote the parameter and, while the spaces then make it in, the quotes also get included in the result, not what I want.
You are using a mediawiki wiki? This works just fine for me:
-- start WIKI text-- =Template testing=
Here is a [{{SP}}] space?
Through a template this looks like: {{Test| }}
Template template: {{Test|{{SP}}}}
Total: {{Test|{{SP}}M{{SP}}A{{SP}}}} -- end WIKI text -- start Result Template testing
Here is a [ ] space?
Through a template this looks like: Hi there, how are [ ] you?
Template template: Hi there, how are [ ] you?
Total: Hi there, how are [ M A ] you? -- end Result
Template:SP contains a single line:   Template:Test contains a single line: Hi there, how are [{{{1}}}] you?