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