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>{{((}}{{FULLPAGENAME}}:{{{1}}} }}</pre>
: <pre>{{((}} {{FULLPAGENAME}}<nowiki>|</nowiki>{{{1}}}<nowiki>}}</nowiki></pre>


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

Revision as of 08:45, 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.