Module:ReturnImageForTemplate

From Resonite Wiki
Revision as of 21:53, 10 February 2024 by 989onan (talk | contribs) (uhh idk)

Example of how to use this is on Template:GetDirectionNodePage


local p = {}


function p.ReturnImage( frame )
  return frame.args[1] .. mw.title.text .. frame.args[3];
end

return p