Template:Location: Difference between revisions
Appearance
Adventurer (talk | contribs) mNo edit summary |
Adventurer (talk | contribs) mNo edit summary |
||
Line 11: | Line 11: | ||
[[Category:CAMPAIGN NAME]] | [[Category:CAMPAIGN NAME]] | ||
* Note that if you | * Note that if you don't you'll see the what links here repeated for every {{Location}} instead of just once for the page as desired. | ||
From this point forward simply use the {{Location}} template with the parameters identified below for each portion of text you want to read aloud. | From this point forward simply use the {{Location}} template with the parameters identified below for each portion of text you want to read aloud. | ||
Line 32: | Line 32: | ||
{{#if:{{{dialog|}}}| | {{#if:{{{dialog|}}}| | ||
<div style="font-family: Futura, Helvetica, sans-serif; border: 3px double #000; padding: | <div style="font-family: Futura, Helvetica, sans-serif; border: 3px double #000; padding: 10px; margin: 0 10px 10px 10px; background-color: #fefefe;"> | ||
<p>{{{dialog}}}</p> | <p>{{{dialog}}}</p> | ||
</div> | </div> | ||
Line 39: | Line 39: | ||
{{#if:{{{notes|}}}| | {{#if:{{{notes|}}}| | ||
<div style="margin: 0 10px 10px 10px; padding-top: 10px;"> | <div style="margin: 0 10px 10px 10px; padding-top: 10px;"> | ||
< | <p style="font-family: Avant Garde, Helvetica, sans-serif; margin-bottom: 5px; font-weight: bold;">Notes:</p> | ||
<p style="font-family: Futura, Helvetica, sans-serif;">{{{notes}}}</p> | <p style="font-family: Futura, Helvetica, sans-serif;">{{{notes}}}</p> | ||
</div> | </div> |
Revision as of 00:19, 25 March 2025
This template replicates the style of an AD&D 1e adventure module, with separate sections for dialogue and notes.
Usage
Include just once at the top of the page the following two lines: {{Special:Whatlinkshere/{{BASEPAGENAME}}}} [[Category:CAMPAIGN NAME]] * Note that if you don't you'll see the what links here repeated for every {{Location}} instead of just once for the page as desired. From this point forward simply use the {{Location}} template with the parameters identified below for each portion of text you want to read aloud.
{{Location | name = Location Name | dialog = 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 }, "dialog": { "label": "Dialog", "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.