When you visit any article on Wikipedia on the Minerva skin and look at related articles, they have URLs like https://en.wikipedia.org/w/index.php?title=Damian_Fernando&wprov=rarw1 instead of using the regular article path. This is because it takes the page name and constructs a URL using mw.util.getUrl with the wprov parameter, instead of taking the page URL and appending the wprov parameter to it.
In T276737#11838460, where I also explained in more detail the minor inconvenience that prompted me to make this task, Krinkle talked about how every other user of the wprov parameter does it by taking an official URL and appending the parameter to it, which seems to be true from a cursory glance at Codesearch. I'm opening this task to separate these concerns.