Template:CommandLineTable: Difference between revisions

From OuroDev
(Created page with "{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; border-collapse:collapse" {{{1}}} |}")
 
No edit summary
Line 1: Line 1:
{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; border-collapse:collapse"
<noinclude>
Table for command line arguments and other monospace definition tables.
 
Example:
<pre>
{{CommandLineTable|
{{CLArg|-arg1|This is argument 1.}}
{{CLArg|-arg2 ''number''|Argument 2 engages numberwang according to the parameter.}}
{{CLArg|-longarg|
You can have multiparagraph and wikiformatting in the descriptions.
 
Very nice.}}
}}
</pre>
{{CommandLineTable|
{{CLArg|-arg1|This is argument 1.}}
{{CLArg|-arg2 ''number''|Argument 2 engages numberwang according to the parameter.}}
{{CLArg|-longarg|
You can have multiparagraph and wikiformatting in the descriptions.
 
Very nice.}}
}}
</noinclude><includeonly>{| style="width:100%; background:#2a2a2a; margin-top: 0.6em; border:1px solid #a2a9b1; border-collapse:collapse"
{{{1}}}
{{{1}}}
|}
|}</includeonly>

Revision as of 13:24, 30 April 2019

Table for command line arguments and other monospace definition tables.

Example:

{{CommandLineTable|
{{CLArg|-arg1|This is argument 1.}}
{{CLArg|-arg2 ''number''|Argument 2 engages numberwang according to the parameter.}}
{{CLArg|-longarg|
You can have multiparagraph and wikiformatting in the descriptions.

Very nice.}}
}}

-arg1

This is argument 1.

-arg2 number

Argument 2 engages numberwang according to the parameter.

-longarg

You can have multiparagraph and wikiformatting in the descriptions.

Very nice.