Template:Type

From wiki.vg
Revision as of 22:00, 24 February 2024 by imported>LassiPulkkinen (Revert testing.)
Jump to navigation Jump to search

Generates a link to a type definition listed in Data types#Definitions. Uses an internal link when used in Protocol or Data types.

Usage examples

Wikitext Output
{{Type|VarInt}} {{Type|Enum}} {{#switch: Template:Type Data types =
       VarInt
#default =
       VarInt
   }} {{#switch: Template:Type
Data types =
       Enum
#default =
       Enum
   }}
{{Type|String}} (16) {{#switch: Template:Type Data types =
       String
#default =
       String
   }} (16)
{{Type|Array}} of {{Type|Text Component}} {{#switch: Template:Type Data types =
       Array
#default =
       Array
   }} of {{#switch: Template:Type
Data types =
       Text Component
#default =
       Text Component
   }}