Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
changed red/white to compliment border color
>Gordonrox24
Test. Will undo.
Line 1: Line 1:
{| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #fffbc0; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border-top: solid 2px #fff000; border-left: solid 2px #fff000; border-bottom: solid 2px #bdb200; border-right: solid 2px #bdb200;"
{| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #E4D00A; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border-top: solid 2px #E4D00A; border-left: solid 2px #E4D00A; border-bottom: solid 2px #E4D00A3; border-right: solid 2px #E4D00A;"
|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: #fffde1;"
|-style="background: #FBEC5D;"
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Description
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Description
|style="border-top: solid 1px black;"|{{{description}}}
|style="border-top: solid 1px black;"|{{{description}}}
|-style="background: #fffbc0;"
|-style="background: #FBEC5D;"
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object
|style="border-top: solid 1px black;"|{{{object}}}
|style="border-top: solid 1px black;"|{{{object}}}

Revision as of 14:33, 24 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
|}}