-- Sandbox, do not delete local p = {} function p.main(frame) local list = frame:preprocess(frame.args[1]) return list end return p