Module:Icons: Difference between revisions

24 bytes removed ,  22 February 2022
m
Remove local indexing of unused function
m (Fix error)
m (Remove local indexing of unused function)
Line 5: Line 5:


-- Locally index some functions for performance
-- Locally index some functions for performance
local sgsub, sformat, fixPagename, formatnum, tostring, type = string.gsub, string.format, Shared.fixPagename, Shared.formatnum, tostring, type
local sgsub, fixPagename, formatnum, tostring, type = string.gsub, Shared.fixPagename, Shared.formatnum, tostring, type


local p = {}
local p = {}