Page MenuHomePhabricator

Redesign (prettify) MediaWiki's info action
Open, LowPublicFeature

Description

https://en.wikipedia.org/wiki/Barack_Obama?action=info

MediaWiki's current info action output is ugly. It needs design love. If Moiz or someone else can create a decent mock, I'll find someone to write the associated code. The tricky parts of this are that any design needs to be fairly flexible to any MediaWiki skin (the info action is part of MediaWiki core), the page needs to continue to be functional (any styling can't get in the way), and it needs to be tested with both LTR and RTL languages, which of course can dramatically vary in width. Blergh.

Vaguely related: http://designatwikipedia.tumblr.com/post/62048718932/thoughts-on-humanizing-wikipedia-for-the-mobile-web


Version: 1.23.0
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=41327
https://bugzilla.wikimedia.org/show_bug.cgi?id=41329

Details

Reference
bz61250

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:03 AM
bzimport set Reference to bz61250.

Perhaps make it look like wikidata for the basic data stuff, use styles like on the edit edit interface for the templates listing and stuff...

And other things. It should be consistent with such displays elsewhere in the software.

Note: The two linked routes to reach "action=info" pages from the wikis are:

  1. The "Toolbox" link in the sidebar
  2. The "Number of watchers" link at the top of each history page. eg. https://en.wikipedia.org/w/index.php?title=Barack_Obama&action=history

(In reply to comment #2)

  1. The "Number of watchers" link at the top of each history page. eg.

https://en.wikipedia.org/w/index.php?title=Barack_Obama&action=history

My mistake. MZ reminds me that this is a local tweak at Enwiki (and possibly other wikis), so not at all consistent.

Thoughts:

  • How much is available, but not directly shown?

Ie. Do any of the variables in action=info have easily accessible historic details (either already available, or trivial to add) ?
Eg. If we had "number of edits/week" info going back to original creation, we could have a really nice [[sparkline]]...
Is "number of page watchers" historically recorded and accessible?

  • Which of the items already have associated visual elements, that could be tied in?

Eg. the Obama article example has 2 levels of page protection, each of which has a colored padlock icon associated with it (listed at https://en.wikipedia.org/wiki/Wikipedia:PROTECT )

We're thinking of bringing in the information available on "Page Information" directly on the article page itself.

Can we prioritize the information that is on Page Information? Max you wanna take a stab a that?

I like the idea of sparklines, and would also like to know if we have any historical trends associated with the page watchers, and number of edits data.

(In reply to comment #5)

We're thinking of bringing in the information available on "Page Information"
directly on the article page itself.

Very little of it is relevant to the content itself or of any interest at all to most readers; that which is is generally already shown. Of what isn't, protection information and some information about the age/size of the article (how many edits/authors since when) might be relevant, but that seems like it's about it.

There's quite a bit of other information there.

(In reply to Moiz Syed from comment #5)

We're thinking of bringing in the information available on "Page
Information" directly on the article page itself.

Then you should file a separate bug report. This one is about prettifying the current output. :-)

Volker_E added a subscriber: MSyed.
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:13 AM