Template:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>NXTBoy
Fixed stupid errors
Line 1: Line 1:
<noinclude>{|
<div style="float:left; padding:2px; width:600px; height:150px; overflow:auto; margin:2px;">
|</noinclude><div style="float:left; padding:2px; width:600px; 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:Property Icon.png]][[{{{name}}} (Property)|{{{name}}}]]
Line 13: Line 12:
|style="border-bottom: solid 1px black; border-top: solid 1px black;"|{{{object}}}
|style="border-bottom: solid 1px black; border-top: solid 1px black;"|{{{object}}}
|}</div><noinclude>
|}</div><noinclude>
|}
{{clear floats}}
 


== Example Usage ==
== Example Usage ==


<pre>
<pre>
{{Property|
{{Property
name                 = Name
|name       = Name
|property             = [[String]] ''object's name''
|property   = [[String]] ''object's name''
|description         = The name of the object.
|description = The name of the object.
|object               = Global
|object     = Instance
|}}
}}
</pre>
</pre>
{{Property
|name        = Name
|property    = [[String]] ''object's name''
|description = The name of the object.
|object      = Instance
}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>
<includeonly>[[Category:Properties]] __NOTOC__ </includeonly>

Revision as of 09:24, 24 December 2010

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