Module:Test: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
No edit summary
m (Reverted edits by Q8j (talk) to last revision by Q8j-2)
Tag: Rollback
 
(17 intermediate revisions by 2 users not shown)
Line 5: Line 5:
]]
]]


local p ={}
local _module = {}
function p.Main(frame)
return frame:preprocess( "{{#expr:1+1}}" )
end
return p

Latest revision as of 09:38, 19 April 2021

--[[ This is a test page for testing lua in mediawiki
place your code below this comment
please remove when you are done testing,
Thank You! and have fun
]]

local _module = {}