From Wikipedia, the free encyclopedia
local p = {}
function p.main(frame)
local tname = "ArbCom Arab-Israeli enforcement"
local page = mw.title.new(frame:getTitle())
local content = page:getContent()
content = string.match(content, '{{' .. tname)
if content then
return "1"
else
return "0"
end
end
return p