Difference between revisions of "Template:CharacterTableEntry"
Jump to navigation
Jump to search
>Yvsdrop m (adding data attribute for filtering adventurers with mc70) |
>Eave (used shared AdventurerFilterDataAttributes template for filter data attributes, so we don't have to update 3 different templates every time we add a new filter) |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly>|- class="character-grid-entry grid-entry | + | <includeonly>|- class="character-grid-entry grid-entry" {{#invoke:ProcessArgs|passThrough|AdventurerFilterDataAttributes}} style="text-align:center" |
| [[File:{{{InternalId|}}} 0{{{VariationId|}}} r0{{{Rarity|}}}.png|80px|link={{{Link|}}}]] | | [[File:{{{InternalId|}}} 0{{{VariationId|}}} r0{{{Rarity|}}}.png|80px|link={{{Link|}}}]] | ||
| [[{{{Link|}}}|{{{Name|}}}]] | | [[{{{Link|}}}|{{{Name|}}}]] | ||
| Line 6: | Line 6: | ||
| <div style="width:70px;display:inline-block;text-align:left">{{InlineIcon|Icon Weapon|{{{Weapon|}}}}} {{{Weapon|}}}</div> | | <div style="width:70px;display:inline-block;text-align:left">{{InlineIcon|Icon Weapon|{{{Weapon|}}}}} {{{Weapon|}}}</div> | ||
| [[File:Icon Type Row {{{Type|}}}.png|105px|link=]] | | [[File:Icon Type Row {{{Type|}}}.png|105px|link=]] | ||
| − | | {{#expr:{{{MaxHp|}}}+{{{PlusHp0|}}}+{{{PlusHp1|}}}+{{{PlusHp2|}}}+{{{PlusHp3|}}}+{{{PlusHp4|}}}+{{{McFullBonusHp5|}}}}} | + | | {{#expr:{{#ifexpr: {{{MaxLimitBreakCount|4}}} >= 5|{{#expr:{{{AddMaxHp1|0}}}+{{{PlusHp5|0}}}}}|{{{MaxHp|0}}}}}+{{{PlusHp0|0}}}+{{{PlusHp1|0}}}+{{{PlusHp2|0}}}+{{{PlusHp3|0}}}+{{{PlusHp4|0}}}+{{{McFullBonusHp5|0}}}}} |
| − | | {{#expr:{{{MaxAtk|}}}+{{{PlusAtk0|}}}+{{{PlusAtk1|}}}+{{{PlusAtk2|}}}+{{{PlusAtk3|}}}+{{{PlusAtk4|}}}+{{{McFullBonusAtk5|}}}}} | + | | {{#expr:{{#ifexpr: {{{MaxLimitBreakCount|4}}} >= 5|{{#expr:{{{AddMaxAtk1|0}}}+{{{PlusAtk5|0}}}}}|{{{MaxAtk|0}}}}}+{{{PlusAtk0|0}}}+{{{PlusAtk1|0}}}+{{{PlusAtk2|0}}}+{{{PlusAtk3|0}}}+{{{PlusAtk4|0}}}+{{{McFullBonusAtk5|0}}}}} |
| style="text-align:left;" | {{SkillTooltip|{{{Skill1Name|}}}}}<br/> | | style="text-align:left;" | {{SkillTooltip|{{{Skill1Name|}}}}}<br/> | ||
| style="text-align:left;" | {{SkillTooltip|{{{Skill2Name|}}}}} | | style="text-align:left;" | {{SkillTooltip|{{{Skill2Name|}}}}} | ||
| data-sort-value="{{#time:Ymd|{{{ReleaseDate|}}}}}" | {{#time: M d, Y | {{{ReleaseDate|}}} }} | | data-sort-value="{{#time:Ymd|{{{ReleaseDate|}}}}}" | {{#time: M d, Y | {{{ReleaseDate|}}} }} | ||
|-</includeonly><noinclude>[[Category:Templates]]</noinclude> | |-</includeonly><noinclude>[[Category:Templates]]</noinclude> | ||