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:
trueif the title is known to exist,falseif the title is known to be missing,nullif the existence of the title is unknown.A
nullreturn value indicates one of the following:getExistencePredicate()input.The
titleparameter is automatically normalized; the caller does not need to normalize it manually.