このモジュールについての説明文ページを モジュール:いつの間に/doc に作成できます
local p = {} function p.itsunomani(frame) return "い"..frame.args[1].."つ" end return p