Template:Feature box: Difference between revisions

Jump to navigation Jump to search
use {1} for content
m (add copy-ready)
(use {1} for content)
Line 1: Line 1:
<includeonly>{{TooltipBox|{{SAI|{{{name}}}|w=40}}|image={{{image name|{{{name}}}.webp}}}|w=100|
<includeonly>{{TooltipBox|{{SAI|{{{name}}}|w=40}}|image={{{image name|{{{name}}}.webp}}}|w=100|
{{{content}}}
{{{1}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Creates a box to display enemy features such as special abilities and attacks. It is intended for use on creature pages, rather than being pages of their own. For player features, use [[Template:ActionPage]].
Creates a box to display enemy features such as special abilities and attacks. It is intended for use on creature pages, rather than being pages of their own. For player features, use [[Template:ActionPage]].
Line 10: Line 10:
|name=
|name=
|image name=
|image name=
|content=
|
}}
}}
</pre>
</pre>
Line 18: Line 18:
|name=Strengthened Shillelagh
|name=Strengthened Shillelagh
|image name=Strengthened Shillelagh.webp
|image name=Strengthened Shillelagh.webp
|content=* The Dryad's [[Quarterstaff|staff]] or [[club]] deals {{DamageText|4d8|Bludgeoning}} damage, and uses your [[Ability Score Modifier|Spellcasting Ability]] for {{Attack Roll}}s.
|* The Dryad's [[Quarterstaff|staff]] or [[club]] deals {{DamageText|4d8|Bludgeoning}} damage, and uses your [[Ability Score Modifier|Spellcasting Ability]] for {{Attack Roll}}s.
}}
}}


Line 28: Line 28:
{
{
"params": {
"params": {
"1": {
"description": "The content of the feature box.",
"type": "content",
"required": true
},
"name": {
"name": {
"description": "The name of the ability. ",
"description": "The name of the ability. ",
"type": "string",
"type": "string",
"required": true
},
"content": {
"description": "The description.",
"type": "content",
"required": true
"required": true
},
},
Line 46: Line 46:
"name",
"name",
"image name",
"image name",
"content"
"1"
]
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Navigation menu