Module:Sandbox/Star0/1:修订间差异

来自Arcaea中文维基
(// Edit via Wikiplus)
无编辑摘要
第1行: 第1行:
local p = {}
local p = {}


 
function p.main(frame)
function p.test(key)
return frame:getTitle()
if key==true then  c = 2 end
if c==nil then return '无值' else return '有值' end
end
end


return p
return p

2022年9月18日 (日) 22:30的版本

可在Module:Sandbox/Star0/1/doc创建此模块的帮助文档

local p = {}

function p.main(frame)
	return frame:getTitle()
end

return p