More actions
Mednik Breau (talk | contribs) Typo fix in previous commit |
Mednik Breau (talk | contribs) Moved ship restrictions to general information as they are not part of in-game information in Agency window; instead they are shown separately on the Acceleration Gate |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|title = {{{name}}} | |title = {{{name}}} | ||
|bodystyle = width:28em; | |||
|data1 = {{{description|}}} | |data1 = {{{description|}}} | ||
| Line 8: | Line 10: | ||
|header2 = Operational Intel | |header2 = Operational Intel | ||
|label3 = | |label3 = Objective | ||
|data3 = {{{ | |data3 = {{{objective|}}} | ||
|label4 = | |label4 = Time to complete | ||
|data4 = {{{ | |data4 = {{{time to complete|}}} | ||
|label5 = | |label5 = Hostiles | ||
|data5 = {{{ | |data5 = {{{hostiles|}}} | ||
|label6 = | |label6 = Friendlies | ||
|data6 = {{{ | |data6 = {{{friendlies|}}} | ||
| | |header7 = Fleet Recommendations | ||
|label8 = Fleet Size | |label8 = Fleet Size | ||
|data8 = {{{fleet size|}}} | |data8 = {{{fleet size|}}} | ||
| Line 34: | Line 34: | ||
|header11 = General information | |header11 = General information | ||
| | |||
| | |label12 = Ship Restrictions | ||
|data12 = {{{ship restrictions|}}} | |||
|label13 = [[Damage types|Best damage to deal]] | |||
|data13 = {{#if:{{{damage|}}} | |||
| {{{damage}}} | | {{{damage}}} | ||
| {{#if: {{{hostiles|}}} | {{Damage to deal | {{{hostiles}}} }} }} | | {{#if: {{{hostiles|}}} | {{Damage to deal | {{{hostiles}}} }} }} | ||
}} | }} | ||
| | |label14 = [[Damage types|Damage to resist]] | ||
| | |data14 = {{#if:{{{resist|}}} | ||
| {{{resist}}} | | {{{resist}}} | ||
| {{#if: {{{hostiles|}}} | {{Damage to resist | {{{hostiles}}} }} }} | | {{#if: {{{hostiles|}}} | {{Damage to resist | {{{hostiles}}} }} }} | ||
}} | }} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||