Created a template for locations instead of characters |
(No difference)
|
Revision as of 20:32, 1 March 2023
- Description
- This template is used to create a minimalist game location infobox (the "dnd" in the name is misleading).
- Syntax
- Type
somewhere, with parameters as shown below.{{infobox dndlocation|...}}
Usage
{{Infobox dndlocation
|name =
|image =
|caption =
|title =
|location =
|status =
|age =
}}
Preview
Click here to refresh the preview
{{Infobox dndlocation
|name = Some Character
|image = Placeholder person.png
|caption = Some
|title = n/a
|location = Someplace
|status = Intact
|age = 20
}}
A D&D style place
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the place | String | optional |
| Image | image | Filename to put in infobox. Use <gallery> to use multiple images. | File | optional |
| Caption | caption | Caption for the place image | String | optional |
| Title | title | Any official titles the place might have | String | optional |
| Location | location | Name of town/country the place is located in | String | optional |
| Status | status | How is the place doing in general? | String | optional |
| Age | age | Age of the character | Number | optional |