More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
-- Check for content as a positional or named argument |
-- Check for content as a positional or named argument |
||
local content = frame.args[1] or frame.args.content or "No input provided." |
local content = frame.args[1] or frame.args.content or "No input provided." |
||
local replacedContent = content:gsub("==", " |
local replacedContent = content:gsub("==", "===") |
||
return replacedContent -- Only return the modified string |
return replacedContent -- Only return the modified string |
||
end |
end |
Latest revision as of 02:26, 26 December 2024
Documentation for this module may be created at Module:TestAdjuster/doc