Difference between revisions of "Template:File Handling Example"
(Test) |
|||
| Line 23: | Line 23: | ||
### Categories | ### Categories | ||
--> | --> | ||
| − | |||
{{#ifeq:{{NAMESPACE}}|Axystems | {{#ifeq:{{NAMESPACE}}|Axystems | ||
|<!-- Public basic command --> | |<!-- Public basic command --> | ||
| Line 29: | Line 28: | ||
|<!-- Not ready basic command --> | |<!-- Not ready basic command --> | ||
[[Category:AXY:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]] | [[Category:AXY:Program_Examples:File_Handling|{{#explode:{{PAGENAME}}|:|-1}}]] | ||
| − | }} | + | }} |
</includeonly><!-- | </includeonly><!-- | ||
Revision as of 12:30, 24 March 2014
Template for MC-Reference command pages.
Template
{{AXY:Template:TCP_IP
|DESCRIPTION
|EXAMPLE=
|SEE ALSO=
}}
;EXAMPLE
:
;SEE ALSO
Operation
- Pages with this template are automatically added to the Category:Axystems:MC-Basic:Commands.
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=
* [[Axystems: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.