local p = {} function p.OrderListCount(frame) local count = 1 local list = frame:expandTemplate{title = "User:Tang891228/訪客簽名區"} for i in string.gmatch(list, "\n#[^#*:]") do count = count + 1 end return count end return p