# # bug 2094, 3 templates and 1 article following # # first inner template !! article Template:Start !! text ---- !! endarticle # second inner template !! article Template:End !! text
!! endarticle # outer template !! article Template:RepeatedTemplate !! text {{Start}} TemplateUse {{{1}}} {{End}} !! endarticle # template usage !! test bug 2094, double template usage leads to unwanted newlines !! input {{RepeatedTemplate|1}} {{RepeatedTemplate|2}} !! result

TemplateUse 1


TemplateUse 2

!! end