• 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
no edit summary
Line 125: Line 125:  
                 table.insert(result_days, format{
 
                 table.insert(result_days, format{
 
                     ImprovementTable._day_cell,
 
                     ImprovementTable._day_cell,
                     background = "rgb(170, 235, 170)",
+
                     background = ImprovementTable._available_color,
 
                     ships = "✓",
 
                     ships = "✓",
 
                 })
 
                 })
Line 258: Line 258:  
     return table.concat(self.rows, "\n")
 
     return table.concat(self.rows, "\n")
 
end
 
end
 +
 +
local getArgs = require("Module:GetArgs")
 +
 +
function ImprovementTable.Main(frame)
 +
    local args = getArgs{frame = frame:getParent()}
 +
    return ImprovementTable:Table(args)
 +
end
    
return ImprovementTable
 
return ImprovementTable
cssedit, gkautomate
7,064

edits

Navigation menu