Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Table EnumValues: Difference between revisions

Template page
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"
|+ Fields
|+ 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)

Values
Name Value Description
Left 0 The left hand side.
Right 1 The right hand side.
Contents