A function that checks whether a given title exists.
This function is returned by Mwbot.getExistencePredicate. It returns:
true
false
null
A null return value indicates one of the following:
getExistencePredicate()
The title parameter is automatically normalized; the caller does not need to normalize it manually.
title
The title to check.
true, false, or null depending on the known existence status.
A function that checks whether a given title exists.
This function is returned by Mwbot.getExistencePredicate. It returns:
true
if the title is known to exist,false
if the title is known to be missing,null
if the existence of the title is unknown.A
null
return value indicates one of the following:getExistencePredicate()
input.The
title
parameter is automatically normalized; the caller does not need to normalize it manually.