|  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. }}" | m no newline at the end!!! | ||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| <onlyinclude><includeonly>{| class="wikitable" | <onlyinclude><includeonly>{| class="wikitable" | ||
| |+  | |+ Values | ||
| |- | |- | ||
| ! Name | ! Name | ||
| Line 7: | Line 7: | ||
| {{#invoke:EnumValues|main}} | {{#invoke:EnumValues|main}} | ||
| |- | |- | ||
| |} | |}</includeonly></onlyinclude> | ||
| </includeonly></onlyinclude> | |||
| This template is used to display the table of fields in enum pages. | This template is used to display the table of fields in enum pages. | ||
Latest revision as of 21:05, 30 January 2025
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. | 
