Difference between revisions of "User:Esteis/New command template"

From Wiki
Jump to navigation Jump to search
(Add sketch for argument template)
 
Line 1: Line 1:
 
<pre>
 
<pre>
 +
{{command infobox
 +
| commandname = ...
 +
| alias1 = ...
 +
| alias2 = ...
 +
| inheritsfrom1 = ... (mechanism it inherits from; possibly ''primitive'')
 +
| inheritsfrom2 = ... (some things, like footnotes, use multiple mechanisms)
 +
}}
 +
 +
{{command invocation
 +
| commandname = ...
 +
| argname1 = ...
 +
| brackettype1 = ...
 +
| arg2 = ...
 +
| brackettype2 = ...
 +
}}
 +
 +
{{command invocation
 +
| commandname = ...
 +
| argname1 = ...
 +
| brackettype1 = ...
 +
| arg2 = ...
 +
| brackettype2 = ...
 +
}}
  
 
{{arg
 
{{arg

Revision as of 20:31, 8 February 2013

{{command infobox
| commandname = ...
| alias1 = ...
| alias2 = ...
| inheritsfrom1 = ... (mechanism it inherits from; possibly ''primitive'')
| inheritsfrom2 = ... (some things, like footnotes, use multiple mechanisms)
}}

{{command invocation
| commandname = ...
| argname1 = ...
| brackettype1 = ...
| arg2 = ...
| brackettype2 = ...
}}

{{command invocation
| commandname = ...
| argname1 = ...
| brackettype1 = ...
| arg2 = ...
| brackettype2 = ...
}}

{{arg
| command = somecommandthat
| argname = 
| brackettype = square/brace/none
| argtype = keywords/keyval/other
| possible values described = ... (a wikitable)
}}