Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:MapBranchingTable
(view source)
Revision as of 14:04, 25 March 2017
76 bytes added
,
7 years ago
no edit summary
Line 118:
Line 118:
end
end
local sorting
local sorting
−
if args.order then
+
if args.order
and args.order ~= "none"
then
local order_nodes = mw.text.split(args.order, "%s*,%s*")
local order_nodes = mw.text.split(args.order, "%s*,%s*")
sorting = function(a, b)
sorting = function(a, b)
Line 134:
Line 134:
end
end
end
end
−
table.sort(branching.index, sorting)
+
if args.order ~= "none" then
−
for _, from in ipairs(branching.index) do
+
table.sort(branching.index, sorting)
+
end
+
--
for _, from in ipairs(branching.index) do
-- table.sort(branching[from].index, sorting)
-- table.sort(branching[from].index, sorting)
−
end
+
--
end
end
end
がか
cssedit, gkautomate,
Interface administrators
,
Widget editors
7,076
edits