Module:Sandbox/Galobtter
Appearance
local p = {}
function p.main(frame)
return mw.title.getCurrentTitle();
-- 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