User:Capacitor/property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Capacitor
Created a test page based on Template:Property
 
>JulienDethurens
Commented the category.
 
Line 33: Line 33:
|protected  = yes
|protected  = yes
|defaultvalue = aa}}
|defaultvalue = aa}}
[[Category:Object Documentation Templates]]
<!--[[Category:Object Documentation Templates]]-->


<includeonly><onlyinclude><div style="float:left; max-width:600px; width: 50%; overflow:auto">
<includeonly><onlyinclude><div style="float:left; max-width:600px; width: 50%; overflow:auto">

Latest revision as of 05:23, 9 April 2012

Example Usage

{{User:Capacitor/property
|name        = Name
|type        = {{type|string}}
|description = The name of the object.
|object      = Instance
|default value = The default value
}}
Name
Type string
Description The name of the object.
Default value {{{defaultvalue}}}
Member of Instance
{{User:Capacitor/property
|name        = Protected Property
|type        = {{type|ProtectedProperty}}
|description = A protected property that cannot be read or written from scripts.
|object      = NonExistantObject
|protected   = yes}}
Protected Property
Type ProtectedProperty
Description A protected property that cannot be read or written from scripts.
Default value aa
Member of NonExistantObject