Help talk:Templates
Apparently Template:Separator doesn't handle WikiText well. I ran into some problems with it when working on adding a parameter to Template:Part. Apparently it chokes if there aren't spaces around the WikiML tags. I've worked around this in Template:Part but it still might need to be noted here. -- ShadowWolf 13:48, 25 July 2007 (EDT)
- Could you provide an example of something it breaks on? The following all work fine without any spaces:
{{#if:j|{{#if:Italics|
|

}}|
}} {{#if:j|{{#if:Bold|
|

}}|
}} {{#if:j|{{#if:Link|
|

}}|
}}
- Bryan 19:52, 25 July 2007 (EDT)