Template:IngameBook: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="display:flex; justify-content:center;"> | <div style="display:flex; justify-content:center;"> | ||
<div style=" | <div style="max-width:720px; padding:24px; background:#fdfcf7; border:1px solid #cfcfcf; font-family:serif; line-height:1.6;"> | ||
"> | |||
{{#if:{{{title|}}}| | {{#if:{{{title|}}}| | ||
| Line 22: | Line 14: | ||
}} | }} | ||
{{#if:{{{author|}}}{{{date|}}}{{{location|}}}| | {{#if:{{{author|}}}| | ||
<div style="font-size:0.9em; color:#444;"> | |||
<b>Author:</b> {{{author}}} | |||
</div> | |||
}} | |||
{{#if:{{{date|}}}| | |||
<div style="font-size:0.9em; color:#444;"> | |||
<b>Written:</b> {{{date}}} | |||
</div> | |||
}} | |||
{{#if:{{{location|}}}| | |||
<div style="font-size:0.9em; margin-bottom:1.5em; color:#444;"> | <div style="font-size:0.9em; margin-bottom:1.5em; color:#444;"> | ||
<b>Location:</b> {{{location}}} | |||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{chapter1|}}}| | {{#if:{{{chapter1|}}}| | ||
<div style="margin-top:1.5em;"> | <div style="margin-top:1.5em;"> | ||
<div style="font-size:1.3em; font-weight:bold | <div style="font-size:1.3em; font-weight:bold;">{{{chapter1}}}</div> | ||
{{{text1}}} | {{{text1}}} | ||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{chapter2|}}}| | {{#if:{{{chapter2|}}}| | ||
<div style="margin-top:1.5em;"> | <div style="margin-top:1.5em;"> | ||
<div style="font-size:1.3em; font-weight:bold | <div style="font-size:1.3em; font-weight:bold;">{{{chapter2}}}</div> | ||
{{{text2}}} | {{{text2}}} | ||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{chapter3|}}}| | {{#if:{{{chapter3|}}}| | ||
<div style="margin-top:1.5em;"> | <div style="margin-top:1.5em;"> | ||
<div style="font-size:1.3em; font-weight:bold | <div style="font-size:1.3em; font-weight:bold;">{{{chapter3}}}</div> | ||
{{{text3}}} | {{{text3}}} | ||
</div> | </div> | ||
}} | }} | ||
{{#if:{{{chapter4|}}}| | {{#if:{{{chapter4|}}}| | ||
<div style="margin-top:1.5em;"> | <div style="margin-top:1.5em;"> | ||
<div style="font-size:1.3em; font-weight:bold | <div style="font-size:1.3em; font-weight:bold;">{{{chapter4}}}</div> | ||
{{{text4}}} | {{{text4}}} | ||
</div> | </div> | ||
}} | }} | ||
| | {{#if:{{{text|}}}| | ||
<div> | <div> | ||
{{{text}}} | {{{text}}} | ||
| Line 65: | Line 68: | ||
</div> | </div> | ||
</div> | </div> | ||
Latest revision as of 03:17, 27 December 2025