Difference between revisions of "Template:File Handling Example"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "<includeonly><!-- -->__NOTOC__<!-- -->__NOEDITSECTION__<!-- ### DESCRIPTION -->{{{DESCRIPTION}}}<!-- ### EXAMPLE -->{{#if:{{{EXAMPLE|}}}|: == Examples == {{{EXAMPLE}...")
 
m (Text replace - "Axystems:" to "")
 
(5 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
{{#ifeq:{{NAMESPACE}}|Axystems
 
{{#ifeq:{{NAMESPACE}}|Axystems
 
|<!-- Public basic command -->
 
|<!-- Public basic command -->
[[Category:Axystems:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]]
+
[[Category:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]]
 
|<!-- Not ready basic command -->
 
|<!-- Not ready basic command -->
[[Category:AXY:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]]
+
[[Category:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]]
 
}}
 
}}
 
</includeonly><!--
 
</includeonly><!--
Line 39: Line 39:
 
{{Template
 
{{Template
 
|description=
 
|description=
Template for [[:Category:Axystems:MC-Basic:Commands|MC-Reference]] command pages.
+
Template for [[:Category:MC-Basic:Commands|MC-Reference]] command pages.
  
  
Line 57: Line 57:
  
 
|operation=
 
|operation=
* Pages with this template are automatically added to the [[:Category:Axystems:MC-Basic:Commands]].
+
* Pages with this template are automatically added to the [[:Category:MC-Basic:Commands]].
  
 
|examples=
 
|examples=
Line 96: Line 96:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:HEX$|HEX$]]
+
* [[MC-Basic:HEX$|HEX$]]
 
}}
 
}}
 
</pre>
 
</pre>

Latest revision as of 12:06, 22 May 2014

Template for MC-Reference command pages.

Template

{{AXY:Template:TCP_IP
|DESCRIPTION

|EXAMPLE=
|SEE ALSO=
}}


;EXAMPLE
:
;SEE ALSO

Operation

Examples

{{AXY:Template:TCP_IP
|SHORT FORM=
|SYNTAX=
BIN$(<''number''>)

|AVAILABILITY=
Versions 4.0.0  and higher

|DESCRIPTION=
BIN$ returns the string representation of a number in a binary format.

|TYPE=
<''return'' ''value''>: String<br>

<''number''>: Long

|RANGE=
<''return'' ''value''>: N/A

<''number''>: MinLong to MaxLong

|UNITS=
|DEFAULT=
|SCOPE=
Configuration, Task or Terminal

|LIMITATIONS=
|EXAMPLE=
<pre>
-->myStr = Bin$(58699)
-->?myStr
1110010101001011
</pre>

|SEE ALSO=
* [[MC-Basic:HEX$|HEX$]]
}}

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.