Template:InputType/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 37: Line 37:
|Any
|Any
|<code>any</code>, <code>a</code>
|<code>any</code>, <code>a</code>
|-
|{{InputType|none}}
|Blank
|<code>none</code>, <code>no</code><br/>Only a single space is put in place of the image.
|-
|-
|{{InputType}}
|{{InputType}}
|Unknown
|Unknown
|{{BC}}
|Displayed if no value provided or value is not supported.
|}
|}



Revision as of 18:37, 16 April 2021

This is a documentation subpage for Template:InputType.
It contains usage information, categories and other content that is not part of the original template page.

This template creates an image of the specified input type.

This is a helper template, and should not be used directly.

Supported Types

Icon Type Possible values
/ Boolean boolean, bool, b
/ Number number, num, n
/ String string, str, text, txt
/ List list, array, arr
/ Compound compound, comp, object, obj, table
/ Function function, func, fnc
/ Any any, a
/ Blank none, no
Only a single space is put in place of the image.
/ Unknown Displayed if no value provided or value is not supported.