Jump to content

Module:User:Mr. Stradivarius/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 08:57, 26 January 2023 (use a slightly easier test string). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
return {
	main = function(frame)
		return mw.getCurrentFrame():preprocess('{{3x|hi! }}')
	end,
}