--count_items}}
local function count_items local content = mw.title.new ('Wikipedia:Typo_Team/Members'):getContent; -- read the unparsed page source if not content then return '
error: failed to read: Wikipedia:Typo_Team/Members'; end local count; content, count = content:gsub ('[\r\n]%*', '%1'); -- count unordered list markup return count; -- and doneend----------------------------< E X P O R T E D _ F U N C T I O N S >------------------------------------------
return ;