Template:Infobox Ability: Difference between revisions
Template page
More actions
No edit summary |
cleanup |
||
| Line 1: | Line 1: | ||
<includeonly | <includeonly><!-- | ||
-->{{Infobox image row | Template | ||
--><table class="tg-infobox floatright"><!-- | |||
-->{{Infobox image row | |||
|caption = {{{caption|}}} | |caption = {{{caption|}}} | ||
|image = {{{image|}}} | |image = {{{image|}}} | ||
| Line 50: | Line 51: | ||
-------------- | -------------- | ||
--><templatestyles src="Template:Infobox/styles.css"/><!-- | --><templatestyles src="Template:Infobox/styles.css"/><!-- | ||
--></includeonly><!-- | --></includeonly><!-- | ||
| Line 59: | Line 60: | ||
{{Infobox Ability | {{Infobox Ability | ||
| name | | name={{{name}}} | ||
| caption | | caption={{{caption}}} | ||
| image | | image={{{image}}} | ||
| range | | range={{{range}}} | ||
| target | | target={{{target}}} | ||
| cost | | cost={{{cost}}} | ||
| level | | level={{{level}}} | ||
| damage | | damage={{{damage}}} | ||
| description = | | description={{{description}}} | ||
}} | }} | ||
==Usage== | |||
<pre> | <pre> | ||
{{Infobox Ability | {{Infobox Ability | ||
| name | | name = | ||
| image | | image = | ||
| caption | | caption = | ||
| range | | range = | ||
| target | | target = | ||
| cost | | cost = | ||
| damage | | damage = | ||
| description = | | description = | ||
}} | }} | ||
</pre> | </pre><!-- | ||
Category | |||
-------- | |||
-->[[Category:Abilities|{{PAGENAME}}]]<!-- | |||
--> | |||
</noinclude> | |||
Revision as of 22:22, 1 December 2025
This template is for abilities (spells, skills, powers, etc.).
| [[File:{{{image}}}|320x480px|thumb|center|{{{caption}}}]] | |
| {{{name}}} | |
|---|---|
| Range | {{{range}}} |
| Target | {{{target}}} |
| Cost | {{{cost}}} |
| Damage | {{{damage}}} |
| Level | {{{level}}} |
| Description | |
| {{{description}}} | |
Usage
{{Infobox Ability
| name =
| image =
| caption =
| range =
| target =
| cost =
| damage =
| description =
}}