Template:Infobox creature: Difference between revisions

Jump to navigation Jump to search
Move documentation to sub-page.
(Further code cleanup.)
(Move documentation to sub-page.)
(One intermediate revision by the same user not shown)
Line 468: Line 468:
| h passives = {{#lvar:h_passives}}
| h passives = {{#lvar:h_passives}}


}}</includeonly><noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>
{{Infobox creature
| name = Test
| title = Title
| image =
<gallery>
Steel Watcher Ranged.png|Ranged
Steel Watcher Model.png|Model
</gallery>
| page image = Steel Watcher Model.png
| full name = Duke Wellington
| va = Keanu Reeves
| role = Mascot
| faction = Gondor
| family = The Reeves'
| hometown = The Shire
 
| size = Smol
| type = Mammal
| race = Cat
| class = Felinid
| background = Outlander
 
| level = 10
| hp = 10
| ac = 10
| extra init = +3
| prof bonus = +4
| movement m = 9
| weight kg = 600
 
| str = 11
| dex = 12
| con = 13
| int = 14
| wis = 15
| cha = 16
 
| dex save prof = yes
| con save prof = yes
 
| resistances = fire resistant, cold resistant, lightning vulnerable
| actions = Absolute Power, Dueller's Enthusiasm
| conditions = Aura of Protection, Aura of Hate
| passives = Agile Chassis, Cull the Weak (Drider)
 
| e level = 8
| e hp = 8
| e ac = 8
| e extra init = +2
| e prof bonus = +3
 
| e str = 10
| e dex = 11
| e con = 12
| e int = 13
| e wis = 14
| e cha = 15
 
| e resistances = cold resistant
| e actions = Absolute Power
| e conditions = Aura of Protection
| e passives = Agile Chassis
 
| t level = 12
| t hp = 12
| t ac = 12
| t extra init = +4
| t prof bonus = +5
| t movement m = 12
| t weight kg = 800
 
| t str = 13
| t dex = 14
| t con = 15
| t int = 16
| t wis = 17
| t cha = 18
 
| t resistances = fire immune, cold resistant, slashing immune nm, piercing immune nm, bludgeoning immune nm
| t actions = Absolute Power, Dueller's Enthusiasm, Entangle
| t conditions = Aura of Protection, Aura of Hate, Unstoppable
| t passives = Agile Chassis, Cull the Weak (Drider), Adamantine Shield @ Adamantine Shield
 
| h level = 14
| h hp = 14
| h ac = 14
| h extra init = +5
| h prof bonus = +6
 
| h str = 14
| h dex = 15
| h con = 16
| h int = 17
| h wis = 18
| h cha = 19
 
| h resistances = fire immune, cold immune, slashing immune nm, piercing immune nm, bludgeoning immune nm
| h actions = Absolute Power, Dueller's Enthusiasm, Entangle, Fireball
| h conditions = Aura of Protection, Aura of Hate, Unstoppable, Legendary Resistance: Incapacitation
| h passives = Agile Chassis, Cull the Weak (Drider), Adamantine Shield @ Adamantine Shield, Fast Hands
}}
 
This is the main creature infobox template. It does a bunch of processing on its parameters before passing on all the results to [[Template:Infobox creature/internal]] for displaying.
 
List of helper sub-templates:
 
* [[Template:Infobox creature/internal]]
* [[Template:Infobox creature/actions format]]
* [[Template:Infobox creature/actions query]]
* [[Template:Infobox creature/conditions format]]
* [[Template:Infobox creature/conditions query]]
* [[Template:Infobox creature/passives format]]
* [[Template:Infobox creature/passives parser]]
* [[Template:Infobox creature/passives query]]
 
Usage tips:
 
* To override stats for Explorer, Tactician, or Honour mode, use parameters starting with e, t, or h, respectively. E.g. use <code>t hp</code> to specify the HP value for Tactician difficulty. Explorer and Tactician fall back to Balanced (default) stats when a stat isn't overridden; Honour falls abck to Tactician stats.
* The <code>passives</code> list may contain elements of the format <code>Passive name @ Item name</code> to specify the item that grants the passive. This will make that item's icon be used if the passive itself doesn't have an icon.
* The <code>image</code> property may contain a <code><nowiki><gallery>...</gallery></nowiki></code>.
* The provided image will be automatically set as the page image (as if using [[Template:PageSeo]]), unless it's a gallery. If it's a gallery, you can use the <code>page image</code> property instead to set the page image.
 
Example use:
 
<pre>
{{Infobox creature
| name = Test
| title = Title
| image =
<gallery>
Steel Watcher Ranged.png|Ranged
Steel Watcher Model.png|Model
</gallery>
| full name = Duke Wellington
| va = Keanu Reeves
| role = Mascot
| faction = Gondor
| family = The Reeves'
| hometown = The Shire
 
| size = Smol
| type = Mammal
| race = Cat
| class = Felinid
| background = Outlander
 
| level = 10
| hp = 10
| ac = 10
| initiative = +5
| prof bonus = +4
| movement m = 9
| weight kg = 600
 
| str = 11
| dex = 12
| con = 13
| int = 14
| wis = 15
| cha = 16
 
| dex save prof = yes
| con save prof = yes
 
| resistances = fire resistant, cold resistant, lightning vulnerable
| conditions = Aura of Protection, Aura of Hate
| passives = Agile Chassis, Cull the Weak (Drider)
 
| e level = 8
| e hp = 8
| e ac = 8
| e initiative = +4
| e prof bonus = +3
 
| e str = 10
| e dex = 11
| e con = 12
| e int = 13
| e wis = 14
| e cha = 15
 
| e resistances = cold resistant
| e conditions = Aura of Protection
| e passives = Agile Chassis
 
| t level = 12
| t hp = 12
| t ac = 12
| t initiative = +6
| t prof bonus = +5
| t movement m = 12
| t weight kg = 800
 
| t str = 13
| t dex = 14
| t con = 15
| t int = 16
| t wis = 17
| t cha = 18
 
| t resistances = fire immune, cold resistant, slashing immune nm, piercing immune nm, bludgeoning immune nm
| t conditions = Aura of Protection, Aura of Hate, Unstoppable
| t passives = Agile Chassis, Cull the Weak (Drider), Adamantine Shield @ Adamantine Shield
 
| h level = 14
| h hp = 14
| h ac = 14
| h initiative = +7
| h prof bonus = +6
 
| h str = 14
| h dex = 15
| h con = 16
| h int = 17
| h wis = 18
| h cha = 19
 
| h resistances = fire immune, cold immune, slashing immune nm, piercing immune nm, bludgeoning immune nm
| h conditions = Aura of Protection, Aura of Hate, Unstoppable, Legendary Resistance: Incapacitation
| h passives = Agile Chassis, Cull the Weak (Drider), Adamantine Shield @ Adamantine Shield, Fast Hands
}}
</pre>
</noinclude>

Navigation menu