Module:Sandbox/BrandonXLF/1

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 03:42, 16 April 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Sandbox, do not delete
local p = {}

function p.test(frame)
	return '<pre>' .. frame.args[1] .. '</pre>'
end

return p