Template:IngameBook
{{#if:|
{{#if:|Author: {{{author}}}
}
{{#if:|Written: {{{date}}}
}
{{{text}}}
{
"description": "Formats in-game Minecraft books, letters, and texts with optional metadata and chapters.",
"params": {
"title": {
"label": "Title",
"type": "string",
"required": true
},
"subtitle": {
"label": "Subtitle",
"type": "string"
},
"author": {
"label": "Author",
"type": "string"
},
"date": {
"label": "Date Written",
"type": "string"
},
"location": {
"label": "Location Written",
"type": "string"
},
"text": {
"label": "Full Text (no chapters)",
"type": "string",
"description": "Used only if no chapters are defined."
},
"chapter1": {
"label": "Chapter 1 Title",
"type": "string"
},
"text1": {
"label": "Chapter 1 Text",
"type": "string"
},
"chapter2": {
"label": "Chapter 2 Title",
"type": "string"
},
"text2": {
"label": "Chapter 2 Text",
"type": "string"
},
"chapter3": {
"label": "Chapter 3 Title",
"type": "string"
},
"text3": {
"label": "Chapter 3 Text",
"type": "string"
},
"chapter4": {
"label": "Chapter 4 Title",
"type": "string"
},
"text4": {
"label": "Chapter 4 Text",
"type": "string"
}
}
}