「モジュール:選り抜き記事」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
local p={} | local p={} | ||
function p.randomnum(flame) | |||
function randomnum( | local num = flame.args[1] | ||
local | math.randomseed(os.time()) | ||
return math.random(num) | |||
end | end | ||
return p | return p | ||
2年1月7日 (I) 20:08時点における版
このモジュールについての説明文ページを モジュール:選り抜き記事/doc に作成できます