• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Sandbox/CombatTable

From Kancolle Wiki
Revision as of 15:29, 22 October 2015 by がか (talk | contribs) (Created page with " local Combat = require('Module:Combat') local Table = {} function Table.test(frame) return Combat.table(frame) end return Table")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/CombatTable/doc

local Combat = require('Module:Combat')

local Table = {}

function Table.test(frame)
    return Combat.table(frame)
end

return Table