No edit summary |
try this Tag: Reverted |
||
Line 146:
function p._main(args, title)
if title then
title = title or mw.title.getCurrentTitle()▼
title = mw.title.new(title)
else
end
local out = ''
if title.namespace == 10 and title.subpageText == 'class' then
|