Template:TerminalAsDataType/doc: Difference between revisions
Appearance
Created page with "<noinclude>{{documentation subpage}}</noinclude> {{intricate template}} Provides a simple way to get terminal images as data type that link to the corresponding wiki page. ==Parameters== {| class="wikitable" !Parameter !Description |- |<code>type</code> |Terminal type (control or indicator). Default is control. |- |1 |Type name (e.g., string) |} ==Type names== This is a complete reference of supported type names: {| class="wikitable" style="text-align: center;" !Type..." |
(No difference)
|
Revision as of 08:29, 3 January 2025
Provides a simple way to get terminal images as data type that link to the corresponding wiki page.
Parameters
| Parameter | Description |
|---|---|
type
|
Terminal type (control or indicator). Default is control. |
| 1 | Type name (e.g., string) |
Type names
This is a complete reference of supported type names:
| Type Name | Control | Indicator |
|---|---|---|
| String | ||
| String Array, 1D Array of String | ||
| U8 | ||
| U16 | ||
| U32 | ||
| U64 | ||
| I8 | ||
| I16 | ||
| I32 | ||
| I64 |
Examples
| Source | Result |
|---|---|
{{TerminalAsDataType|type=control|string}}
|
|
{{TerminalAsDataType|type=indicator|string}}
|