差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2023年7月7日 (星期五)

  • 当前之前 01:512023年7月7日 (五) 01:51Pokewiz 讨论 贡献 1,562字节 +1,562 创建页面,内容为“local p = {} --p stands for package langObject = mw.getLanguage('simple') local function has_value (tab, val) for index, value in ipairs(tab) do if langObject:lc(value) == langObject:lc(val) then return true end end return false end function p.title_case(frame) plain = false if frame.args.plain == "true" then plain = true end split = frame.args.split if split == "space" then split = " " end replace = split…”