Difference between revisions of "Template:Expected NPC/doc"

From EVE University Wiki
Jump to: navigation, search
m (Update to clarify where the CSS is coming from.)
m (Fix 2 errors left over from previous edit.)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
| TotalExpBattleships    =  
 
| TotalExpBattleships    =  
 
| TotalExpDreadnoughts  =  
 
| TotalExpDreadnoughts  =  
 +
| TotalExpCarriers      =
 +
| TotalExpTitans        =
 
| TotalExpSentries      =  
 
| TotalExpSentries      =  
 
}}
 
}}
Line 27: Line 29:
 
::; TotalExpBattleships : The total number of expected battleships
 
::; TotalExpBattleships : The total number of expected battleships
 
::; TotalExpDreadnoughts : The total number of expected dreadnoughts
 
::; TotalExpDreadnoughts : The total number of expected dreadnoughts
 +
::; TotalExpCarriers : The total number of expected Carriers
 +
::; TotalExpTitans : The total number of expected Titans
 
::; TotalExpSentries : The total number of expected sentries
 
::; TotalExpSentries : The total number of expected sentries
  
 
; Sample
 
; Sample
 
<pre>
 
<pre>
{{Expected NPC</nowiki>
+
{{Expected NPC
 
| TotalExpFrigates      = 3
 
| TotalExpFrigates      = 3
 
| TotalExpDestroyers    = 2
 
| TotalExpDestroyers    = 2
Line 52: Line 56:
 
}}
 
}}
  
<includeonly>[[Category:Image templates}}]]<!-- Any categories for the template itself --></includeonly>
+
<includeonly>[[Category:Image templates]]<!-- Any categories for the template itself --></includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 13:59, 4 February 2023

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   = 
| TotalExpCarriers       =
| TotalExpTitans         =
| 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
TotalExpCarriers
The total number of expected Carriers
TotalExpTitans
The total number of expected Titans
TotalExpSentries
The total number of expected sentries
Sample
{{Expected NPC
| TotalExpFrigates       = 3
| TotalExpDestroyers     = 2
| TotalExpCruisers       = 
| TotalExpBattlecruisers = 4
| TotalExpBattleships    = 5
| TotalExpDreadnoughts   = 6
| TotalExpSentries       = 7
}}
gives...
Total expected enemies
Enemy Type Count
Icon red frigate.png Frigates 3
Icon red destroyer.png Destroyers 2
Icon red battlecruiser.png Battlecruisers 4
Icon red battleship.png Battleships 5
Icon red dreadnought.png Dreadnoughts 6
Icon red tower.png Sentries 7