Difference between revisions of "Template:Loot table/doc"

From EVE University Wiki
Jump to: navigation, search
m (Update to clarify where the CSS is coming from.)
m (Format.)
 
Line 25: Line 25:
 
:; parameters
 
:; parameters
 
:: Empty or omitted parameters will not be shown.  
 
:: Empty or omitted parameters will not be shown.  
:; TotalBountyValue : Total value of the bounty
+
::; TotalBountyValue : Total value of the bounty
:; NotableLoot''<x>'' : ''<x>'' is 1 till 9. Description/name of the notable loot.
+
::; NotableLoot''<x>'' : ''<x>'' is 1 till 9. Description/name of the notable loot.
:; Note''<x>'' :  ''<x>'' is 1 till 9. Notes about the notable loot e.g. drop rate, who/what drops, etc.
+
::; Note''<x>'' :  ''<x>'' is 1 till 9. Notes about the notable loot e.g. drop rate, who/what drops, etc.
  
 
; Sample
 
; Sample

Latest revision as of 13:33, 8 March 2023

Description
This template is used to create the loot table for combat site pages. This table should include total bounties and all notable possible drops from the site. 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.

This template allows up to 9 notable drops to be listed. Unused rows can be left out without breaking the template.

Dependencies
Uses
{{NPCTableCSS}}
Syntax
{{Loot table
| TotalBountyValue = 
| NotableLoot1 = 
| Note1 = 
| NotableLoot2= 
| Note2 = 
.
.
| NotableLoot9= 
| Note9 = 
}}
parameters
Empty or omitted parameters will not be shown.
TotalBountyValue
Total value of the bounty
NotableLoot<x>
<x> is 1 till 9. Description/name of the notable loot.
Note<x>
<x> is 1 till 9. Notes about the notable loot e.g. drop rate, who/what drops, etc.
Sample
{{Loot table</nowiki><br>
| TotalBountyValue = 12 mil
| NotableLoot1 = 9th Tier Overseer's Personal Effect (2.1M isk)
| Note1 = 100% drop rate
| NotableLoot2= 11th Tier Overseer's Personal Effect (6.3M isk)
| Note2 = 100% drop rate
| NotableLoot3= Shadow Serpentis Modules
| Note3 = From commander frigate
| NotableLoot4= 
| Note4 = 
| NotableLoot9= Coreli A-Type modules
| Note9 = From Supply Stronghold
}}
gives...
Rewards
Item Name Note
Total bounty 12 mil
9th Tier Overseer's Personal Effect (2.1M isk) 100% drop rate
11th Tier Overseer's Personal Effect (6.3M isk) 100% drop rate
Shadow Serpentis Modules From commander frigate
Coreli A-Type modules From Supply Stronghold