Module:ReturnImageForTemplate

From Resonite Wiki
Revision as of 21:22, 10 February 2024 by 989onan (talk | contribs) (hope this works...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example of how to use this is on Template:GetDirectionNodePage


local p = {}


function p.ReturnImage( frame )
  return frame.args[0] .. frame.args[1] .. frame.args[2];
end

return p