Module:Icon/table: Difference between revisions

No change in size ,  2 years ago
m
1 revision imported
en>Centrist16
(Created page with "-- Create a table of icons to display on the template test case page require("Module:No globals") local p = {} local m_iconData = mw.loadData("Module:Icon/data") local m_iconSandboxData = mw.loadData("Module:Icon/data/sandbox") local function mergeTables(...) local ret = {} for _, t in ipairs{...} do for k, v in pairs(t) do ret[k] = v end end return ret end local function reconstituteAliases(iconDataCollection) local ret = {} for code, iconData in pairs(...")
 
m (1 revision imported)
 
(No difference)