local p = {} function p.count(frame) return string.len(frame.args["sign"]) end function p.show(frame) return frame.args["sign"] end return p