Jump to content

Template:Location: Difference between revisions

From greyhawk
m Reverted edits by Adventurer (talk) to last revision by DM
Tag: Rollback
mNo edit summary
Line 1: Line 1:
{{Special:Whatlinkshere/{{BASEPAGENAME}}}}
[[Category:Location]]
[[Category:DM Info]]
<noinclude>
<noinclude>
[[Category:Templates]]
This template replicates the style of an AD&D 1e adventure module, with separate sections for dialogue and notes.
This template replicates the style of an AD&D 1e adventure module, with separate sections for dialogue and notes.
== Usage ==
== Usage ==
<pre>
<pre>
{{AD&D 1e Module Split
{{Location
| name = Location Name
| name = Location Name
| dialogue = Description to be read to players...
| dialog = Description to be read to players...
| notes = Notes for the Dungeon Master...
| notes = Notes for the Dungeon Master...
}}
}}
Line 18: Line 21:
}}
}}


{{#if:{{{dialogue|}}}|
{{#if:{{{dialog|}}}|
<div style="font-family: Futura, Helvetica, sans-serif; border: 3px double #000; padding: 20px; margin: 0 10px 10px 10px; background-color: #fefefe;">
<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>{{{dialog}}}</p>
</div>
</div>
}}
}}
Line 42: Line 45:
         },
         },
         "dialogue": {
         "dialogue": {
             "label": "Dialogue",
             "label": "Dialog",
             "type": "string",
             "type": "string",
             "description": "The description to be read to the players.",
             "description": "The description to be read to the players.",

Revision as of 23:54, 24 March 2025


This template replicates the style of an AD&D 1e adventure module, with separate sections for dialogue and notes.

Usage

{{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
       },
       "dialogue": {
           "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.