Difference between revisions of "Template:Instruction"

From SoftMC-Wiki
Jump to: navigation, search
m (Draft)
 
(OK)
 
Line 9: Line 9:
 
{{Template
 
{{Template
 
|description=
 
|description=
|template=<nowiki>{{Instruction|text}}</nowiki>
+
Action instructions.
 +
 
 +
|template=
 +
<nowiki>{{Instruction|text}}</nowiki>
 +
 
 
|parameters=
 
|parameters=
|operation=
+
;text
 +
: Instruction text.
 +
 
 
|examples=
 
|examples=
 +
;Input
 +
<pre>{{Instruction|Open the door.}}</pre>
 +
;Output
 +
{{Instruction|Open the door.}}
 
}}
 
}}
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 11:06, 19 October 2010

Action instructions.

Template

{{Instruction|text}}

Parameters

text
Instruction text.

Examples

Input
{{Instruction|Open the door.}}
Output
Open the door.

For more examples refer to pages, which use this template: What links here.

Help:Templates describes general usage of templates, including treatment of special characters.