Sicusa(留言 | 贡献)2025年9月4日 (四) 12:12的版本 (创建页面,内容为“local text = {} text.show_multiline = function(frame) local t = {} for _, text in ipairs(frame:getParent().args) do t[#t+1] = text t[#t+1] = "<br/>" end t[#t] = nil return table.concat(t) end return text”)