Page MenuHomePhabricator

messages about creating, editing, deleting, protecting, etc. pages should mention the word "page"
Open, MediumPublic

Description

For many years MediaWiki had messages such as 'editing' and 'creating', which say "Editing $1" and "Creating $1", and a bunch of others, which just say the title without mentioning that it's a page.

The problem with this is that it can result in weird messages such as:

  1. "Editing War and Peace". The English Wikipedia happens to italicize page titles that are names of books, songs, etc., but in most languages this is not done, and even in English it confuses people: What's being edited is the page "War and Peace".
  2. "Creating User:Ariel Aharoni". I saw new Wikipedia users creating user pages and complaining: "My user wasn't created! I thought that I already created it, but it still says "Creating User:Ariel Aharoni". These people didn't understand that the user is already created and that what is actually being created is a page the title of which is "User:Ariel Aharoni". New users don't know about namespaces.
  3. "JamesBWatson protected An Octopus Followed Me Home‎". Yes, there's a hyperlink in this log entry, which makes the title stand out, but still, when you try to read this a sentence in a human language, it's too odd. This complaint actually came from one of Wikipedia's most experienced writers, David Shay.

Now think about these messages this way:

  1. Editing the page War and Peace
  2. Creating the page User:Ariel Aharoni (or better: Creating the user page for Ariel Aharoni)
  3. JamesBWatson protected the page An Octopus Followed Me Home‎

There are a bunch of other messages like this in core, and they can mostly be fixed by simply editing en.json. A smarter solution like "Creating the user page for Ariel Aharoni" will require a bit more work, but it's still very easy. And this will make the interface more human.

Of course, I grok the elegance of the generic messages for page actions, but I saw both new and experienced users baffled by this, so let's change it.

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

Amire80 raised the priority of this task from to Needs Triage.
Amire80 updated the task description. (Show Details)
Amire80 subscribed.
Amire80 set Security to None.
Amire80 updated the task description. (Show Details)
Nemo_bis triaged this task as Medium priority.Dec 8 2015, 8:06 PM
Nemo_bis removed projects: Voice & Tone, Design.

Yes, we can do this. The change in itself is very easy, but requires some chasing to find all the instances where the parameter is a page title.

I think this is not even a design matter, but a mere linguistic issue, because we can't assume that any language will be fine with an implied apposition just by virtue of quotation marks.

Change 258037 had a related patch set uploaded (by Georggi199):
Languages: Clarified some messages

https://gerrit.wikimedia.org/r/258037