- Description
- This template is used to create the table for expected enemy numbers for combat sites. It takes CSS for formatting from
{{NPCTableCSS}} (Included in {{CMBSiteInfo}} and the deprecated {{CMBSite}} so include one of them to get a slightly different looking table.
- Dependencies
-
- Uses
- {{NPCTableCSS}}
- Syntax
{{Expected NPC
| TotalExpFrigates =
| TotalExpDestroyers =
| TotalExpCruisers =
| TotalExpBattlecruisers =
| TotalExpBattleships =
| TotalExpDreadnoughts =
| TotalExpSentries =
}}
- Parameters
- Empty or omitted parameters will not be shown.
- TotalExpFrigates
- The total number of expected frigates
- TotalExpDestroyers
- The total number of expected destroyers
- TotalExpCruisers
- The total number of expected cruisers
- TotalExpBattlecruisers
- The total number of expected battlecruisers
- TotalExpBattleships
- The total number of expected battleships
- TotalExpDreadnoughts
- The total number of expected dreadnoughts
- TotalExpSentries
- The total number of expected sentries
- Sample
{{Expected NPC</nowiki>
| TotalExpFrigates = 3
| TotalExpDestroyers = 2
| TotalExpCruisers =
| TotalExpBattlecruisers = 4
| TotalExpBattleships = 5
| TotalExpDreadnoughts = 6
| TotalExpSentries = 7
}}
- gives...
Total expected enemies
| Enemy Type |
Count
|
Frigates |
3
|
Destroyers |
2
|
Battlecruisers |
4
|
Battleships |
5
|
Dreadnoughts |
6
|
Sentries |
7
|