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

From Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
Example of a Semantic Form:
 +
http://www.placeography.org/index.php?title=470_Hopkins_Street%2C_Saint_Paul%2C_Minnesota&action=formedit
 +
 
<pre>
 
<pre>
 
{{command infobox
 
{{command infobox

Revision as of 21:01, 8 February 2013

Example of a Semantic Form: http://www.placeography.org/index.php?title=470_Hopkins_Street%2C_Saint_Paul%2C_Minnesota&action=formedit

{{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)
}}