Template:Location: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
{{#if:{{{name|}}}| | {{#if:{{{name|}}}| | ||
<div style="font-family: | <div style="font-family: Avant Garde, Helvetica, sans-serif; margin: 10px 10px 0 10px; text-transform: uppercase; font-weight: bold; font-size: 1.2em;"> | ||
{{{name}}} | {{{name}}} | ||
</div> | </div> | ||
Line 19: | Line 19: | ||
{{#if:{{{dialogue|}}}| | {{#if:{{{dialogue|}}}| | ||
<div style="font-family: | <div style="font-family: Futura, Helvetica, sans-serif; border: 3px double #000; padding: 20px; margin: 0 10px 10px 10px; background-color: #fefefe;"> | ||
<p>{{{dialogue}}}</p> | <p>{{{dialogue}}}</p> | ||
</div> | </div> | ||
Line 26: | Line 26: | ||
{{#if:{{{notes|}}}| | {{#if:{{{notes|}}}| | ||
<div style="margin: 0 10px 10px 10px; padding-top: 10px;"> | <div style="margin: 0 10px 10px 10px; padding-top: 10px;"> | ||
<h3 style="margin-bottom: 5px;">Notes:</h3> | <h3 style="font-family: Avant Garde, Helvetica, sans-serif; margin-bottom: 5px;">Notes:</h3> | ||
<p>{{{notes}}}</p> | <p style="font-family: Futura, Helvetica, sans-serif;">{{{notes}}}</p> | ||
</div> | </div> | ||
}} | }} | ||
Line 57: | Line 57: | ||
} | } | ||
</templatedata> | </templatedata> | ||
<p style="font-size: smaller;">Font information sourced from: discussions on RPG forums and the TSR & WotC Font FAQ, specifically noting the frequent use of Futura, Helvetica, and Avant Garde in AD&D 1st Edition publications. While exact fonts may vary, these are strongly associated with the era's aesthetic.</p> | |||
</noinclude> | </noinclude> |
Revision as of 00:49, 21 March 2025
This template replicates the style of an AD&D 1e adventure module, with separate sections for dialogue and notes.
Usage
{{AD&D 1e Module Split | name = Location Name | dialogue = Description to be read to players... | notes = Notes for the Dungeon Master... }}
<templatedata> {
"params": { "name": { "label": "Location Name", "type": "string", "description": "The name of the location.", "required": false }, "dialogue": { "label": "Dialogue", "type": "string", "description": "The description to be read to the players.", "required": true }, "notes": { "label": "Notes", "type": "string", "description": "Notes for the Dungeon Master.", "required": false } }, "description": "Template to replicate the style of an AD&D 1e adventure module, with separate sections for dialogue and notes, including an optional location name."
} </templatedata>
Font information sourced from: discussions on RPG forums and the TSR & WotC Font FAQ, specifically noting the frequent use of Futura, Helvetica, and Avant Garde in AD&D 1st Edition publications. While exact fonts may vary, these are strongly associated with the era's aesthetic.