Changes

no edit summary
Line 1: Line 1:  
local U = require("Module:Core")
 
local U = require("Module:Core")
local View = require("Module:View")
   
local Ship = require("Module:Ship")
 
local Ship = require("Module:Ship")
 
local Formatting = require("Module:Formatting")
 
local Formatting = require("Module:Formatting")
Line 52: Line 51:     
local function render(frame)
 
local function render(frame)
   local args = U.getTemplateArgs(frame)
+
   local args = frame.args
 
   local result = {[[<div style="overflow-x:auto"><table class="wikitable sortable" style="text-align:center;width:100%">]]}
 
   local result = {[[<div style="overflow-x:auto"><table class="wikitable sortable" style="text-align:center;width:100%">]]}
 
   table.insert(result, "<tr>")
 
   table.insert(result, "<tr>")
Line 77: Line 76:  
end
 
end
   −
return { returnShipDrop = render } -- View(render, {"Nagato", "Yamato"})
+
return { returnShipDrop = render }
cssedit, gkautomate
6,928

edits