Template:APITableEnum

From ReliaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder" |- style="background:#F2F2F2;" !Name !Value

!Description


Template Documentation

This template contains the table headers and formats for enumerations in the Synthesis API reference documentation.

Usage

To use this template, type the code {{APITableEnum}} next to the table's opening brackets. For example:

{|{{APITableEnum}}
|-
| Row 1||123||Description
|-
| Row 2||456||Description
|-
| Row 3||789||Description
|}

The above code example gives the following output:

Name Value Description
Row 1 123 Description
Row 2 456 Description
Row 3 789 Description


Related Templates