Revision 95638 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', '')
-- Do not count Rory etc.:
mascots = 3
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.
|