Template:APITable/documentation: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) Created page with '__NOTOC__<div style="background-color: #DBE9F4;"> ={{Font|Template Documentation|16|Calibri|bold|black}}= This template contains the table headers and formats for the method…' |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
={{Font|Template Documentation|16|Calibri|bold|black}}= | ={{Font|Template Documentation|16|Calibri|bold|black}}= | ||
This template contains the table headers and formats for the method calls in the Synthesis API reference documentation. | |||
This template contains the table headers and formats for the method calls in the Synthesis API documentation. | |||
==Usage== | ==Usage== | ||
| Line 35: | Line 33: | ||
==Related Templates== | ==Related Templates== | ||
*[[Template:APITableDeprecated]] - | *[[Template:APITableDeprecated]] - Contains the table headers and formats for deprecated method calls. | ||
*[[Template:APITableEnum]] - | *[[Template:APITableEnum]] - Contains the table headers and formats for enumerations. | ||
</div> | </div> | ||
Latest revision as of 17:33, 5 May 2016
Template Documentation
This template contains the table headers and formats for the method calls in the Synthesis API reference documentation.
Usage
To use this template, type the code {{APITable}} next to the table's opening brackets. For example:
{|{{APITable}}
|-
| Row 1||123
|-
| Row 2||456
|-
| Row 3||789
|}
The above code example gives the following output:
| Name | Description |
|---|---|
| Row 1 | 123 |
| Row 2 | 456 |
| Row 3 | 789 |
Related Templates
- Template:APITableDeprecated - Contains the table headers and formats for deprecated method calls.
- Template:APITableEnum - Contains the table headers and formats for enumerations.