Help talk:Templates: Difference between revisions
Jump to navigation
Jump to search
ShadowWolf (talk | contribs) New page: 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... |
Could you provide an example of something that breaks it? |
||
| Line 1: | Line 1: | ||
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. -- [[User:ShadowWolf|ShadowWolf]] 13:48, 25 July 2007 (EDT) | 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. -- [[User:ShadowWolf|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: | |||
{{Separator|j|''Italics''}} | |||
{{Separator|j|'''Bold'''}} | |||
{{Separator|j|[[Link]]}} | |||
: [[User:Bryan|Bryan]] 19:52, 25 July 2007 (EDT) | |||
Revision as of 18:52, 25 July 2007
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)