Template:Command Option/doc: Difference between revisions
From HPC Wiki
Jump to:navigation
Jump to:search
(Initial commit) |
(→Usage) |
||
Line 10: | Line 10: | ||
== Usage == | == Usage == | ||
See the template's [[Template: | See the template's [[Template:Command Option/testcases|testcases]]: | ||
{{Template: | {{Template:Command Option/testcases}} | ||
== See also == | == See also == |
Revision as of 10:53, 19 April 2017
Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages.
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages.
As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.
Parameters
…Parameter name | Required? | Default value | Description |
---|---|---|---|
Anonymous parameter 1 |
Yes | (n/a) | Parameter name |
Anonymous parameter 2 |
No | (n/a) | Parameter name |
Usage
See the template's testcases:
Single option in table | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Wiki code | {{Command Option Table|1=
{{Command Option|long=input|short=i|type-string|input file to read|required=yes}}
}}
| ||||||||||
Main version |
| ||||||||||
Sandbox version | Template:Command Option Table/sandbox |
Two options in table | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Wiki code | {{Command Option Table|1=
{{Command Option|long=input|short=i|type=string|input file to read|required=yes}}
{{Command Option|long=output|type=string|output file to write}}
}}
| |||||||||||||||
Main version |
| |||||||||||||||
Sandbox version | Template:Command Option Table/sandbox |