Module:Count: Revision history

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 06:41, 16 March 2024 GVarnum-WMF talk contribs deleted page Module:Count (Unused template: content was: "local p = {} function p.staff( frame ) title = mw.title.new('Template:Staff and contractors') page_text = title:getContent() local _, heads = string.gsub(page_text, '| head', '') local _, members = string.gsub(page_text, '{{staff member', '') local _, mascots = string.gsub(page_text, '| position = .-[Mm]ascot', '') return heads + members - mascots end return p")