河湾桥(留言 | 贡献)2024年6月5日 (三) 22:43的版本 (创建页面,内容为“local p = {} function p.main(frame) local args = frame.args local parts = {} for k, v in pairs(args) do table.insert(parts, string.format(' %s="%s"', string.lower(k), v)) end return table.concat(parts) end return p”)