|  Created page with "<onlyinclude><includeonly>{| class="wikitable" |+ Fields |- ! Name ! Value ! Description {{#invoke:EnumValues|main}} |- |} </includeonly></onlyinclude>  This template is used to display the table of fields in enum pages.  == Examples ==  Basic example. (from Type:Chirality)  {{Table EnumValues |Left|0|The left hand side. |Right|1|The right hand side. }}" |  Change header to "values" instead of "fields" | ||
| Line 1: | Line 1: | ||
| <onlyinclude><includeonly>{| class="wikitable" | <onlyinclude><includeonly>{| class="wikitable" | ||
| |+  | |+ Values | ||
| |- | |- | ||
| ! Name | ! Name | ||
Revision as of 21:34, 27 February 2024
This template is used to display the table of fields in enum pages.
Examples
Basic example. (from Type:Chirality)
| Name | Value | Description | 
|---|---|---|
| Left | 0 | The left hand side. | 
| Right | 1 | The right hand side. | 
