「モジュール:テスト」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
local p={}
local p={}
function p.randomnum(a)
function p.randomnum(flame)
return math.random(a)
return math.random(frame.args[1])
end
end
return p
return p

2年1月7日 (I) 18:59時点における版

このモジュールについての説明文ページを モジュール:テスト/doc に作成できます

local p={}
function p.randomnum(flame)
	return math.random(frame.args[1])
end
return p