Changes

m
no edit summary
Line 1: Line 1: −
local Utils = require("Module:Utils")
+
local U = require("Module:Utils")
 
local format = require("Module:StringOperations").format
 
local format = require("Module:StringOperations").format
 
local Formatting = require("Module:Formatting")
 
local Formatting = require("Module:Formatting")
Line 18: Line 18:     
function debugLog(k, v)
 
function debugLog(k, v)
     k = tostring(k):gsub("%s+", "")
+
     k = U.trim(tostring(k))
     v = tostring(v):gsub("%s+", "")
+
     v = U.trim(tostring(v))
 
     table.insert(debug, k .. " = " .. v)
 
     table.insert(debug, k .. " = " .. v)
 
end
 
end
Line 259: Line 259:  
function Calc.format(frame_, args_)
 
function Calc.format(frame_, args_)
 
     frame = frame_
 
     frame = frame_
     args = args_ or Utils.getTemplateArgs(frame).explicit
+
     args = args_ or U.getTemplateArgs(frame).explicit
 
     return interpret_args()
 
     return interpret_args()
 
end
 
end
cssedit, gkautomate
7,060

edits