More actions
Content deleted Content added
Created page with "local p = {} function p.testReplace(frame) local content = frame:getParent().args[1] or "" return content:gsub("foo", "bar") end return p" |
No edit summary |
||
Line 2: | Line 2: | ||
function p.testReplace(frame) |
function p.testReplace(frame) |
||
return "Module is working!" |
|||
local content = frame:getParent().args[1] or "" |
|||
return content:gsub("foo", "bar") |
|||
end |
end |
||
Revision as of 01:56, 26 December 2024
Documentation for this module may be created at Module:TestAdjuster/doc