• 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 12: Line 12:  
item = [=[|%s]=],
 
item = [=[|%s]=],
 
}
 
}
  −
local function render(frame)
  −
local shipClass = frame.args[1]
  −
local remodelSuffix = frame.args[2]
  −
local notes = frame.args[3]
  −
local coloring = frame.args[4]
  −
  −
return generateTable(shipClass, remodelSuffix, notes, coloring)
  −
end
      
local function generateTable(shipClass, remodelSuffix, notes, coloring, ...)
 
local function generateTable(shipClass, remodelSuffix, notes, coloring, ...)
Line 63: Line 54:  
return table.concat(result, "\n")
 
return table.concat(result, "\n")
 
end
 
end
 +
 +
local function render(frame)
 +
local shipClass = frame.args[1]
 +
local remodelSuffix = frame.args[2]
 +
local notes = frame.args[3]
 +
local coloring = frame.args[4]
 +
 +
return generateTable(shipClass, remodelSuffix, notes, coloring)
 +
end
    
local function test()
 
local function test()
1,031

edits

Navigation menu