Hi,
[http://eu.wowarmory.com/guild-info.xml?r=%7B%7Burlencode:%7B%7B%7Bserver%7D%... {{{name}}} Armory] }}
You first have to find out if the {{{name}}} actually contains the leading and trailing space. If it does, then the urlencode is your problem, otherwise the problem lies in passing leading/trailing spaces to named template parameters.
The following did not work?:
{{Guildbox | name =  M A  | server = Bleeding Hollow | location = US | image = | leader = Deadhead {{RaceIcon|Human|Male|Small}}{{ClassIcon|Priest|Small}} | level = 1-80 | type = PvP | faction = Alliance | accounts = 256 | web = http://www.ma-wow.com/ }}
On Wednesday, April 01, 2009 9:49 PM +0200 Jean-Marc van Leerdam j.m.van.leerdam@gmail.com wrote:
The following did not work?:
{{Guildbox | name =  M A 
No, that definitely failed, passing the encoding string (not actual spaces) to the template.
I'll try to bake up a test template to see what's going on with the parameter.
mediawiki-l@lists.wikimedia.org