Template:Infobox Enum: Difference between revisions

Template page
Make better
Add link to enum category
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<onlyinclude><includeonly>{| class="infobox" style="float: right; clear: right"
<onlyinclude><includeonly>{| class="infobox" style="float: right; clear: right"
|+ Enum
|+ {{#if: {{{nested|}}}|[[:Category:Components With Nested Enums|Nested Enum]]|[[:Category:Enums|Enum]]}}
|-
|-
|'''Name:'''
|'''Name:'''
Line 7: Line 7:
|'''Type:'''
|'''Type:'''
|<code>{{{type}}}</code>
|<code>{{{type}}}</code>
|} {{#if: {{{nested|}}}||[[Category:Enum]]}}</includeonly></onlyinclude>
|} {{#if: {{{nested|}}}||[[Category:Enums]]}}</includeonly></onlyinclude>


== Example ==
== Example ==
Line 14: Line 14:
|name=Filtering
|name=Filtering
|type=Elements.Assets.Filtering}}
|type=Elements.Assets.Filtering}}
Test float
{{Infobox Enum
|name=Filtering
|type=Elements.Assets.Filtering
|nested=true}}


Test float
Test float

Latest revision as of 17:22, 7 March 2024


Example

Enum
Name: Filtering
Type: Elements.Assets.Filtering

Test float


Nested Enum
Name: Filtering
Type: Elements.Assets.Filtering

Test float