Module:Test: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
testing Scribunto
(No difference)

Revision as of 16:38, 21 August 2024

Documentation for this module may be created at Module:Test/doc

local p = {}
function p.main(frame)
   local args = frame.args
   mw.log("log test")
   return args[1]..args["sep"]..args[2]
end
return p