Template:Event: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "<table style="border: dashed 2px red; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px;" cellspacing="0" cellpadding="4"> <tr> <th style="f...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
       <td style="border-top: solid 1px black;">{{{name}}}( {{{arguments}}} )</td>
       <td style="border-top: solid 1px black;">{{{name}}}( {{{arguments}}} )</td>
     </tr>
     </tr>
     <tr style="background: #FFEFEF;">
     <tr style="background: #FFFFFF;">
       <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">Description: </th>
       <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">Description: </th>
       <td style="border-top: solid 1px black;">{{{description}}}</td>
       <td style="border-top: solid 1px black;">{{{description}}}</td>
     </tr>
     </tr>
     <tr style="background: #FFFFFF;">
     <tr style="background: #FFEFEF;">
       <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">In Object:</th>
       <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">In Object:</th>
       <td style="border-top: solid 1px black;">{{{object}}}</td>
       <td style="border-top: solid 1px black;">{{{object}}}</td>
     </tr>
     </tr>
</table>
</table>
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 11:47, 23 June 2020

Event
Syntax {{{name}}}( {{{arguments}}} )
Description: {{{description}}}
In Object: {{{object}}}