Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ListOfSortable
(view source)
Revision as of 19:59, 6 September 2022
No change in size
,
2 years ago
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()
Memetails
1,031
edits