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

Changes

Jump to navigation Jump to search
m
no edit summary
Line 73: Line 73:  
-- TODO: japanese tooltips
 
-- TODO: japanese tooltips
 
ship_cell        = '|[[${ship}|<span style="color:${color};">${ship}</span>]]\n',
 
ship_cell        = '|[[${ship}|<span style="color:${color};">${ship}</span>]]\n',
 +
none_cell        = '|None\n',
 
node_cell        = '|style="background-color:#${background_color};color:${color}"|${diff}\n',
 
node_cell        = '|style="background-color:#${background_color};color:${color}"|${diff}\n',
 
empty_cell      = '|\n',
 
empty_cell      = '|\n',
Line 242: Line 243:  
add(row.rare and table_format.rare_row or table_format.row)
 
add(row.rare and table_format.rare_row or table_format.row)
 
add(format{table_format.type_cell, type = row.type})
 
add(format{table_format.type_cell, type = row.type})
add(format{table_format.ship_cell, color = row.ship_color, ship = row.ship})
+
add(row.ship == 'None' and table_format.none_cell or format{table_format.ship_cell, color = row.ship_color, ship = row.ship})
 
for _, node in pairs(tbl.nodes) do
 
for _, node in pairs(tbl.nodes) do
 
local node = row.nodes[node.name]
 
local node = row.nodes[node.name]
cssedit, gkautomate
6,928

edits

Navigation menu