Template:IngameBook

From CinderCivs Wiki
Revision as of 03:02, 27 December 2025 by Nex23 (talk | contribs) (Created page with "<onlyinclude> <div style="display:flex; justify-content:center;"> <div style=" max-width:720px; padding:24px; background:#fdfcf7; border:1px solid #cfcfcf; font-family:serif; line-height:1.6; "> {{#if:{{{title|}}}| <div style="font-size:1.8em; font-weight:bold; text-align:center; margin-bottom:0.3em;"> {{{title}}} </div> }} {{#if:{{{subtitle|}}}| <div style="font-size:1.2em; text-align:center; margin-bottom:1em; color:#555;"> {{{subtitle}}} </div> }} {{#if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



{{#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"
   }
 }

}