Jump to content

Template:Location

From greyhawk
Revision as of 23:56, 20 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 Module Split
| dialogue = Description to be read to players...
| notes = Notes for the Dungeon Master...
}}




<templatedata> {

   "params": {
       "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."

} </templatedata>