- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 4:
Line 4:
− +
+
+
+
+
wrapper template
function EliteShips.Table(frame)
function EliteShips.Table(frame)
local args = getArgs{frame = frame}
local args = getArgs{frame = frame,
wrappers = {
"Template:EliteShipsKai",
}
}
return EliteShipsKai:Table(args)
return EliteShipsKai:Table(args)
end
end
return EliteShips
return EliteShips