Module:InfoCardUtils: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
No edit summary
No edit summary
Line 6: Line 6:


--  
--  
function p.Hidden(ItemType)
return ''
end




return p
return p

Revision as of 14:03, 26 February 2026

Documentation for this module may be created at Module:InfoCardUtils/doc

local Utils = require('Module:Utils')
local IconUtils = require('Module:IconUtils')

local Lang = Utils.getLanguageName()
local p = {}

-- 
function p.Hidden(ItemType)
	return ''
end



return p