Template:IngameBook: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 67: | Line 67: | ||
</onlyinclude> | </onlyinclude> | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | { | ||
"description": "Formats in-game Minecraft books, letters, and texts with optional metadata and chapters.", | "description": "Formats in-game Minecraft books, letters, and texts with optional metadata and chapters.", | ||
| Line 130: | Line 131: | ||
} | } | ||
} | } | ||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 03:11, 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 |