- 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:ListOfSortable
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.
---
-- Automates generation of sortable table by designated class by looking at all ships within Module:Data/Ship
--
-- TODO: Get stats from Module:Data/Ship instead of relying on Module:ELiteShipsKai to retrieve from Module:Data/Ships/<ShipName>
-- TODO: Automate coloring without Module:EliteShipsKai
-- TODO: Handle equipment
local ListOfSortable = {}
local U = require('Module:Core')
local template = {
footer = "}}",
-- header = [[{{EliteShipsKaiSortable]],
header = [[]],
item = [=[%s]=],
}
local function GenerateTable(equipmentOrShip, itemType, remodelSuffix, notes, coloring, ...)
local success,data
local equipment = false
if equipmentOrShip == 'Equipment' then
000
1:0
Template used on this page:
Return to Module:ListOfSortable.