Template:StatChartRowInfo.dpl: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(Expose CharacterPool with css classes)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<tr class="stattable-stats" data-character_id="{{{Id|}}}" data-character_name="{{{Name|}}}">
<tr class="stattable-stats attack-{{lc:{{{AttackType|normal}}}}} armor-{{lc:{{{ArmorType|normal}}}}} class-{{lc:{{{CombatClass|striker}}}}} role-{{lc:{{{Role|attacker}}}}} school-{{#replace:{{lc:{{{School|etc}}}}}| |_}} rarity-{{lc:{{{Rarity|0}}}}} pool-{{lc:{{{CharacterPool|regular}}}}}" data-character_id="{{{Id|}}}" data-character_name="{{{Name|}}}">
<td style="padding:0">[[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>
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="attack-type mw-no-invert bg-element {{lc: {{{AttackType|}}} }}">{{{AttackType|}}}</td>
<td class="attack-type mw-no-invert bg-element bg-{{lc: {{{AttackType|}}} }}">{{{AttackType|}}}</td>
<td class="armor-type mw-no-invert bg-element {{lc: {{{ArmorType|}}} }}">{{{ArmorType|}}}</td>
<td class="armor-type mw-no-invert bg-element bg-{{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>

Latest revision as of 16:01, 10 February 2023