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 17:59, 7 July 2020
177 bytes added
,
4 years ago
m
no edit summary
Line 95:
Line 95:
end
end
end
end
+
mw.log(predKey)
+
mw.log(pred2)
+
mw.log(pred)
local collection
local collection
local collectionKey = stringKey('collection', context, n)
local collectionKey = stringKey('collection', context, n)
Line 126:
Line 129:
e = collection[i]
e = collection[i]
end
end
+
mw.log(e._name)
+
mw.log(pred and pred(e, i))
+
mw.log(pred2 and pred2(e, i))
if pred and not pred(e, i) or pred2 and not pred2(e, i) then
if pred and not pred(e, i) or pred2 and not pred2(e, i) then
i = i + 1
i = i + 1
がか
cssedit, gkautomate
7,064
edits