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

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

2年1月14日 (I) 23:08時点における版

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

local p = {}
function p.itsunomani(frame)
	return "い"..frame.args[1].."つ"
end
return p