Revision 104391 of "Module:Count" on foundationwikilocal 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
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|