Difference between revisions of "Template:TemplateExample"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(use pre and <nowiki>{{subst:!}}</nowiki> instead of <nowiki>{{!}}</nowiki> for arguments)
imported>Qazaaq
(pre doesn't work as expected)
Line 4: Line 4:


<includeonly><onlyinclude>; Example
<includeonly><onlyinclude>; Example
: <pre>{{((}}{{FULLPAGENAME}}<nowiki>|</nowiki>{{{1}}}<nowiki>}}</nowiki></pre>
: <code>{{((}}{{FULLPAGENAME}}<nowiki>|</nowiki>{{{1}}}<nowiki>}}</nowiki></code>


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

Revision as of 10:04, 26 February 2012

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

Note that the template must not be recursive.