Template:Location: Difference between revisions
Appearance
Adventurer (talk | contribs) mNo edit summary |
Adventurer (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
<noinclude> | <noinclude> | ||
This template replicates the style of | This template replicates the style of a 5th Edition D&D adventure module, with separate sections for dialogue and notes. | ||
= | <p style="font-family: sans-serif; font-size: 1.1em; font-weight: bold; margin-bottom: 5px;">Usage</p> | ||
<pre> | <pre> | ||
Include just once at the top of the page the following two lines: | Include just once at the top of the page the following two lines: | ||
Line 25: | Line 25: | ||
</noinclude> | </noinclude> | ||
<div> | |||
{{#if:{{{name|}}}| | {{#if:{{{name|}}}| | ||
<div style="font-family: | <div style="font-family: sans-serif; margin: 10px 10px 5px 10px; font-weight: bold; font-size: 1.1em; color: #333;"> | ||
{{{name}}} | {{{name}}} | ||
</div> | </div> | ||
Line 32: | Line 33: | ||
{{#if:{{{dialog|}}}| | {{#if:{{{dialog|}}}| | ||
<div style="font-family: | <div style="font-family: sans-serif; border: 1px solid #ddd; padding: 15px; margin: 0 10px 10px 10px; background-color: #f9f9f9; color: #333; line-height: 1.4em;"> | ||
<p>{{{dialog}}}</p> | <p>{{{dialog}}}</p> | ||
</div> | </div> | ||
Line 38: | Line 39: | ||
{{#if:{{{notes|}}}| | {{#if:{{{notes|}}}| | ||
<div style="margin: 0 10px 10px 10px; padding-top: 10px; color:# | <div style="margin: 0 10px 10px 10px; padding-top: 10px; color: #333;"> | ||
<p style="font-family: sans-serif; font-weight: bold; margin-bottom: 5px;">Notes:</p> | |||
<p style="font-family: | <p style="font-family: sans-serif; line-height: 1.4em;">{{{notes}}}</p> | ||
<p style="font-family: | |||
</div> | </div> | ||
}} | }} | ||
</div> | |||
<noinclude> | <noinclude> | ||
Line 68: | Line 69: | ||
} | } | ||
}, | }, | ||
"description": "Template to replicate the style of | "description": "Template to replicate the style of a 5th Edition D&D adventure module, with separate sections for dialogue and notes, including an optional location name." | ||
} | } | ||
</templatedata> | </templatedata> | ||
<p style="font-size: smaller;">Font information sourced from: | <p style="font-size: smaller;">Font information sourced from: 5th Edition D&D core rulebooks and official publications.</p> | ||
</noinclude> | </noinclude> |
Revision as of 00:34, 25 March 2025
This template replicates the style of a 5th Edition D&D 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 a 5th Edition D&D adventure module, with separate sections for dialogue and notes, including an optional location name."
} </templatedata>
Font information sourced from: 5th Edition D&D core rulebooks and official publications.