- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
View source for Module:EnemyEncounters
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- [[Category:Net modules]]
local p = {}
local remiLib = require("Module:RemiLib")
-- Module for enemy encounter tables written by
-- Remi_Scarlet
-- I fucking hate lua.
-- 10/24/15 Added colorful blue button as per Wsewo's request.
-- checks if data is in the array as a key
function getLetterNum(x)
x = tostring(x)
local ab = mw.text.split(x, "-")
return ab[2] and ab[1] or x:sub(1, 1), ab[2] and ab[2]:sub(1, 1) or x:sub(2, 2)
end
function valid(data, array)
local valid = {}
if array ~= nil then
000
1:0
Templates used on this page:
Return to Module:EnemyEncounters.