local p = {} function p.main(frame) mw.getCurrentFrame():preprocess('<indicator name="cscott">Test</indicator>') return 'Hello, world!' end return p