More actions
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
h4, h5, h6 {line-height: 1; padding-top: 0; padding-bottom: 0;} | h4, h5, h6 {line-height: 1; padding-top: 0; padding-bottom: 0;} | ||
.wikitable.NPC .head-first {min-width: 360px; } | .wikitable.NPC .head-first {min-width: 360px; } | ||
.wikitable.NPC .head th p {display: none; } | .wikitable.NPC .head th p {display: none; } | ||
| Line 44: | Line 18: | ||
.wikitable.NPC td.icon a img {margin: -6px; } | .wikitable.NPC td.icon a img {margin: -6px; } | ||
.wikitable.NPC .mw-collapsible-toggle {position: absolute; left: 10px; } | .wikitable.NPC .mw-collapsible-toggle {position: absolute; left: 10px; } | ||
}} | }}{{FlashyCSS}} | ||
This template is used to create the table for expected enemy numbers for combat sites. It takes CSS for formatting from {{t|CMBSite}} so either include it or the CSS blurb from it to get skightly different looking table. | This template is used to create the table for expected enemy numbers for combat sites. It takes CSS for formatting from {{t|CMBSite}} so either include it or the CSS blurb from it to get skightly different looking table. | ||
Revision as of 09:40, 23 April 2022
This page should be updated due to game changes.
Reason: Does not use the standardized auto generated template documentation Arin Mara (talk) 14:46, 19 April 2022 (UTC)
Reason: Does not use the standardized auto generated template documentation Arin Mara (talk) 14:46, 19 April 2022 (UTC)
This template is used to create the table for expected enemy numbers for combat sites. It takes CSS for formatting from {{CMBSite}} so either include it or the CSS blurb from it to get skightly different looking table.
Sample output
{{Expected NPC
| TotalExpFrigates = 3
| TotalExpDestroyers = 2
| TotalExpCruisers = 3
| TotalExpBattlecruisers = 4
| TotalExpBattleships = 5
| TotalExpDreadnoughts = 6
| TotalExpSentries = 7
}}
- gives...
| Enemy Type | Count |
|---|---|
| 3 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 |