Template:Property: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy Same change |
>NXTBoy Better tiling |
||
Line 1: | Line 1: | ||
<onlyinclude><div style="float:left; max-width:600px; width: 50%; min-height:120px; overflow:auto"> | <onlyinclude><div style="float:left; max-width:600px; width: 50%; min-height:120px; overflow:auto"> | ||
{| cellspacing="0" cellpadding="4" style="margin: | {| cellspacing="0" cellpadding="4" style="margin: 2px; padding: 4px; display: block; {{border-radius|6px}}; background: #ffdddd; font-size: 90%; text-align: left; border: 4px solid #3d78e3;" | ||
|style="padding: 1; font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}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;" |
Revision as of 11:09, 16 July 2011
[[{{{name}}} (Property)|{{{name}}}]] | |
Property | {{{property}}} |
Description | {{{description}}} |
In Object |
Example Usage
{{Property |name = Name |property = [[String]] ''object's name'' |description = The name of the object. |object = Instance }}
{{Property |name = Protected Property |property = [[ProtectedProperty]] ''protectedProperty'' |description = A protected property that cannot be read or written from scripts. |object = NonExistantObject |protected = yes}}
Protected Property | |
Property | ProtectedProperty protectedProperty |
Description | A protected property that cannot be read or written from scripts. |
In Object | NonExistantObject |