3.4 KiB
[TITLE MISSING]
Definitions
ResponsiveText
A text from the source that can be also displayed in small areas using a compressed version.
- Type: Object
| Key | Description | Details |
|---|---|---|
full |
The full text from the source. | See details |
compressed |
A compressed text for use in small areas (e.g. on character sheet). | See details |
full
The full text from the source.
- Type: NonEmptyString
compressed
A compressed text for use in small areas (e.g. on character sheet).
- Type: NonEmptyString
ResponsiveTextReplace
A text from the source that can be also displayed in small areas using a compressed version. It is used as a replacement for a generated text while the generated text is still provided and should be used.
- Type: Object
| Key | Description | Details |
|---|---|---|
full |
The full replacement string. It must contain $1, which is going to be replaced with the generated string, so additional information can be provided without duplicating concrete numeric values. |
See details |
compressed |
A compressed replacement string for use in small areas (e.g. on character sheet). It must contain $1, which is going to be replaced with the generated string, so additional information can be provided without duplicating concrete numeric values. |
See details |
full
The full replacement string. It must contain $1, which is going to be replaced with the generated string, so additional information can be provided without duplicating concrete numeric values.
- Type: String
- Minimum Length:
1 - Pattern:
\$1
compressed
A compressed replacement string for use in small areas (e.g. on character sheet). It must contain $1, which is going to be replaced with the generated string, so additional information can be provided without duplicating concrete numeric values.
- Type: String
- Minimum Length:
1 - Pattern:
\$1
ResponsiveTextOptional
A text from the source that can be also displayed in small areas using a compressed version, if available.
- Type: Object
| Key | Description | Details |
|---|---|---|
full |
The full text from the source. | See details |
compressed? |
A compressed text for use in small areas (e.g. on character sheet). If this is not present, it should not appear in those areas. | See details |
full
The full text from the source.
- Type: NonEmptyString
compressed?
A compressed text for use in small areas (e.g. on character sheet). If this is not present, it should not appear in those areas.
- Type: NonEmptyString