模組:沙盒/SunAfterRain/20240109

local p = {}

function p.main(frame)
	local x = mw.text.unstripNoWiki(frame.args[1])
	return x .. "\n\n" .. mw.text.unstrip(mw.getCurrentFrame():preprocess(mw.text.unstripNoWiki(frame.args[1])))
end

return p