Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Iterator
(view source)
Revision as of 00:36, 14 July 2019
119 bytes added
,
5 years ago
no edit summary
Line 50:
Line 50:
end
end
end
end
−
local collection = require('Module:Collection/ShipsByNo' ..
(extra and 2 or 1)
)
+
local collection =
U.ifilter(
require('Module:Collection/ShipsByNo'
), function(e)
+
if extra then
+
return e
.
no >= 1301
+
else
+
return e
.
no < 1301
+
end
+
end
)
local i = 0
local i = 0
local current
local current
Line 65:
Line 71:
prefixFlag = false
prefixFlag = false
else
else
−
current = e.
_name
or '-'
+
current = e.
name
or '-'
prefixFlag = true
prefixFlag = true
end
end
がか
cssedit, gkautomate
7,064
edits