Steps to replicate the issue:
- Go to Special:ChangeContentModel, and go through the process of “changing” the content model of a non-existent page
What happens?:
The page is created as a blank page, but shows the message mw-changecontentmodel-success-text stored at MediaWiki:changecontentmodel-success-text:
The content type of [[:$1]] has been changed.
What should have happened instead?:
At the very least, the following message should've been displayed instead:
[[:$1]] has been created as a blank page with the new content model. Please add content to avoid leaving a blank page.
(Also note here that the message doesn't tell us which content model it has been changed to, but that's a different issue, probably a different ticket) Raised at T401656: Special:ChangeContentModel should tell the user the new content model in its system message. Cross-referencing the solution to that would suggest:
Created new $3 page
[[:$1]] has been created as a blank page with the content model $3. Please add content to avoid leaving a blank page.

