Template:StatChartRowInfo.dpl: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<tr class="stattable-stats" data-character_id="{{{Id|}}}" data-character_name="{{{Name|}}}">
<tr class="stattable-stats" data-character_id="{{{Id|}}}" data-character_name="{{{Name|}}}">
<td style="padding:0">{{#ifexist: Image:{{{%TITLE%|}}}.png |[[File:{{{%TITLE%|}}}.png|40px|link={{{%TITLE%}}}|alt={{{Name|}}}]]}}</td>
<td style="padding:0">[[File:{{{%TITLE%|}}}.png|40px|link={{{%TITLE%}}}|alt={{{Name|}}}]]</td>
<td>[[%TITLE%|{{{Name|}}}]]</td>
<td>[[%TITLE%|{{{Name|}}}]]</td>
<td class="rarity hidden" style="text-align:center">{{Rarity|{{{Rarity|}}}}}</td>
<td class="rarity hidden" style="text-align:center">{{Rarity|{{{Rarity|}}}}}</td>
Line 7: Line 7:
<td class="role hidden">{{{Role|}}}</td>
<td class="role hidden">{{{Role|}}}</td>
<td class="position hidden">{{{Position|}}}</td>
<td class="position hidden">{{{Position|}}}</td>
<td class="mw-no-invert" style="background-color:{{Color|AttackType|{{{AttackType|}}}}};color:white;font-weight:bold">{{{AttackType|}}}</td>
<td class="attack-type mw-no-invert bg-element {{lc: {{{AttackType|}}} }}">{{{AttackType|}}}</td>
<td class="mw-no-invert" style="background-color:{{Color|ArmorType|{{{ArmorType|}}}}};color:white;font-weight:bold">{{{ArmorType|}}}</td>
<td class="armor-type mw-no-invert bg-element {{lc: {{{ArmorType|}}} }}">{{{ArmorType|}}}</td>
<td class="combat-class hidden">{{{CombatClass|}}}</td>
<td class="combat-class hidden">{{{CombatClass|}}}</td>
<td class="weapon-type hidden">{{{WeaponType|}}}</td>
<td class="weapon-type hidden">{{{WeaponType|}}}</td>

Revision as of 16:01, 27 October 2022