see also Module:Sandbox/Galobtter/Short_description_from_country
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 end return p