Module:Luacard2: Difference between revisions

From Archon Arcana - The KeyForge Wiki
Module:Luacard2
(Module:Luacard2)
(Module:Luacard2)
Line 68: Line 68:
local under_tab = {}
local under_tab = {}
for k,v in pairs(table) do
for k,v in pairs(table) do
if v==nil then
table[k] = ''
v = ''
end
if string.find(k, '[.]') then
if string.find(k, '[.]') then
local parts = mw.text.split(k, '[.]')
local parts = mw.text.split(k, '[.]')