Template:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
double-inheritance support
>ArceusInator
My test worked -- I hope this will *crosses fingers and is glad I have an undo button*
Line 1: Line 1:
<div style="float:left; padding:2px; width:600px; min-height:150px; overflow:auto; margin:2px;">
<div style="float:left; padding:2px; width:600px; min-height:150px; overflow:auto; margin:2px;">
{| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #ffdddd; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border: solid 4px #3d78e3;"
{| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #ffdddd; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border: solid 4px #3d78e3;"
|style="padding: 1; font-size:120%; font-weight:bold;" colspan="2"|[[Image:Property Icon.png]][[{{{name}}} (Property)|{{{name}}}]]
|style="padding: 1; font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}Property Icon.png]][[{{{name}}} (Property)|{{{name}}}]]
|-style="background: #FFFFFF;"
|-style="background: #FFFFFF;"
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Property
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Property
Line 32: Line 32:
}}
}}


[[Category:Templates]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{{Property
|name        = Protected Property
|property    = [[ProtectedProperty]] ''protectedProperty''
|description = A protected property that cannot be read or edited from scripts.
|object      = nil
|protected  = Yes}}
</noinclude>
</noinclude>

Revision as of 22:03, 9 January 2011

[[{{{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