Template:APITable/documentation
Jump to navigation
Jump to search
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.