Help talk:Templates

From Shifti
Revision as of 18:52, 25 July 2007 by Bryan (talk | contribs) (Could you provide an example of something that breaks it?)
Jump to navigation Jump to search

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|

 Italics 

|

}}|


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

 Bold 

|

}}|


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

 Link 

|

}}|


}}

Bryan 19:52, 25 July 2007 (EDT)