Template:Argument table: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Usage ==
== Usage ==


<pre>
{{monospace|<nowiki>
{{argument table
{{argument table
| name=ARGUMENT+NAME
| name=ARGUMENT_NAME
| contents=
| contents=
{{argument table row|VALUE|DESCRIPTION}}
{{argument table row|VALUE|DESCRIPTION}}
}}</nowiki>}}
}}</pre>


Name parameter defaults to ''mode'' if not provided.
Name parameter defaults to ''mode'' if not provided.


Use <nowiki>{{argument table row}}</nowiki> to create standard rows for the table.</noinclude>
Use [[Template:argument table row]] to create standard rows for the table.</noinclude>

Latest revision as of 19:07, 25 January 2016

Available mode values:

{{{contents}}}

Usage[edit]

{{argument table
| name=ARGUMENT_NAME
| contents=
{{argument table row|VALUE|DESCRIPTION}}
}}

Name parameter defaults to mode if not provided.

Use Template:argument table row to create standard rows for the table.