Difference between revisions of "Template:Type"
Jump to navigation
Jump to search
(New template to simplify type definition links.) |
(Fix terminological confusion (mine).) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
[[Data types#Type:{{{1}}}|{{{1}}}]] | [[Data types#Type:{{{1}}}|{{{1}}}]] | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
− | Generates a link to a type definition listed in [[Data types#Definitions]]. Uses | + | Generates a link to a type definition listed in [[Data types#Definitions]]. Uses a page-internal link when used in [[Protocol]] or [[Data types]]. |
== Usage examples == | == Usage examples == |
Latest revision as of 00:07, 25 February 2024
Generates a link to a type definition listed in Data types#Definitions. Uses a page-internal link when used in Protocol or Data types.
Usage examples
Wikitext | Output |
---|---|
{{Type|VarInt}} {{Type|Enum}}
|
VarInt Enum |
{{Type|String}} (16)
|
String (16) |
{{Type|Array}} of {{Type|Text Component}}
|
Array of Text Component |