Wiki Sandbox
From NomadicScribe
TestTemplate|var1=foo|var2=foo2: template contents begin:
var1='foo' var2='foo2'
- end template contents
TestTemplate|var1=foo: template contents begin:
var1='foo' var2='{{{var2}}}'
- end template contents
TestTemplate|var1=line1 line2|var2=value2: template contents begin:
var1='line1 line2' var2='value2'
- end template contents
TestTemplate|var1=another value| var2=nextline: template contents begin:
var1='another value' var2='nextline'
- end template contents