Template:Property

From Legacy Roblox Wiki
Revision as of 22:03, 9 January 2011 by >ArceusInator (My test worked -- I hope this will *crosses fingers and is glad I have an undo button*)
Jump to navigationJump to search
[[{{{name}}} (Property)|{{{name}}}]]
Property {{{property}}}
Description {{{description}}}
In Objects [[{{{object}}}]]


Example Usage

{{Property
|name        = Name
|property    = [[String]] ''object's name''
|description = The name of the object.
|object      = Instance
}}
Name
Property String object's name
Description The name of the object.
In Objects Instance












Protected Property
Property ProtectedProperty protectedProperty
Description A protected property that cannot be read or edited from scripts.
In Objects nil