Hi,
2009/3/31 Kenneth Porter shiva@sewingwitch.com:
I want to pass an argument to a template that contains a leading and trailing space. It looks like the template parser is stripping these before evaluating the parameter. Is there a way to prevent that?
Here's an example page:
http://www.wowwiki.com/Guild:M_A_%28Bleeding_Hollow_US%29
I want to pass " M A " to the Guildbox template's name parameter. It will get expanded into a string to render in an off-site URL. Currently it gets rendered as "M+A", not "+M+A+", so the URL doesn't connect to the desired page.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Try using HTML escaped spaces:  
HTH