Difference between revisions of "Template:Doc infobox"

From HIVE
Jump to navigation Jump to search
 
Line 6: Line 6:
 
{| class="wikitable" style="width:100%; margin:0" cellpadding="3"
 
{| class="wikitable" style="width:100%; margin:0" cellpadding="3"
 
|-
 
|-
| style="width:10em; background:#d1dbdf; color:black" align="left" | '''Member of'''
+
| style="width:10em; background:#d1dbdf; color:black" align="left" | '''Found in'''
 
|''{{{parent}}}''
 
|''{{{parent}}}''
 
|-
 
|-
Line 22: Line 22:
 
|}
 
|}
 
|}
 
|}
 +
 +
<noinclude>
 +
Infobox to be used in data editor documentation pages.
 +
;name: Common name of the field.
 +
;parent: The object type in which the field can be found.
 +
;fname: The full path to the field.
 +
;type: The data type of the field.
 +
;range: The set of legal values that the field can take.
 +
;default: The default value of the field.
 +
</noinclude>

Latest revision as of 05:22, 1 December 2010

{{{name}}}
Found in {{{parent}}}
Fully-Qualified Name {{{fname}}}
Type {{{type}}}
Accepted Values {{{range}}}
Default Value {{{default}}}


Infobox to be used in data editor documentation pages.

name
Common name of the field.
parent
The object type in which the field can be found.
fname
The full path to the field.
type
The data type of the field.
range
The set of legal values that the field can take.
default
The default value of the field.