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

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

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

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

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