Template:Event: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy Might flow into two columns on smaller monitors |
>NXTBoy Min-height, to prevent scrollbars |
||
Line 1: | Line 1: | ||
<div style="float:left; max-width:600px; width: 50%; 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: #ffdddd; font-size: 90%; text-align: left; border: 4px solid #dbd517;" | {| cellspacing="0" cellpadding="4" style="margin: 4px; padding: 4px; display: block; {{border-radius|6px}}; background: #ffdddd; font-size: 90%; text-align: left; border: 4px solid #dbd517;" | ||
|style="padding: 0;font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments|}}} ) | |style="padding: 0;font-size:120%; font-weight:bold;" colspan="2"|[[Image:{{if|{{{protected|}}}|Protected}}Event Icon.png]] [[{{{name}}} (Event)|{{{name}}}]] ( {{{arguments|}}} ) |
Revision as of 16:24, 15 July 2011
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 |