Help:Contents: Difference between revisions

Line 17: Line 17:
====Embedding templates in templates====
====Embedding templates in templates====
You can do this by using curly quotes on a template page to call another template. So, if [[Template:Example3]] reads
You can do this by using curly quotes on a template page to call another template. So, if [[Template:Example3]] reads
  The {{{1}}} rolled over and lit a {{{2}}}. <nowiki>{{Example2|{{{1}}}|sat|sofa}}</nowiki>Inserting '''<nowiki>
  The {{{1}}} rolled over and lit a {{{2}}}. <nowiki>{{Example2|{{{1}}}|sat|sofa}}</nowiki>
{{Example3|dog|cigarette}}</nowiki>''' will render as:
Inserting '''<nowiki>{{Example3|dog|cigarette}}</nowiki>''' will render as:


{{Example3|dog|cigarette}}
{{Example3|dog|cigarette}}