Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Fixed stupid errors
>NXTBoy
default arguments
Line 1: Line 1:
<div style="float:left; padding:2px; width:600px; height:120px; overflow:auto; margin:2px;">
<div style="float:left; padding:2px; width:600px; height:120px; 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 #dbd517;"
{| 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 #dbd517;"
|style="padding: 0;font-size:120%; font-weight:bold;" colspan="2"|[[Image:Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments}}} )
|style="padding: 0;font-size:120%; font-weight:bold;" colspan="2"|[[Image:Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments|}}} )
|-style="background: #FFFFFF;"
|-style="background: #FFFFFF;"
|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

Revision as of 09:27, 24 December 2010

[[{{{name}}} (Event)|{{{name}}}]] ( )
Description {{{description}}}
In Object {{{object}}}


Example Usage

{{Event
|name        = ChildAdded
|arguments   = [[Instance]] Child
|description = Fired after a child is added.
|object      = Instance
}}
ChildAdded ( Instance Child )
Description Fired after a child is added.
In Object Instance