Template:DeityInfobox: Difference between revisions

Template page
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<infobox>
| title   = {{{name|{{PAGENAME}}}}}
  <title source="name">
| image   = {{#if:{{{image|}}}|[[File:{{{image|}}}|300px]]}}
    <default>{{PAGENAME}}</default>
| caption = {{{image_desc|}}}
  </title>
| image2    = {{#if:{{{image2|}}}|[[File:{{{image2|}}}|300px]]}}
  <image source="image">
| caption2 = {{{image2_desc|}}}
    <caption source="image_desc" />
|header1 =
  </image>
| label1 = Titles
  <data source="titles">
|  data1 = {{{titles|}}}
    <label>Titles</label>
| label2 = Type
  </data>
|  data2 = {{{type|}}}
  <data source="type">
| label3 = Patron
    <label>Type</label>
|  data3 = {{{patron|}}}
  </data>
| label4 = Adjective
  <data source="pantheon">
|  data4 = {{{adjective|}}}
    <label>Pantheon</label>
| label5 = Associated plane
  </data>
|  data5 = {{{plane|}}}
  <data source="patron">
| label6 = Alignment
    <label>Patron</label>
|  data6 = {{{alignment|}}}
  </data>
| label7 = Areas of concern
  <data source="adjective">
|  data7 = {{{areas_of_concern|}}}
    <label>Adjective</label>
| label8 = Worshipers
  </data>
|  data8 = {{{worshipers|}}}
  <!--<data source="alignment">
| label9 = Typical follower alignments
    <label>Alignment</label>
|  data9 = {{{cleric_alignments|}}}
  </data>-->
| label10 = Domains
  <data source="areas_of_concern">
|  data10 = {{{domains|}}}
    <label>Areas of concern</label>
| label11 = Divine font
  </data>
|  data11 = {{{divine_font|}}}
  <data source="worshipers">
| label12 = Divine skill
    <label>Typical worshipers</label>
|  data12 = {{{divine_skill|}}}
  </data>
| label13 = Divine ability
  <!--<data source="cleric_alignments">
|  data13 = {{{divine_ability|}}}
    <label>Typical follower alignments</label>
| label14 = Max cleric spell level
  </data>-->
|  data14 = {{{cleric_spell_level|}}}
  <data source="domains">
| label15 = Favored weapon
    <label>Domains</label>
|  data15 = {{{favored_weapon|}}}
  </data>
| label16 = Symbol
  <data source="divine_font">
|  data16 = {{{symbol|}}}
    <label>Divine font</label>
| label17 = Sacred animal
  </data>
|  data17 = {{{sacred_animal|}}}
  <data source="divine_skill">
| label18 = Sacred colors
    <label>Divine skill</label>
|  data18 = {{{sacred_colors|}}}
  </data>
}}
  <data source="divine_ability">
    <label>Divine ability</label>
  </data>
  <data source="favored_weapon">
    <label>Favored weapon</label>
  </data>
  <data source="symbol">
    <label>Symbol</label>
  </data>
  <data source="sacred_animal">
    <label>Sacred animal</label>
  </data>
  <data source="sacred_colors">
    <label>Sacred color</label>
  </data>
</infobox>

Latest revision as of 01:29, 9 May 2024