Content deleted Content added
simp |
simp |
||
Line 147:
function p._main(args, title)
title = title or mw.title.getCurrentTitle()
local
if title.namespace == 10 and title.subpageText == 'class' then
title = 'Class mask/doc warning'
}
end
return
end
|