wiki_article
Type: misc entry
Exact entry ID: wiki_article
Role
This TypeWriter entry is registered in code with the exact display name Article du guide en jeu.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
section | Ref<WikiSectionEntry> | Section this article belongs to. |
displayName | String | Displayed title of the article. |
icon | Item | Article icon. |
body | List<String> | Article body, one line per entry. This is what the player reads in the tooltip. |
order | Int | Display order in the section. Declaration order breaks ties. |
criteria | List<Criteria> | The article is hidden when these criteria are not met. |
permission | String | Permission required to view the article. Empty = none. |
onOpen | List<Ref<TriggerableEntry>> | Actions triggered on click. Empty = the article is read in its tooltip without a click. |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If wiki_article is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-TinyEssentialsExtension | WikiEntries.kt |