このモジュールについての説明文ページを モジュール:テスト/doc に作成できます
local p={} function p.randomnum(flame) local num = frame.args[1] return math.random(num) end return p