Template:APITableEnum/documentation

From ReliaWiki
< Template:APITableEnum
Revision as of 17:45, 5 May 2016 by 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 enumeration…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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