Difference between revisions of "Template:TemplateExample"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "Produces a template example. Note that the template must not be recursive. <includeonly><onlyinclude>; Example : <pre><nowiki>{{{{FULLPAGENAME}}:{{{1}}}}}</nowiki></pre> ; Re...") |
imported>Qazaaq m (fixing) |
||
Line 1: | Line 1: | ||
Produces a template example. Note that the template must not be recursive. | Produces a template example. Note that the template must not be recursive. | ||
Use <tt><nowiki>{{!}}</nowiki></tt> instead of pipe characters (<tt>|</tt>). | |||
<includeonly><onlyinclude>; Example | <includeonly><onlyinclude>; Example | ||
: <pre><nowiki>{{{{FULLPAGENAME}}:{{{1}}}}}</nowiki></pre> | : <pre><nowiki>{{</nowiki>{{FULLPAGENAME}}<nowiki>:</nowiki>{{{1}}}<nowiki>}}</nowiki></pre> | ||
; Result | ; Result | ||
: {{{{FULLPAGENAME}}:{{{1}}}}}</onlyinclude></includeonly> | : {{{{FULLPAGENAME}}:{{{1}}}}}</onlyinclude></includeonly> |
Revision as of 08:07, 26 February 2012
Produces a template example. Note that the template must not be recursive.
Use {{!}} instead of pipe characters (|).