Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gordonrox24
There
>Mr Doom Bringer
Gotta make sure you close div tags in the right spot. This one was after the <noinclude> tag, meaning it wasn't placed in pages it was included with.
Line 1: Line 1:
<div style="float:left; padding:2px; width:600px; height:150px; overflow:auto; margin:2px;">
<div style="float:left; padding:2px; width:600px; height:100px; overflow:auto; margin:2px;">
{| 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;"
{| 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:120%; font-weight:bold;" colspan="2"|[[Image:Event Icon.png]] {{{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
Line 8: Line 8:
|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}}}
|}<noinclude>
|}</div><noinclude>
</div>





Revision as of 01:07, 27 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
|}}