Example of how to use this is on Template:GetDirectionNodePage
local p = {} function p.ReturnImage( frame ) return frame.args[1] .. frame:getParent().args[1] .. frame.args[3]; end return p