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 20:06, 6 September 2022
56 bytes added
,
2 years ago
no edit summary
Line 56:
Line 56:
local function render(frame)
local function render(frame)
−
local shipClass = frame.args[1]
+
local shipClass =
U.split(
frame.args[1]
, ',')
−
local remodelSuffix = frame.args[2]
+
local remodelSuffix =
U.split(
frame.args[2]
, ',')
−
local notes = frame.args[3]
+
local notes =
U.split(
frame.args[3]
, ',')
−
local coloring = frame.args[4]
+
local coloring =
U.split(
frame.args[4]
, ',')
return generateTable(shipClass, remodelSuffix, notes, coloring)
return generateTable(shipClass, remodelSuffix, notes, coloring)
Memetails
1,045
edits