Template:Command Option/testcases: Difference between revisions
From HPC Wiki
Jump to:navigation
Jump to:search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Testcase|title=Single option in table | {{Testcase|title=Single option in table | ||
|<nowiki>{{Command Option Table|1= | |<nowiki>{{Command Option Table|1= | ||
{{Command Option| | {{Command Option|long=input|short=i|type-string|input file to read|required=yes}} | ||
}} | }} | ||
</nowiki> | </nowiki> | ||
|{{Command Option Table|1= | |{{Command Option Table|1= | ||
{{Command Option| | {{Command Option|long=input|short=i|type=string|input file to read|required=yes}} | ||
}} | }} | ||
|{{Command Option Table/sandbox|1= | |{{Command Option Table/sandbox|1= | ||
{{Command Option/sandbox| | {{Command Option/sandbox|long=input|short=i|type-string|input file to read|required=yes}} | ||
}} | }} | ||
}} | }} | ||
Line 15: | Line 15: | ||
{{Testcase|title=Two options in table | {{Testcase|title=Two options in table | ||
|<nowiki>{{Command Option Table|1= | |<nowiki>{{Command Option Table|1= | ||
{{Command Option| | {{Command Option|long=input|short=i|type=string|input file to read|required=yes}} | ||
{{Command Option| | {{Command Option|long=output|type=string|output file to write}} | ||
}} | }} | ||
</nowiki> | </nowiki> | ||
|{{Command Option Table|1= | |{{Command Option Table|1= | ||
{{Command Option| | {{Command Option|long=input|short=i|type=string|input file to read|required=yes}} | ||
{{Command Option| | {{Command Option|long=output|type=string|output file to write}} | ||
}} | }} | ||
|{{Command Option Table/sandbox|1= | |{{Command Option Table/sandbox|1= | ||
{{Command Option/sandbox| | {{Command Option/sandbox|long=input|short=i|type=string|input file to read|required=yes}} | ||
{{Command Option/sandbox| | {{Command Option/sandbox|long=output|type=string|output file to write}} | ||
}} | }} | ||
}} | }} |
Latest revision as of 11:45, 19 April 2017
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 |