Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
Line 1: Line 1:
{| 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-top: dashed 2px #ffff00; border-left: dashed 2px #ffff00; border-bottom: dashed 2px #fff000; border-right: dashed 2px #fff000;"
{| 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-top: dashed 2px #fff000; border-left: dashed 2px #fff000; border-bottom: dashed 2px #dddd23; border-right: dashed 2px #dddd23;"
|style="padding: 0;font-size:150%; font-weight:bold;" colspan="2"|[[Image:Event Icon.png]] {{{name}}}( {{{arguments}}} )
|style="padding: 0;font-size:150%; font-weight:bold;" colspan="2"|[[Image:Event Icon.png]] {{{name}}}( {{{arguments}}} )
|-style="background: #FFFFFF;"
|-style="background: #FFFFFF;"

Revision as of 20:51, 22 April 2010

{{{name}}}( {{{arguments}}} )
Description {{{description}}}
In Object {{{object}}}


Example Usage

{{Event
|name                 = ChildAdded
|arguments            = [[Instance]] Child
|description          = Fired after a child is added.
|object               = Global
|}}