- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:EliteShips"
Jump to navigation
Jump to search
com>Ckwng (parse highlight thresholds) |
com>Ckwng (Refactor) |
||
Line 1: | Line 1: | ||
local EliteShips = {} | local EliteShips = {} | ||
local EliteShipsKai = require('Module:EliteShipsKai') | local EliteShipsKai = require('Module:EliteShipsKai') | ||
− | |||
local getArgs = require('Module:GetArgs') | local getArgs = require('Module:GetArgs') | ||
function EliteShips.Table(frame) | function EliteShips.Table(frame) | ||
local args = getArgs{frame = frame} | local args = getArgs{frame = frame} | ||
− | + | return EliteShipsKai:Table(args) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | return EliteShipsKai:Table( | ||
end | end | ||
return EliteShips | return EliteShips |
Revision as of 22:50, 12 February 2015
Documentation for this module may be created at Module:EliteShips/doc
local EliteShips = {}
local EliteShipsKai = require('Module:EliteShipsKai')
local getArgs = require('Module:GetArgs')
function EliteShips.Table(frame)
local args = getArgs{frame = frame}
return EliteShipsKai:Table(args)
end
return EliteShips