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