More actions
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 3: | Line 3: | ||
function p.testReplace(frame) |
function p.testReplace(frame) |
||
local content = frame.args[1] or "No input provided." |
local content = frame.args[1] or "No input provided." |
||
local replacedContent = content:gsub(" |
local replacedContent = content:gsub("==", "bar") |
||
return replacedContent -- Only return the modified string |
return replacedContent -- Only return the modified string |
||
end |
end |
Revision as of 02:16, 26 December 2024
Documentation for this module may be created at Module:TestAdjuster/doc