Difference between revisions of "Template:Argument table"

From JRiverWiki
Jump to: navigation, search
(Usage)
Line 5: Line 5:
 
== Usage ==
 
== Usage ==
  
{{monospace|<nowiki>
+
<pre>
 
{{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 <nowiki>{{argument table row}}</nowiki> to create standard rows for the table.</noinclude>

Revision as of 14:06, 25 January 2016

Available mode values:

{{{contents}}}

Usage

{{argument table
| name=ARGUMENT+NAME
| contents=
{{argument table row|VALUE|DESCRIPTION}}
}}

Name parameter defaults to mode if not provided.

Use {{argument table row}} to create standard rows for the table.