Page MenuHomePhabricator

Request to add a link to Minerva mobile sidebar in zhwikinews
Open, Stalled, Needs TriagePublic

Description

Add "Water Cooler" link, "Policies and guidelines" link, "Contents" link and in Minerva mobile sidebar for zhwikinews. Local admins lack permissions, need dev help.

Event Timeline

What is a "Minerva mobile sidebar" and where to see one?

Anoop changed the task status from Open to Stalled.Dec 25 2023, 1:24 AM
Anoop subscribed.

Stalled until tasks mentioned in T229953#5398372 are resolved

When will there be a timetable for the resolution of relevant upper-level problems? It's very unreasonable. It's been a few years.

@Kitabc12345: Whenever someone volunteers to spend time on making the required code changes

The local community simply wishes to have their own Wikinews more conveniently accessible and practical on mobile devices. They have noticed that other projects have the option to add a link to the Minerva mobile sidebar on their wikis. They wonder why this feature is not available for their project, and if it is because other projects implemented it in previous years. We genuinely hope that the technical team can bring development to the local community as soon as possible because we don’t know how to do it to add a link to Minerva mobile sidebar in zhwikinews.

在T354002#9434140中,@Aklapper写道:

@Kitabc12345: Whenever someone volunteers to spend time on making the required code changes

Stalled until tasks mentioned in T229953#5398372 are resolved

Incorrect. That is an convenience way of doing this. There is a another way of doing this. I do think this is stalled on Chinese wikinews, tho.

@Kanashimi or @Waihorace: Can you, as an interface admin on zh.wikinews, add the following to https://zh.wikinews.org/wiki/MediaWiki:Mobile.js, possibly with Chinese labels instead of the English ones:

mw.util.addPortletLink(
	"p-donation",
	"https://zh.wikinews.org/wiki/Wikinews:%E8%8C%B6%E9%A6%86",
	"Water Cooler", /*Chinese label here? */
	"t-watercooler"
);
	mw.util.addPortletLink(
	"p-donation",
	"https://zh.wikinews.org/wiki/Wikinews:%E6%96%B9%E9%92%88%E4%B8%8E%E6%8C%87%E5%BC%95",
	"Policies and guidelines",
	"t-policiesandguidelines"
);
mw.util.addPortletLink(
	"p-donation",
	"https://zh.wikinews.org/wiki/Wikinews:%E7%9B%AE%E5%BD%95",
	"Contents",
	"t-contents"
);

This task is resolved once they (Kanashimi or Waihorace) do what I asked them to do, although I suppose the task status is invalid because they can finish the task themselves.