Template:Function: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "e")
 
No edit summary
Line 1: Line 1:
e
<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="font-size: 1.5em; padding: 0;" colspan="2">Function</th>
    </tr>
    <tr style="background: #FFEFEF;">
      <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">Syntax</th>
      <td style="border-top: solid 1px black;">{{{name}}}( {{{arguments}}} )</td>
    </tr>
    <tr style="background: #FFFFFF;">
      <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">Returns</th>
      <td style="border-top: solid 1px black;">{{{returns}}}</td>
    </tr>
    <tr style="background: #FFEFEF;">
      <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>
    </tr>
    <tr style="background: #FFFFFF;">
      <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>
    </tr>
</table>

Revision as of 06:52, 23 June 2020

Function
Syntax {{{name}}}( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In Object: {{{object}}}