英文维基 | 中文维基 | 日文维基 | 草榴社区
local p = {}; function p.main(frame) local args = frame.args; return table.concat(args); end return p;