Template:Infobox Deity/doc: Difference between revisions

no edit summary
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Infobox|Module:Date Stuff}} This template can be used to add at-a-glance information on TTRPG adventures and one-shots. == Usage == {{Parameter names example | name | tag | image | caption | setting | status | start | end | characters | bbeg | npcs | firstsession | lastsession }} <pre style="overflow:auto;"> {{Infobox Adventure |...")
 
No edit summary
Line 65: Line 65:
{{DEFAULTSORT:Infobox Deity}}
{{DEFAULTSORT:Infobox Deity}}
}}</includeonly>
}}</includeonly>
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "the name of the deity",
"type": "string",
"default": "{{PAGENAME}}"
},
"tag": {
"label": "Tag",
"description": "what the deity if the god of",
"example": "goddess of biomancy",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "image of the deity or their symbol",
"type": "wiki-file-name",
"suggested": true
},
"caption": {
"label": "Caption",
"description": "caption of the image",
"type": "string"
},
"alignment": {
"label": "Alignment",
"description": "alignment of the deity and their followers",
"type": "string",
"required": true
},
"domains": {
"label": "Domains",
"description": "list of the deities domains",
"type": "string",
"required": true
},
"power": {
"label": "Power Level",
"description": "the power level of the deity",
"type": "string"
},
"symbol": {
"label": "Symbol",
"description": "description of the symbol of the deity",
"example": "a cross struck by lightning",
"type": "string",
"suggested": true
},
"homeplane": {
"label": "Homeplane",
"description": "the homeplane of the deity",
"type": "string"
},
"followers": {
"label": "Followers",
"description": "who worships the deity",
"type": "string"
},
"setting": {
"label": "Setting",
"description": "the setting where the deity resides",
"type": "string"
}
},
"maps": {
"erewre": {}
}
}
</templatedata>