Difference between revisions of "Template:TemplateExample"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (fixing)
imported>Qazaaq
m (fixing)
Line 4: Line 4:


<includeonly><onlyinclude>; Example
<includeonly><onlyinclude>; Example
: <pre><nowiki>{{</nowiki>{{FULLPAGENAME}}<nowiki>:</nowiki>{{{1}}}<nowiki>}}</nowiki></pre>
: <pre><nowiki>{{</nowiki>{{subst:{{FULLPAGENAME}}}}<nowiki>:</nowiki>{{{1}}}<nowiki>}}</nowiki></pre>


; Result
; Result
: {{{{subst:{{FULLPAGENAME}}}}|{{{1}}}}}</onlyinclude></includeonly>
: {{FULLPAGENAME}}|{{{1}}}}}</onlyinclude></includeonly>

Revision as of 08:22, 26 February 2012

Produces a template example. The first and only argument are the template's arguments used in the example. Use {{!}} instead of pipe characters (|) to separate the arguments.

Note that the template must not be recursive.