Template:Ability Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
remove self categorize, all of these have only one entry and its not clear what those categories would be used for |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly | <includeonly><infobox theme="image-darkbg"> | ||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | |||
<caption source="caption"/> | |||
</image> | |||
<data source="character"> | |||
<label>Character</label> | |||
<format>[[{{{character}}}]]</format> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
<format>[[{{{type}}}]]</format> | |||
</data> | |||
<group> | |||
<panel> | |||
<section> | |||
<label>Description</label> | |||
<data source="desc"/> | |||
</section> | |||
<section> | |||
<label>Details</label> | |||
<data source="scale_att"> | |||
<format>'''Scaling'''<br/>{{Array|{{{scale_att|}}}|;|* [[{item}]] {newline}<!---->}}</format> | |||
</data> | |||
<data source="utility"> | |||
<format>'''Utility'''<br/>{{Array|{{{utility|}}}|;|* [[{item}]] {newline}<!---->}}</format> | |||
</data> | |||
</section> | |||
</panel> | |||
</group> | </group> | ||
</infobox><!-- | </infobox><!-- | ||
Auto-Categorize Only in Main Namespace | |||
-->{{Namespace|main=<!-- | -->{{Namespace|main=<!-- | ||
Display Title | |||
-->{{#ifeq:{{NAMESPACE}}||<!-- | |||
-->{{#if:{{{title|}}}{{{displaytitle|}}}|{{#ifeq:{{PAGENAME}}|{{{title}}}||{{#ifeq:{{lc:{{{displaytitle|}}}}}|no||{{DISPLAYTITLE:{{{displaytitle|{{{title}}}}}}|noreplace}}}}}}}}<!-- | |||
-->}}<!-- | |||
Type | |||
-->{{#ifeq:{{{type}}}|Bonus Ability<!-- | -->{{#ifeq:{{{type}}}|Bonus Ability<!-- | ||
-->|<!-- | -->|<!-- | ||
| Line 55: | Line 58: | ||
-->}}<!-- | -->}}<!-- | ||
--></includeonly><!-- | --></includeonly><!-- | ||
--><noinclude>{{Documentation|type=Infobox | --><noinclude>{{Documentation|type=Infobox}}</noinclude> | ||
}}</noinclude> | |||
Latest revision as of 13:56, 7 November 2025
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
Syntax
- title — Name of Ability.
- image — Image.
- character — Character Name.
- type — Ability Type, e.g. Battle Skill or Exploration Skill.
- desc — Ability Description.
- scale_att — Ability Att Scaling, optional. Semi-colon (;) separated list.
- utility — Ability Utility, optional. Semi-colon (;) separated list.
Examples
|title = Finger-licking Feast
|image = Ability Finger-licking Feast.png
|character = Puddlipup
|type = Battle Skill
|desc = '''Active:'''<br/> Snack up! After the feasting is done, gains 450%{MP} Shield for 8s and 40 Armor and MR while the Shield exists.
'''Passive:'''<br/> Can trigger once per battle: When taking Fatal Damage, Puddlipup's Health cannot drop below 1, after which it will heal itself for 50%{Health} Health over 2s.
|scale_att = MP;HP
|utility = Armor Increase;MR Increase;Shield;Heal
}}
TemplateData
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | Unknown | optional |
| character | character | no description | Unknown | optional |
| type | type | no description | Unknown | optional |
| scale_att | scale_att | no description | Unknown | optional |
| utility | utility | no description | Unknown | optional |