Your IP address will be publicly visible if you make any edits.
Module:TestAdjuster
From Teriock
More actions
Revision as of 01:55, 26 December 2024 by Gpe(talk | contribs)(Created page with "local p = {} function p.testReplace(frame) local content = frame:getParent().args[1] or "" return content:gsub("foo", "bar") end return p")