匿名
未登录
中文(中国大陆)
登录
深色模式
「荏苒之境」
搜索
查看“︁模块:Phlaman”︁的源代码
来自「荏苒之境」
命名空间
模块
讨论
更多
更多
页面操作
阅读
查看源代码
历史
清除缓存
←
模块:Phlaman
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local ustring = mw.ustring local phlaman = {} phlaman.split_words = function(text) local ws = {} for sign, word in ustring.gmatch(text, "([^ ]+)([ ]?)") do if sign == " " then if word ~= "" then ws[#ws+1] = word end ws[#ws+1] = " " else ws[#ws+1] = word..sign end end return ws end phlaman.show_resplitted = function(frame) local delimiter = frame.args[1] local text = frame.args[2] return table.concat(phlaman.split_words(text), delimiter) end return phlaman
该页面使用的模板:
模块:Phlaman/doc
(
查看源代码
)
返回
模块:Phlaman
。
导航
导航
最近更改
随机页面
特殊页面
模板列表
wiki工具
wiki工具
Cargo数据
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志