本网站正在建设中(~ ̄▽ ̄)~
local module = {} function module.main(frame) return mw.ustring.codepoint(frame.args[1]) end return module