Difference between revisions of "Template:MC-Basic"

From SoftMC-Wiki
Jump to: navigation, search
m (Draft)
m (Draft)
Line 1: Line 1:
<includeonly>{{{ABSTRACT|}}}
+
<includeonly><!-- 
 +
-->__NOTOC__<!--
 +
-->__NOEDITSECTION__<!--
  
 +
 +
### DESCRIPTION
 +
 +
-->{{{DESCRIPTION}}}<!--
 +
 +
### SHORT FORM
 +
 +
-->{{#if:{{{SHORT FORM|}}}|:
 
== Short form ==
 
== Short form ==
 
{{{SHORT FORM}}}
 
{{{SHORT FORM}}}
 +
}}<!--
 +
 +
### SYNTAX
  
 +
-->{{#if:{{{SYNTAX|}}}|:
 
== Syntax ==
 
== Syntax ==
 
{{{SYNTAX}}}
 
{{{SYNTAX}}}
 +
}}<!--
 +
 +
### AVAILABILITY
  
 +
-->{{#if:{{{AVAILABILITY|}}}|:
 
== Availability ==
 
== Availability ==
 
{{{AVAILABILITY}}}
 
{{{AVAILABILITY}}}
 +
}}<!--
  
== Description ==
+
### TYPE
{{{DESCRIPTION}}}
 
  
 +
-->{{#if:{{{TYPE|}}}|:
 
== Type ==
 
== Type ==
 
{{{TYPE}}}
 
{{{TYPE}}}
 +
}}<!--
  
 +
### RANGE
 +
 +
-->{{#if:{{{RANGE|}}}|:
 
== Range ==
 
== Range ==
 
{{{RANGE}}}
 
{{{RANGE}}}
 +
}}<!--
  
 +
### UNITS
 +
 +
-->{{#if:{{{UNITS|}}}|:
 
== Units ==
 
== Units ==
 
{{{UNITS}}}
 
{{{UNITS}}}
 +
}}<!--
  
 +
### DEFAULT
 +
 +
-->{{#if:{{{DEFAULT|}}}|:
 
== Default ==
 
== Default ==
 
{{{DEFAULT}}}
 
{{{DEFAULT}}}
 +
}}<!--
  
 +
### SCOPE
 +
 +
-->{{#if:{{{SCOPE|}}}|:
 
== Scope ==
 
== Scope ==
 
{{{SCOPE}}}
 
{{{SCOPE}}}
 +
}}<!--
  
 +
### LIMITATIONS
 +
 +
-->{{#if:{{{LIMITATIONS|}}}|:
 
== Limitations ==
 
== Limitations ==
 
{{{LIMITATIONS}}}
 
{{{LIMITATIONS}}}
 +
}}<!--
  
 +
### EXAMPLE
 +
 +
-->{{#if:{{{EXAMPLE|}}}|:
 
== Examples ==
 
== Examples ==
 
{{{EXAMPLE}}}
 
{{{EXAMPLE}}}
 +
}}<!--
  
== See also ==
+
### SEE ALSO  
{{{SEE ALSO}}}
 
  
 +
-->{{#if:{{{SEE ALSO|}}}|:
 +
== See Also ==
 +
{{{SEE ALSO}}}
 +
}}<!--
  
__NOTOC__
+
### Categories
[[Category:Axystems:MC-Basic:Commands|{{#explode:{{PAGENAME}}|:|-1}}]]</includeonly><!--  
+
-->[[Category:Axystems:MC-Basic:Commands|{{#explode:{{PAGENAME}}|:|-1}}]]</includeonly><!--  
 +
 
 +
 
 +
 
 +
######### USAGE
  
 
--><noinclude>
 
--><noinclude>
 
{{Template
 
{{Template
 
|description=
 
|description=
 +
 
|template=
 
|template=
 
<nowiki>
 
<nowiki>
 
{{MC-Basic
 
{{MC-Basic
|ABSTRACT=
 
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
Line 64: Line 115:
  
 
|parameters=
 
|parameters=
;ABSTRACT
 
:
 
 
;SHORT FORM
 
;SHORT FORM
 
:
 
:
Line 94: Line 143:
  
 
|examples=
 
|examples=
 +
 +
 
}}
 
}}
  
 
[[Category:Template:MC-Basic]]
 
[[Category:Template:MC-Basic]]
 
</noinclude>
 
</noinclude>

Revision as of 10:52, 14 December 2010


Template

{{MC-Basic
|SHORT FORM=
|SYNTAX=
|AVAILABILITY=
|DESCRIPTION=
|TYPE=
|RANGE=
|UNITS=
|DEFAULT=
|SCOPE=
|LIMITATIONS=
|EXAMPLE=
|SEE ALSO=
}}

Parameters

SHORT FORM
SYNTAX
AVAILABILITY
DESCRIPTION
TYPE
RANGE
UNITS
DEFAULT
SCOPE
LIMITATIONS
EXAMPLE
SEE ALSO

Operation

Examples


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.