2.9 KiB
2.9 KiB
[TITLE MISSING]
Definitions
Display Option (DisplayOption)
- Type: Union
- Cases: DisplayOption'Hide | DisplayOption'ReplaceWith
DisplayOption'Hide
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
hide |
See details |
tag
- Constant:
"Hide"
hide
- Type: Object
DisplayOption'Hide/hide
- Type: Empty Object
DisplayOption'ReplaceWith
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
replace_with |
See details |
tag
- Constant:
"ReplaceWith"
replace_with
- Type: ReplacementDisplayOption
ReplacementDisplayOption
- Type: Object
| Key | Description | Details |
|---|---|---|
sentence_type? |
If the replacement text is a sentence or sentence-like fragment, this property ensures it is integrated into the prerequisite string correctly. | See details |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
sentence_type?
If the replacement text is a sentence or sentence-like fragment, this property ensures it is integrated into the prerequisite string correctly.
A standalone sentence is connected to the previous prerequisite string with a period and a period is also added at the end of the sentence automatically, if it is not present. A connected sentence is connected to the previous prerequisite string with a semicolon and a period is not added to the end of the sentence. In this case, if there are prerequisites after this one, they will be connected using a semicolon again, unless a different punctuation mark is present at the end of the given text.
- Type: SentenceType
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<NonEmptyString>