You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting "Cumulative Facebook shares", the numbers for redirects are the same as those of the destination pages because Facebook merges redirects with the actual articles. This is confusing unless you can tell that a page is a redirect.
Notice that the "Cumulative Facebook shares" are the same because the timeline page redirects to the main page.
I would suggest coloring redirects in rgb(255, 137, 33) (#FF8921), which is the color Wikipedia uses in the "Display links to disambiguation pages in orange" gadget.
When submitting "Cumulative Facebook shares", the numbers for redirects are the same as those of the destination pages because Facebook merges redirects with the actual articles. This is confusing unless you can tell that a page is a redirect.
For instance submit the following pages:
at http://wikipediaviews.org/multiplemonths.php (I would post a link but Wikipedia Views can't do this currently).
Notice that the "Cumulative Facebook shares" are the same because the timeline page redirects to the main page.
I would suggest coloring redirects in
rgb(255, 137, 33)
(#FF8921
), which is the color Wikipedia uses in the "Display links to disambiguation pages in orange" gadget.Redirects can be detected using the MediaWiki API. Compare https://en.wikipedia.org/w/api.php?action=query&titles=Timeline%20of%20Quora&redirects&format=jsonfm
with https://en.wikipedia.org/w/api.php?action=query&titles=Quora&redirects&format=jsonfm:
See https://www.mediawiki.org/wiki/API:Query#Resolving_redirects for more.
The text was updated successfully, but these errors were encountered: