Template:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Undo revision 40647 by ArceusInator (Talk)
>ArceusInator
test
Line 1: Line 1:
<div style="float:left; padding:2px; width:600px; min-height:150px; overflow:auto; margin:2px;">
<onlyinclude><onlyinclude><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:{{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}}}]]
Line 11: Line 11:
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold; border-bottom: solid 1px black;"|In Object{{if|{{{objects|}}}|s}}
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold; border-bottom: solid 1px black;"|In Object{{if|{{{objects|}}}|s}}
|style="border-bottom: solid 1px black; border-top: solid 1px black;"|{{if|{{{object|}}}|[[{{{object|}}}]]}}{{{objects|}}}
|style="border-bottom: solid 1px black; border-top: solid 1px black;"|{{if|{{{object|}}}|[[{{{object|}}}]]}}{{{objects|}}}
|}</div><noinclude>
|}</div></onlyinclude></onlyinclude><noinclude>
{{clear floats}}
{{clear floats}}



Revision as of 01:50, 30 March 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
}}

<onlyinclude>

Name
Property String object's name
Description The name of the object.
In 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}}

<onlyinclude>

Protected Property
Property ProtectedProperty protectedProperty
Description A protected property that cannot be read or written from scripts.
In Object NonExistantObject