“模块:TestModule”的版本间的差异

来自维阿百科
跳转至: 导航搜索
1.38>牛腩面
(导入1个版本)
 
(导入1个版本)
 
(没有差异)

2022年7月8日 (五) 21:15的最新版本

此模块的文档可以在模块:TestModule/doc创建

local p = {}

function p.test(frame)
	return string.find(frame:getParent():getTitle(), "用户:") == 1 and "T" or "F"
end

return p