Difference between revisions of "Template:Test"

From
Jump to: navigation, search
(Usage)
 
Line 9: Line 9:
  
 
==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 .