Page MenuHomePhabricator

Add "Developers" link to hamburger menu of Wikimedia wikis using MobileFrontend
Closed, ResolvedPublic

Description

Summary
The mobile web interface of Wikimedia wikis should link to information for developers the same as the desktop experience. If mobile is the future, we're going to need more developers. :)

Description

On Wikimedia wikis the Special:MobileMenu included as part of Extension:MobileFrontend should contain an additional list item with a hyperlink. The text of the link should be the localized translation of "Developers". It should point to the following URL.

https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute

Web inspector hack mockup:

terrible_mockup.PNG (750×1,334 px, 117 KB)

Event Timeline

Minerva should reuse the same footer links that all the other skins do instead of implementing this specifically.

Minerva should reuse the same footer links that all the other skins do instead of implementing this specifically.

This. The lack of all the normal other navigation (sidebar) is also a bit concerning - can what is shown be configured at all on-wiki?

Jdlrobson subscribed.

Some clarifications / notes:

  • Minerva should reuse the same footer links that all the other skins do instead of implementing this specifically.

Minerva does. https://en.wikipedia.org/wiki/Developer?useskin=minerva

I don't really have strong opinions/interest in the matter but these should all be considered.

Aklapper added a subscriber: Jdlrobson.

@Jdlrobson: Sorry for re-adding you to this task but could you elaborate which aspects you refer to? Because I'd be happy to take a look.

  • Have we any evidence the developer link has actually pulled people into our community?

Evidence is hard as I personally would not call mw:How_to_contribute a "developer[s] link" but a general catch-all for any types of contributions, hence it also has a authors/translators/etc audience. We've only recently started to run quarterly surveys on new developers.

reuse the same footer links that all the other skins do instead of implementing this specifically.

Agreed that MobileFrontend should do so.

reuse the same footer links that all the other skins do instead of implementing this specifically.

Agreed that MobileFrontend should do so.

Of course.

Given that Minerva does properly add these links (yay!) it seems like we just need to remove whatever in MobileFrontend is disabling them?

ovasileva lowered the priority of this task from High to Low.Nov 6 2018, 9:35 PM
Jdlrobson closed this task as Resolved.EditedJun 6 2020, 8:38 PM
Jdlrobson claimed this task.

This is now an onwiki decision.
You can reveal the developers link in the footer using the CSS:

#footer-places-developers {
    display: inline-block;
}

This can be added to MediaWiki:Mobile.css