Template:GearItem: Difference between revisions
Appearance
No edit summary |
No edit summary Β |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable | <includeonly> | ||
! rowspan="2" style="width: | <!-- ====================================================== | ||
! | Β Β GEAR ITEMΒ β’Β minimal infobox + stat table | ||
! | Β Β ====================================================== --> | ||
Β | |||
{| class="wikitable gear-table" style="margin:0 auto; text-align:center; max-width:650px;" | |||
Β | |||
|+ '''{{ucfirst:{{{gear}}}}}''' β {{{slot}}} | |||
Β | |||
<!-- 1 βΈ IMAGE -------------------------------------------------------- --> | |||
|- | |||
| colspan="9" | [[File:{{{image|{{{gear}}} {{{slot}}}.png}}}|200px|frameless|center]] | |||
Β | |||
<!-- 2 βΈ CRAFT COST --------------------------------------------------- --> | |||
|- | |||
! style="width:110px;" | Craft cost | |||
| colspan="8" | {{#if:{{{create_scrap|}}}{{{create_energy|}}} | |||
Β | {{{create_scrap}}} Scrap Β· {{{create_xp}}} Alchemy XP Β· {{{create_energy}}} Energy | |||
Β | β }} | |||
Β | |||
<!-- 3 βΈ HEADER ROWS (stats) ----------------------------------------- --> | |||
|- | |||
! rowspan="2" style="width:80px;" | Rarity | |||
! rowspan="2" | HP | |||
! rowspan="2" | Armor | |||
! colspan="2" | Sword | ! colspan="2" | Sword | ||
! colspan="2" | Shield | ! colspan="2" | Shield | ||
! colspan="2" | Spell | ! colspan="2" | Spell | ||
|- | |- | ||
! ATK !! DEF !! ATK !! DEF !! ATK !! DEF ! | ! ATK !! DEF !! ATK !! DEF !! ATK !! DEF | ||
|- | Β | ||
! Common (C) | <!-- 4 βΈ COMMON ------------------------------------------------------- --> | ||
| {{{c_hp}}} || β || {{{c_armor}}} || | |- class="rarity-C" | ||
|- | ! scope=row | Common (C) | ||
! Uncommon (U) | | {{#if:{{{c_hp|}}}|{{{c_hp}}}|β}} | ||
| {{{u_hp}}} || β || {{{u_armor}}} || | | {{#if:{{{c_armor|}}}|{{{c_armor}}}|β}} | ||
|- | | {{#if:{{{c_sword_atk|}}}|{{{c_sword_atk}}}|β}} | ||
! Rare (R) | | {{#if:{{{c_sword_def|}}}|{{{c_sword_def}}}|β}} | ||
| {{{r_hp}}} || β || {{{r_armor}}} || | | {{#if:{{{c_shield_atk|}}}|{{{c_shield_atk}}}|β}} | ||
|- | | {{#if:{{{c_shield_def|}}}|{{{c_shield_def}}}|β}} | ||
! Epic (E) | | {{#if:{{{c_spell_atk|}}}|{{{c_spell_atk}}}|β}} | ||
| {{{e_hp}}} || β || {{{e_armor}}} || | | {{#if:{{{c_spell_def|}}}|{{{c_spell_def}}}|β}} | ||
Β | |||
<!-- 5 βΈ UNCOMMON ----------------------------------------------------- --> | |||
|- class="rarity-U" | |||
! scope=row | Uncommon (U) | |||
| {{#if:{{{u_hp|}}}|{{{u_hp}}}|β}} | |||
| {{#if:{{{u_armor|}}}|{{{u_armor}}}|β}} | |||
| {{#if:{{{u_sword_atk|}}}|{{{u_sword_atk}}}|β}} | |||
| {{#if:{{{u_sword_def|}}}|{{{u_sword_def}}}|β}} | |||
| {{#if:{{{u_shield_atk|}}}|{{{u_shield_atk}}}|β}} | |||
| {{#if:{{{u_shield_def|}}}|{{{u_shield_def}}}|β}} | |||
| {{#if:{{{u_spell_atk|}}}|{{{u_spell_atk}}}|β}} | |||
| {{#if:{{{u_spell_def|}}}|{{{u_spell_def}}}|β}} | |||
Β | |||
<!-- 6 βΈ RARE --------------------------------------------------------- --> | |||
|- class="rarity-R" | |||
! scope=row | Rare (R) | |||
| {{#if:{{{r_hp|}}}|{{{r_hp}}}|β}} | |||
| {{#if:{{{r_armor|}}}|{{{r_armor}}}|β}} | |||
| {{#if:{{{r_sword_atk|}}}|{{{r_sword_atk}}}|β}} | |||
| {{#if:{{{r_sword_def|}}}|{{{r_sword_def}}}|β}} | |||
| {{#if:{{{r_shield_atk|}}}|{{{r_shield_atk}}}|β}} | |||
| {{#if:{{{r_shield_def|}}}|{{{r_shield_def}}}|β}} | |||
| {{#if:{{{r_spell_atk|}}}|{{{r_spell_atk}}}|β}} | |||
| {{#if:{{{r_spell_def|}}}|{{{r_spell_def}}}|β}} | |||
Β | |||
<!-- 7 βΈ EPIC --------------------------------------------------------- --> | |||
|- class="rarity-E" | |||
! scope=row | Epic (E) | |||
| {{#if:{{{e_hp|}}}|{{{e_hp}}}|β}} | |||
| {{#if:{{{e_armor|}}}|{{{e_armor}}}|β}} | |||
| {{#if:{{{e_sword_atk|}}}|{{{e_sword_atk}}}|β}} | |||
| {{#if:{{{e_sword_def|}}}|{{{e_sword_def}}}|β}} | |||
| {{#if:{{{e_shield_atk|}}}|{{{e_shield_atk}}}|β}} | |||
| {{#if:{{{e_shield_def|}}}|{{{e_shield_def}}}|β}} | |||
| {{#if:{{{e_spell_atk|}}}|{{{e_spell_atk}}}|β}} | |||
| {{#if:{{{e_spell_def|}}}|{{{e_spell_def}}}|β}} | |||
Β | |||
|} | |} | ||
</includeonly> | |||
<noinclude>{{Documentation}}</noinclude> |