Changes
Jump to navigation
Jump to search
hmmm, not my smartest moment
title = mw.title.new( args[1]:sub(2) );
else
title = mw.title.new( args[1] ); if title.namespace == 0 then title = mw.title.new( 'Template:' .. args[1] ); end
end