From Wikipedia, the free encyclopedia
local p = {}
function p.main(frame)
local content = mw.title.getCurrentTitle():getContent();
hasCategory = content:find("[Cc]ategory:%s+X1");
-- if hasCategory then
-- return frame:expandTemplate{ title = 'Notice', args = { 'This page has the category X1' } }
-- end
return content;
end
return p