Template:Arg

From Kerbal Space Program Wiki
Revision as of 20:28, 12 October 2012 by N3X15 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

 

Documentation for Arg


Used in the API namespace for formatting property/method arguments.

Usage

Code Result
{{arg|Type|name|Description}} Type name
{{arg|type=Type|name=name|desc=Description}} Type name
{{arg|Type|name|Description|default=null}} Type name = null
{{arg|Type|name|Description|array=[]}} Type[] name