Template:Type
Converts an ASH data type name to a link.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Data type | 1 | Any valid type keyword, such as "string", "void", "equipment", or a generic type ("aggregate", "composite"). Any unrecognized type string is returned as-is.
| Line | required |
Examples
Note: Use [
([
) and ]
(]
) to escape brackets in the wiki.
Recognized Types
*{{type|void}} *{{type|boolean}} *{{type|int}} *{{type|float}} *{{type|string}} *{{type|buffer}} *{{type|bounty}} *{{type|class}} *{{type|coinmaster}} *{{type|effect}} *{{type|element}} *{{type|familiar}} *{{type|item}} *{{type|location}} *{{type|monster}} *{{type|phylum}} *{{type|servant}} *{{type|skill}} *{{type|slot}} *{{type|stat}} *{{type|thrall}} *{{type|matcher}} *{{type|record}} *{{type|aggregate}}
- void
- boolean
- int
- float
- string
- buffer
- bounty
- class
- coinmaster
- effect
- element
- familiar
- item
- location
- monster
- phylum
- servant
- skill
- slot
- stat
- thrall
- matcher
- record
- aggregate
Unrecognized Types
*{{type|boolean [monster]}} *{{type|{{type|string}} [{{type|int}}, {{type|item}}]}}