• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Template:EliteShipsKai/doc"

From Kancolle Wiki
Jump to navigation Jump to search
>Ckwng
(Created page with "This template uses ship data modules to construct a ship comparison chart. It automatically merges cells, highlights cells and emphasizes values based on customizable threshol...")
 
>Ckwng
Line 72: Line 72:
  
 
Only the *_good and *_operator parameters are supported for emphasis. The *_outstanding parameter is '''not''' supported for emphasis.
 
Only the *_good and *_operator parameters are supported for emphasis. The *_outstanding parameter is '''not''' supported for emphasis.
 +
 +
<includeonly>[[Category:Templates that use ship data modules|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 13:47, 21 February 2015

This template uses ship data modules to construct a ship comparison chart. It automatically merges cells, highlights cells and emphasizes values based on customizable thresholds.

Example

{{EliteShipsKai
 |Sendai/Kai
 |Jintsuu/Kai
 |Naka/Kai
 |-
 |Sendai/Kai Ni
 |Jintsuu/Kai Ni
 |Naka/Kai Ni
 |#
 |Ooi/Kai Ni
 |Kitakami/Kai Ni
 |Kiso/Kai Ni
 |firepower_good = 65
 |firepower_outstanding = 69
 |torpedo_good = 86
 |torpedo_outstanding = 90
 }}

Parameters

The following sections describe the parameters that can be passed to this template.

Ships

The list of ships to be included in that table should be passed in as unnamed parameters, like in the example. Pass a dash (-) to prevent cells in the row above from merging with cells in the row below. Pass a hash (#) to insert a header row.

Ship Name Format

Ships should be passed in as ship_name[/suffix].

For example, the basic form of Ooyodo would be specified as Ooyodo, whereas her Kai form would be specified as Ooyodo/Kai.

Cell highlighting

Thresholds can be set to control automatic highlighting of many of the columns. The following columns can be highlighted:

  • remodel_level
  • firepower
  • torpedo
  • aa
  • asw
  • los
  • luck
  • hp
  • armor
  • evasion
  • speed
  • aircraft
  • fuel
  • ammo

To set the threshold for the yellow highlight, pass the parameter column_name_good.

To set the threshold for the green highlight, pass the parameter column_name_outstanding.

By default, if the value of the cell > the threshold value, then the highlight is applied.

You can change the operator used by passing the parameter column_name_operator. The operators >, < are available.

Cell value emphasis

In addition, thresholds can be set to control automatic emphasis of the sub values of some columns. The following values can be highlighted:

  • luck_max
  • aircraft_slot

Only the *_good and *_operator parameters are supported for emphasis. The *_outstanding parameter is not supported for emphasis.