Module:ReturnImageForTemplate: Difference between revisions

From Resonite Wiki
hope this works...
(No difference)

Revision as of 21:22, 10 February 2024

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