Welcome to the Kancolle Wiki!
If you have any questions regarding site content, account registration, etc., please visit the
KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Module:Iterator
(view source)
Revision as of 23:35, 13 July 2019
103 bytes added
,
5 years ago
m
no edit summary
Line 38:
Line 38:
-- * Ship iterators.
-- * Ship iterators.
−
function Iterator.shipsByNo(context
, n
)
+
function Iterator.shipsByNo(context)
−
local extra = stringKey('extra', context
, n
)
+
local extra = stringKey('extra', context)
local function prefix(i)
local function prefix(i)
if extra then
if extra then
i = i + 1300
i = i + 1300
end
end
−
return
(i - 1) % 10 == 0
and
string.format('
!
%d-%d', i, i - 1 + 10)
+
if
(i - 1) % 10 == 0
then
+
local key = 'key' .. i
+
context[key] =
string.format('
===No.
%d-%d
===
', i, i - 1 + 10)
+
return '!' .. key
+
end
end
end
local collection = require('Module:Collection/ShipsByNo' .. (extra and 2 or 1))
local collection = require('Module:Collection/ShipsByNo' .. (extra and 2 or 1))
がか
cssedit, gkautomate
7,064
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Pumpkin Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version