Template:Quote deity: Difference between revisions
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) (Added more deities) |
||
Line 22: | Line 22: | ||
| Talos = Talos represents the uncaring and destructive force of nature. His followers see life as a set of random effects in a sea of chaos, and take what they can - for who can say when Talos will strike next? | | Talos = Talos represents the uncaring and destructive force of nature. His followers see life as a set of random effects in a sea of chaos, and take what they can - for who can say when Talos will strike next? | ||
| Mielikki = Mielikki is the goddess of forests and the creatures that live within them. She is a remote and spiritual deity, often spoken of in but the quietest of forests. | | Mielikki = Mielikki is the goddess of forests and the creatures that live within them. She is a remote and spiritual deity, often spoken of in but the quietest of forests. | ||
<!-- The following are from SharedDev/Gods --> | |||
| Bahamut = The Angel of the Seven Heavens is the dragon god of justice. His ideals of mercy and just authority keep him locked in an inexorable rivalry with his sister, Tiamat. | |||
| Gruumsh = The One-Eye is the orcs' patron deity - a god of war, conquest, and victory at all costs. He has held an ancient and immutable grudge against the elven pantheon since Corellon Larethian took his eye. | |||
| Tiamat = Tiamat the Many-Mawed is a roiling mass of avarice and hate currently trapped within the Nine Hells. The dragon god of greed eternally plots her escape, as do her many fanatics in world of Toril. | |||
}}}}} | }}}}} | ||
| image = {{#ifeq: {{{image|}}}|none| | | image = {{#ifeq: {{{image|}}}|none| | ||
Line 46: | Line 50: | ||
| Talos | | Talos | ||
| Mielikki | | Mielikki | ||
<!-- The following are from SharedDev/Gods --> | |||
| Bahamut | |||
| Gruumsh | |||
| Tiamat | |||
| #default = {{{1|}}} Icon.png | | #default = {{{1|}}} Icon.png | ||
}}}}}}} | }}}}}}} | ||
Line 107: | Line 115: | ||
{{Quote deity|Talos}} | {{Quote deity|Talos}} | ||
{{Quote deity|Mielikki}} | {{Quote deity|Mielikki}} | ||
{{Quote deity|Bahamut}} | |||
{{Quote deity|Gruumsh}} | |||
{{Quote deity|Tiamat}} | |||
== Template data == | == Template data == |
Revision as of 19:40, 29 July 2024
Display a deity description quote accompanied by the corresponding icon.
This template is a subtype of {{Quote fancy}}.
Usage
This template has a table of all the deity quotes (including Vlaakith) in the game extracted directly from the game files so the only required parameter is the name of the deity. On the deity pages themselves, you can use {{PAGENAME}}
as the parameter to this template. For the image, it uses <deity> Icon.png
which exist for the player-selectable deities.
Alternatively, the quote and image can be overridden with the parameters quote
and image
. The option image = none
may be preferred for deities without dedicated icons.
Examples
Deity example.
Markup{{Quote deity|Selune}}Renders as
Disable attribution text.
Markup{{Quote deity|Shar|noattribution=1}}Renders as
{{Quote deity|Tyr|image=Tyr Statue.webp}}Renders as
Deity example with a specified portrait.
Markup{{Quote deity|Helm|image=none}}Renders as
No image.
Markup{{Quote deity | quote = Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | image = Vlaakith-thumbnail.png | height = 80 }}Renders as
Exhaustive list
Template data
Display a deity quote
Parameter | Description | Type | Status | |
---|---|---|---|---|
Deity | 1 | The name of a deity. When used on a deity page, you can use {{PAGENAME}} for this parameter. There are description quotes for every player-selectable deity in the game | String | required |
Quote override | quote | Use this parameter to specify a custom quote instead of a predefined one. | String | optional |
Image override | image | Use this parameter to specify a custom icon instead of a predefined one. There are only deity icons corresponding to the player-selectable deities so you will need to specify an icon for other deities. Typically this will be a portrait image.
| File | suggested |
Disable attribution | noattribution | Disable the "In-game deity description" attribution text. | Boolean | optional |
Image position override | image-position | Override the image position from its default position on the right.
| String | optional |
Image height override | height | Override the image height from its default of 100px.
| Number | optional |
Link override | link | Override where clicking the image links to. | Page name | optional |
Disable link | nolink | Entirely remove the link. This is the same as setting "link=". For use with cut backgrounds that don't have dedicated pages. | Boolean | optional |