Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Looks suspiciously non-yellow, but nevermind
>NXTBoy
Better? Worse?
Line 1: Line 1:
<div style="float:left; max-width:600px; width: 50%; min-height:120px; overflow:auto">
<div style="float:left; max-width:600px; width: 50%; min-height:120px; overflow:auto">
{| cellspacing="0" cellpadding="4" style="margin: 4px; padding: 4px; display: block; {{border-radius|6px}}; background: {{color|yellow}}; font-size: 90%; text-align: left; border: 4px solid {{color|yellow|dark}};"
{| cellspacing="0" cellpadding="4" style="display: block; {{border-radius|6px}}; background: {{color|yellow}}; font-size: 90%; text-align: left; border: 4px solid {{color|yellow|dark}};"
|style="padding: 0;font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments|}}} )
|style="font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments|}}} )
|-style="background: white"
|-style="background: {{color|yellow|light}}"
!style="width: 10%; border-top: solid 1px black; border-right: solid 1px black"|Description
!style="border-top: 1px solid {{color|yellow|dark}}; width: 10%; border-right: solid 1px {{color|yellow|dark}}"|Description
|style="border-top: solid 1px black;"|{{{description}}}
|style="border-top: 1px solid {{color|yellow|dark}}"|{{{description}}}
|-
|-
!style="width: 10%; border-top: solid 1px black; border-right: solid 1px black"|In Object{{if|{{{object2|}}}|s}}:
!style="border-top: 1px solid {{color|yellow|dark}}; width: 10%; border-right: solid 1px {{color|yellow|dark}}"|In Object{{if|{{{object2|}}}|s}}:
|style="border-top: solid 1px black;"|{{if|{{{object|}}}|[[{{{object|}}}]]}}{{if|{{{objects|}}}|{{{objects|}}}}}
|style="border-top: 1px solid {{color|yellow|dark}}"|{{if|{{{object|}}}|[[{{{object|}}}]]}}{{if|{{{objects|}}}|{{{objects|}}}}}
|}</div><noinclude>
|}</div><noinclude>



Revision as of 10:24, 17 February 2012

[[{{{name}}} (Event)|{{{name}}}]] ( )
Description {{{description}}}
In 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
ProtectedEvent ( Boolean playingRoblox )
Description Fired when somethings happens
In Object: nil