Jump to content

Template:Location

From greyhawk
Revision as of 06:40, 21 March 2025 by DM (talk | contribs)

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

Usage

{{AD&D 1e Location
| name = Location Name
| dialogue = Description to be read to players...
| notes = Notes for the Dungeon Master...
| texture = parchment.jpg (Optional: Image file name for texture)
}}






<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
       },
       "texture":{
           "label": "Background Texture",
           "type": "string",
           "description": "Optional: Image file name for a parchment or aged paper texture.",
           "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 and background texture."

} </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.