Template:Function: Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "e") |
Pizzaboxer (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<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> | |||
<noinclude>[[Category:Templates]]</noinclude> |
Latest revision as of 11:43, 23 June 2020
Function | |
---|---|
Syntax | {{{name}}}( {{{arguments}}} ) |
Returns | {{{returns}}} |
Description: | {{{description}}} |
In Object: | {{{object}}} |