User:VirenVaz/Templates

From Wikipedia, the free encyclopedia

fooling around with Templates


templtest contains
this is {{{state}}} a test

1. {{:Templtest|state=only}} for templates gives
this is only a test for templates

2. {{:Templtest|state=only=1}} gives
this is only=1 a test


templtest changed to
this is {{{1}}} a test

1. {{:Templtest|only}} for templates gives
this is only a test for templates

2. {{:Templtest|1=only=1}} gives
this is only=1 a test


templtest changed to
this is {{{1}}} a test {{{2}}}

1. {{:Templtest|only|for templates}} gives
this is only a test for templates

2. {{:Templtest|1=only|for templates}} gives
this is for templates a test {{{2}}}

3. {{:Templtest|2=only|for templates}} gives
this is for templates a test only

4. {{:Templtest|only|for templates|=some comment}} gives
this is only a test for templates

5. {{:Templtest|only|for templates|= some comment}} gives
this is only a test for templates

templtest changed to
this is {{{state|only}}} a test {{{2}}}

1. {{:Templtest|only|for templates}} gives
this is only a test for templates

2. {{:Templtest|2=for templates}}
this is only a test for templates

3.{{:Templtest|for templates}}
this is only a test {{{2}}}

4. {{:Templtest||for templates}}
this is only a test for templates