Template:TerminalAsDataType: Difference between revisions
Appearance
Created page with "<includeonly>[[File:{{#switch:{{lc:{{{type|control}}}}} | control = {{#switch:{{lc:{{{1}}}}} | string = String.png{{!}}String{{!}}link=String }} | indicator = {{#switch:{{lc:{{{1}}}}} | string = String Indicator.png{{!}}String{{!}}link=String }} }}]]</includeonly><noinclude>{{documentation}}</noinclude>" |
Add more types |
||
Line 2: | Line 2: | ||
| control = {{#switch:{{lc:{{{1}}}}} | | control = {{#switch:{{lc:{{{1}}}}} | ||
| string = String.png{{!}}String{{!}}link=String | | string = String.png{{!}}String{{!}}link=String | ||
| string array = | |||
| 1d array of string = String Array.png{{!}}link=1D array of string | |||
| i8 = I8.png{{!}}I8{{!}}link=I8 | |||
| i16 = I16.png{{!}}I16{{!}}link=I16 | |||
| i32 = I32.png{{!}}I32{{!}}link=I32 | |||
| i64 = I64.png{{!}}I64{{!}}link=I64 | |||
| u8 = U8.png{{!}}U8{{!}}link=U8 | |||
| u16 = U16.png{{!}}U16{{!}}link=U16 | |||
| u32 = U32.png{{!}}U32{{!}}link=U32 | |||
| u64 = U64.png{{!}}U64{{!}}link=U64 | |||
}} | }} | ||
| indicator = {{#switch:{{lc:{{{1}}}}} | | indicator = {{#switch:{{lc:{{{1}}}}} | ||
| string = String Indicator.png{{!}}String{{!}}link=String | | string = String Indicator.png{{!}}String{{!}}link=String | ||
| string array = | |||
| 1d array of string = String Array Indicator.png{{!}}link=1D array of string | |||
| i8 = I8 Indicator.png{{!}}I8{{!}}link=I8 | |||
| i16 = I16 Indicator.png{{!}}I16{{!}}link=I16 | |||
| i32 = I32 Indicator.png{{!}}I32{{!}}link=I32 | |||
| i64 = I64 Indicator.png{{!}}I64{{!}}link=I64 | |||
| u8 = U8 Indicator.png{{!}}U8{{!}}link=U8 | |||
| u16 = U16 Indicator.png{{!}}U16{{!}}link=U16 | |||
| u32 = U32 Indicator.png{{!}}U32{{!}}link=U32 | |||
| u64 = U64 Indicator.png{{!}}U64{{!}}link=U64 | |||
}} | }} | ||
}}]]</includeonly><noinclude>{{documentation}}</noinclude> | }}]]</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 08:23, 3 January 2025
This documentation is transcluded from Template:TerminalAsDataType/doc (history).
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:
Examples
Source | Result |
---|---|
{{TerminalAsDataType|type=control|string}}
|
|
{{TerminalAsDataType|type=indicator|string}}
|