Difference between revisions of "Template:Test"

From
Jump to: navigation, search
(Created page with "<noinclude> {{Template}} '''Command executed by regular user.''' ==Usage== <nowiki>{{Test|text}}</nowiki>}} ==Example== {{Test|text}} </noinclude> <includeonly> {{#if:{{...")
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
==Usage==
 
==Usage==
  
<nowiki>{{Test|text}}</nowiki>}}
+
<nowiki>{{Test|text}}</nowiki>
  
 
==Example==
 
==Example==
 +
Example of <nowiki>{{Test|text}}</nowiki>:
  
 
{{Test|text}}
 
{{Test|text}}
Line 14: Line 15:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{{#if:{{{1|}}}|1 is {{{1|}}}.|1 is not set.}}
+
{{{#if: {{{1|}}} | 1 is {{{1|}}}. | 1 is not set. }}}
 +
{{{#if: {{{2|}}} | 2 is {{{2|}}}. | 2 is not set. }}}
 
</includeonly>
 
</includeonly>

Latest revision as of 09:10, 7 March 2023

This page is a template. It contains no information, but should be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

Command executed by regular user.

Usage

{{Test|text}}

Example

Example of {{Test|text}}:


1 is text. 
2 is .