Difference between revisions of "Template:Function description preset"

From JRiverWiki
Jump to: navigation, search
(Created page with "{{function description box | name=NAME | arguments=ARGUMENTS | description= DESCRIPTION | examples= '''{{monospace|EXAMPLE1}}''' : EXAMPLETEXT '''{{monospace|EXAMPLE2}}''' : E...")
 
(NAME(…))
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=== <span id="NAME">NAME(&hellip;)</span> ===
 +
: SUMMARY
 +
 
{{function description box
 
{{function description box
 
| name=NAME
 
| name=NAME
 
| arguments=ARGUMENTS
 
| arguments=ARGUMENTS
 
| description=
 
| description=
 +
{{argument optional|NAME|0}}
 
DESCRIPTION
 
DESCRIPTION
 
| examples=
 
| examples=
Line 14: Line 18:
 
: EXAMPLETEXT
 
: EXAMPLETEXT
 
}}
 
}}
 +
 +
<pre>
 +
To insert a table of arguments in the DESCRIPTION, use:
 +
{{subst:argument table preset}}
 +
</pre>

Latest revision as of 01:29, 26 January 2016

NAME(…)

SUMMARY
Description NAME(ARGUMENTS)
  • Argument NAME is optional (defaults to 0).

DESCRIPTION

Examples EXAMPLE1
EXAMPLETEXT

EXAMPLE2

EXAMPLETEXT

EXAMPLE3

EXAMPLETEXT

EXAMPLE4

EXAMPLETEXT
To insert a table of arguments in the DESCRIPTION, use:
{{subst:argument table preset}}