Template:Infobox Deity/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata -->
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{Lua|Module:Infobox}}
{{Lua|Module:Infobox}}
This template can be used to add at-a-glance information on TTRPG adventures and one-shots.
This template can be used to add at-a-glance information on TTRPG deities.
== Usage ==
== Usage ==
{{Parameter names example
{{Parameter names example
Line 9: Line 9:
| image
| image
| caption
| caption
| alignment
| domains
| power
| symbol
| symbol
| homeplane
| homeplane
| followers
| followers
| PF2eDivineRank
| PF2eAlignment
| PF2eDivineAbility
| PF2eDivineFont
| PF2eDivineSanctification
| PF2eDivineSkill
| PF2eFavoredWeapons
| PF2eDomains
| PF2eAlternateDomains
| PF2eClericSpells
| DnD5eDivineRank
| DnD5eAlignment
| DnD5eDomains
| setting
| setting
}}
}}
<pre style="overflow:auto;">
<pre style="overflow:auto;">
{{Infobox Deity
{{Infobox Deity
| name =  
| name                     =  
| tag =  
| tag                     =  
| image =  
<!--      Images        -->
| caption =  
| image                   =  
| alignment =  
| caption                 =  
| domains =  
<!--      General      -->
| power =  
| symbol                  =  
| symbol =  
| homeplane                =  
| homeplane =  
| followers                =  
| followers =  
<!--    PF 2e Stats    -->
| setting =  
| PF2eDivineRank          =
| PF2eAlignment            =
| PF2eDivineAbility        =
| PF2eDivineFont          =
| PF2eDivineSanctification =
| PF2eDivineSkill          =
| PF2eFavoredWeapons      =
| PF2eDomains              =
| PF2eAlternateDomains    =
| PF2eClericSpells        =
<!--    DnD5e Stats    -->
| DnD5eDivineRank          =  
| DnD5eAlignment          =  
| DnD5eDomains            =  
<!--Setting -->
| setting                 =  
}}
}}
</pre>
</pre>
Line 76: Line 101:
"alignment": {
"alignment": {
"label": "Alignment",
"label": "Alignment",
"description": "alignment of the deity and their followers",
"description": "link to the category page of the alignment of the deity and their followers",
"type": "string",
"type": "wiki-page-name",
"required": true
"required": true,
"example": "[[:Category:Lawful Good Deities|Lawful Good]]"
},
},
"domains": {
"domains": {
"label": "Domains",
"label": "Domains",
"description": "list of the deities domains",
"description": "list of the deities domains, and a link to the domain category page",
"type": "string",
"type": "wiki-page-name",
"required": true
"required": true,
"example": "[[:Category:Arcana Deities|Arcana]]"
},
},
"power": {
"power": {
Line 100: Line 127:
"homeplane": {
"homeplane": {
"label": "Homeplane",
"label": "Homeplane",
"description": "the homeplane of the deity",
"description": "link to the homeplane of the deity",
"type": "string"
"type": "wiki-page-name"
},
},
"followers": {
"followers": {
"label": "Followers",
"label": "Followers",
"description": "who worships the deity",
"description": "list of peoples who worships the deity",
"type": "string"
"type": "string"
},
},
"setting": {
"setting": {
"label": "Setting",
"label": "Setting",
"description": "the setting where the deity resides",
"description": "link to the setting where the deity resides",
"type": "string"
"type": "wiki-page-name"
}
},
"PF2eDivineRank": {},
"PF2eAlignment": {},
"PF2eDivineAbility": {},
"PF2eDivineFont": {},
"PF2eDivineSanctification": {},
"PF2eDivineSkill": {},
"PF2eFavoredWeapons": {},
"PF2eDomains": {},
"PF2eAlternateDomains": {},
"PF2eClericSpells": {},
"DnD5eDivineRank": {},
"DnD5eAlignment": {},
"DnD5eDomains": {}
},
},
"maps": {
"maps": {