Difference between revisions of "Module:Icon"

Jump to navigation Jump to search
5 bytes removed ,  19:48, 11 August 2022
no edit summary
m
Line 18: Line 18:
if resource ~= nil then
if resource ~= nil then
-- Init link here, will be nil if resource is nil
-- Init link here, will be nil if resource is nil
if com.exists(link) == false then
if not com.exists(link) then
link = resource['link']
link = resource['link']
end
end

Navigation menu