More actions
Mednik Breau (talk | contribs) Adding damage to deal/damage to resist (code from Template:CMBSiteInfo ) |
Mednik Breau (talk | contribs) Moved damage and resist to separate section as they are not part of in-game information |
||
| Line 20: | Line 20: | ||
|data6 = {{{hostiles|}}} | |data6 = {{{hostiles|}}} | ||
| | |label7 = Friendlies | ||
| | |data7 = {{{friendlies|}}} | ||
|header8 = Fleet Recommendations | |||
|label8 = Fleet Size | |||
|data8 = {{{fleet size|}}} | |||
|label9 = Roles | |||
|data9 = {{{roles|}}} | |||
|label10 = Module Types | |||
|data10 = {{{module types|}}} | |||
|header12 = General information | |||
| label11 = [[Damage types|Best damage to deal]] | |||
| data11 = {{#if:{{{damage|}}} | |||
| {{{damage}}} | | {{{damage}}} | ||
| {{#if: {{{hostiles|}}} | {{Damage to deal | {{{hostiles}}} }} }} | | {{#if: {{{hostiles|}}} | {{Damage to deal | {{{hostiles}}} }} }} | ||
}} | }} | ||
| | | label12 = [[Damage types|Damage to resist]] | ||
| | | data12 = {{#if:{{{resist|}}} | ||
| {{{resist}}} | | {{{resist}}} | ||
| {{#if: {{{hostiles|}}} | {{Damage to resist | {{{hostiles}}} }} }} | | {{#if: {{{hostiles|}}} | {{Damage to resist | {{{hostiles}}} }} }} | ||
}} | }} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||