Template:Property: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy Does make more sense |
>JulienDethurens Fixed appearance. I agree it wasn't looking really that good. |
||
Line 10: | Line 10: | ||
|-style="background: {{color|blue|light}};" | |-style="background: {{color|blue|light}};" | ||
|style="width: 10%; border-top: solid 1px {{color|blue|dark}}; border-right: solid 1px {{color|blue|dark}}; font-weight:bold; border-bottom: solid 1px {{color|blue|dark}};"|Member of | |style="width: 10%; border-top: solid 1px {{color|blue|dark}}; border-right: solid 1px {{color|blue|dark}}; font-weight:bold; border-bottom: solid 1px {{color|blue|dark}};"|Member of | ||
|style="border-bottom: solid 1px {{color|blue|dark}}; border-top: solid 1px {{color|blue|dark}};"|{{if|{{{object|}}}| | |style="border-bottom: solid 1px {{color|blue|dark}}; border-top: solid 1px {{color|blue|dark}};"|{{if|{{{object|}}}|{{type|{{{object|}}}}}}}{{{objects|}}} | ||
|}</div></onlyinclude><noinclude> | |}</div></onlyinclude><noinclude> | ||
{{clear floats}} | {{clear floats}} |
Revision as of 13:35, 19 February 2012
Example Usage
{{Property |name = Name |type = String |description = The name of the object. |object = Instance }}
{{Property |name = Protected Property |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. |
Member of | NonExistantObject |