Template:IngameBook: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Nex23 moved page Template:Book to Template:IngameBook) |
(No difference)
| |
Revision as of 03:16, 27 December 2025
{{#if:|
{{#if:|Author: {{{author}}}
}
{{#if:|Written: {{{date}}}
}
{{{text}}}
Formats in-game Minecraft books, letters, and texts with optional metadata and chapters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description | String | required |
| Subtitle | subtitle | no description | String | optional |
| Author | author | no description | String | optional |
| Date Written | date | no description | String | optional |
| Location Written | location | no description | String | optional |
| Full Text (no chapters) | text | Used only if no chapters are defined. | String | optional |
| Chapter 1 Title | chapter1 | no description | String | optional |
| Chapter 1 Text | text1 | no description | String | optional |
| Chapter 2 Title | chapter2 | no description | String | optional |
| Chapter 2 Text | text2 | no description | String | optional |
| Chapter 3 Title | chapter3 | no description | String | optional |
| Chapter 3 Text | text3 | no description | String | optional |
| Chapter 4 Title | chapter4 | no description | String | optional |
| Chapter 4 Text | text4 | no description | String | optional |