We currently have multiple help links set in Wikimedia config, which should be moved to their individual wikis to be configured.
Description
Details
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Use native MediaWiki linking to help pages | mediawiki/extensions/Echo | master | +3 -33 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | matej_suchanek | T101057 Convert $wgEchoHelpPage to use new OutputPage::addHelpLink() system | |||
| Resolved | matej_suchanek | T58037 Move $wgEchoHelpPage to an optional interface message |
Event Timeline
Change 291217 had a related patch set uploaded (by Matěj Suchánek):
Use native MediaWiki linking to help pages
This would remove the ability to point the help page to local pages like https://de.wikipedia.org/wiki/Hilfe:Echo or https://es.wikipedia.org/wiki/Wikipedia:Notificaciones/FAQ
That would be very problematic: redirect someone to an Help page on Mediawiki will give that person a global Help page. That global help page is for all wikis, including non-WMF wikis. Local pages also introduce habits and local rules to users.
Have a sort of shadow namespace (T14306) or a way to transclude parts of help pages from MW to local wikis would be a way to solve that issue. I definitely recommend to keep the system as it is now, with priority to local Help pages, while waiting for better.
Indeed. Of course it would be nice if one of the persons advancing this patch could copy the links to the corresponding MediaWiki namespace pages, to make the conversion smoother.