Template:Feature box: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
damage, | damage, | ||
damage_type, | damage_type, | ||
damage_modifier, | |||
extra_damage, | extra_damage, | ||
extra_damage_type, | extra_damage_type, | ||
extra_damage_modifier, | |||
extra_damage_2, | |||
extra_damage_type_2, | |||
extra_damage_modifier_2, | |||
extra_damage_3, | |||
extra_damage_type_3, | |||
extra_damage_modifier_3, | |||
description, | description, | ||
extra_description, | |||
save, | save, | ||
spell_range = range, | spell_range = range, | ||
aoe, | aoe, | ||
aoe_size = area, | aoe_size = area, | ||
recharge | recharge, | ||
| where = _pageName = "{{#replace: {{{name|{{{1}}}}}} | " | \" }}" | CONCAT("{{{item|}}}")=item | ||
| where = _pageName = "{{#replace: {{{link|{{{name|{{{1}}}}}}}}} | " | \" }}" | |||
| format = template | | format = template | ||
| template = Feature box/format | | template = Feature box/format | ||
| named args = yes | | named args = yes | ||
| default = [[{{{1}}}]] | | limit = 1 | ||
| order by = _ID | |||
| more results text= | |||
| default = [[{{{1}}}]][[Category:Pages with unknown abilities]] | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Creates a box to display a creature's special abilities, attacks, and spells. It is intended for use on creature pages, rather than being pages of their own. | Creates a box to display a creature's special abilities, attacks, and spells. It is intended for use on creature pages, rather than being pages of their own. | ||
Line 27: | Line 40: | ||
== Examples == | == Examples == | ||
Spell | {{Template demo | ||
< | | style = list | ||
{{Feature box| | | caption 1 = Spell example. | ||
| <nowiki>{{Feature box|Hypnotic Pattern}}</nowiki> | |||
| caption 2 = Class action example. | |||
| <nowiki>{{Feature box|Multiattack (Spaw)}}</nowiki> | |||
| caption 3 = Weapon action example. | |||
| <nowiki>{{Feature box|Hellflame Cleave|item=Hellfire Greataxe}}</nowiki> | |||
| caption 4 = Example with many damage parameters | |||
| <nowiki>{{Feature box|Multiattack (Water Elemental)}}</nowiki> | |||
}} | |||
==Template data== | ==Template data== | ||
Revision as of 11:23, 17 January 2025
Creates a box to display a creature's special abilities, attacks, and spells. It is intended for use on creature pages, rather than being pages of their own.
You can use it with any weapon action, spell, or class action.
Examples
Spell example.
Markup{{Feature box|Hypnotic Pattern}}Renders as
Class action example.
Markup{{Feature box|Multiattack (Spaw)}}Renders as
Weapon action example.
Markup{{Feature box|Hellflame Cleave|item=Hellfire Greataxe}}Renders as
Example with many damage parameters
Markup{{Feature box|Multiattack (Water Elemental)}}Renders as
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | The content of the feature box. | Content | required |