Template:Property: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Fixed appearance. I agree it wasn't looking really that good. |
>Sduke524 Trying to get the link thing julien suggested to work. |
||
Line 4: | Line 4: | ||
|-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;"|{{if|{{{property|}}}|Property|Type}} | |style="width: 10%; border-top: solid 1px {{color|blue|dark}}; border-right: solid 1px {{color|blue|dark}}; font-weight:bold;"|{{if|{{{property|}}}|Property|Type}} | ||
|style="border-top: solid 1px {{color|blue|dark}};"|{{{property|{{{ | |style="border-top: solid 1px {{color|blue|dark}}; border-top: solid 1px {{color|blue|dark}};"|{{if|{{{property|}}}|{{type|{{{property|}}}}}}}{{{property|}}} | ||
|- | |- | ||
|style="width: 10%; border-top: solid 1px {{color|blue|dark}}; border-right: solid 1px {{color|blue|dark}}; font-weight:bold;"|Description | |style="width: 10%; border-top: solid 1px {{color|blue|dark}}; border-right: solid 1px {{color|blue|dark}}; font-weight:bold;"|Description |
Revision as of 02:16, 29 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 | |
Description | A protected property that cannot be read or written from scripts. |
Member of | NonExistantObject |