Direct link to one of the early adopter wikis: https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Accueil_princip...
Wikipedia is getting a new look
201–210 of 529 posts
Re: Wikipedia is getting a new look
#202Earlier quoted context omitted.
> I almost never use the left hand side bar (and I have a feel almost no one does) The left sidebar has two killer features for me: 1. Finding canonical translations for technical terms. You need to know what the standard way to translate "hardware acceleration" or "differentiable manifold" is in French? Go to the wikipedia page and hover over the language switcher link in the left sidebar. Done. This has become one…
I also find your first point to be a truly indispensable tool. How else do you know what they call carbon fiber in German? [0] But the second is a touchy area. In fact, Wikipedia's co-founder recently wrote a blog post detailing how its neutral point-of-view policy has flopped, in the name of fighting false balance. [1] His examples are pretty embarrassing, but more important in that Google points human "Search Quali…
I’ve heard it being called just “Carbon”, pronounced with a long “o”, frequently. Since the translation for the generic element, carbon, is “Kohlenstoff”, and that word is very commonly used, the opportunities for confusion between carbon and carbon fiber is less than it might seem.
Re: Wikipedia is getting a new look
#203Earlier quoted context omitted.
Design should not be trendy. It is not fashion. I hope we don't bloat up wikipedia pages with too much whitespace. Getting of borders, "minimal" looks bother me so much because they're sacrificing layout for aesthetics. There is a reason why borders exist. It is a line segment that separates logically laid out content into groups. I want Wikipedia to stay the same even if it is not ideal. There is a lot of legacy and…
With regards to line width, I don't understand 100% what you're saying. You agree that it is a problem, not because of aesthetics but because of readability. But then how do you propose to solve it? The only solutions are either increase font size (messing up things since now font size is tied to monitor width), or pad the sides with whitespace (what they're doing).
Again, increasing the font size is not the solution.
The second point about padding the sides with whitespace causes waste of screen real-estate for no reason other than to give comfortable width to read. This is what NYtimes articles do: https://www.nytimes.com/2020/08/21/business/goldman-sachs-fo...
So left and right sides are unnecessarily wasted. The solution I am proposing is to use multiple columns. At desktop size, you get 3 columns. At tablet size, 2. On the phones, its single column. There might be better solutions to this but I can't think of any. Columns are how Magazines do their layout of text. It is also part of the international style in graphics design.
Counter point: Magazines had to use columns to conserve space and page count. Each page adds cost. In digital media, we don't have such limits. The only down side is the user has to scroll a lot. But we have devised a scroll wheel and most users have this tool.
Re: Wikipedia is getting a new look
#204If someone asked me to critique the UX of Wikipedia, the first two things I’d point out would be that I almost never use the left hand side bar (and I have a feel almost no one does) and that when paragraphs are that wide they become harder to read (especially when they snake around floated images). Not changing for 10 years, watching as some trends fade and others become law-of-the-land, and then making two changes…
What is the most irritating is that they dont make some sort of really persistent cookies to remove the irritating mobile view.
Re: Wikipedia is getting a new look
#205So does anyone have a userscript to override the maximum line width? I have claustrophobia, and having text forced into narrow columns actively triggers it. Taking a look at the Basque Wikipedia, I can tell right here that it's completely unusable for me. I'm willing to pay real money for someone to write me a script to override it.
You can open the article in Reader View in Firefox and then set the margins to whatever you want.
I want something that globally eliminates all max-width everywhere.
Re: Wikipedia is getting a new look
#206Earlier quoted context omitted.
Wikipedia already contains a huge amount of "powerful" tools in the sidebar, that most casual users would never want to interact with. Upload file, recent changes, what links here, etc - pretty much all of these are irrelevant for people who aren't editors.
Except the whole point of Wikipedia is that everyone is potential an editor...
Re: Wikipedia is getting a new look
#207Re: Wikipedia is getting a new look
#208So does anyone have a userscript to override the maximum line width? I have claustrophobia, and having text forced into narrow columns actively triggers it. Taking a look at the Basque Wikipedia, I can tell right here that it's completely unusable for me. I'm willing to pay real money for someone to write me a script to override it.
Re: Wikipedia is getting a new look
#209So does anyone have a userscript to override the maximum line width? I have claustrophobia, and having text forced into narrow columns actively triggers it. Taking a look at the Basque Wikipedia, I can tell right here that it's completely unusable for me. I'm willing to pay real money for someone to write me a script to override it.
If you don't then you can append ?useskin=modern to each article URL. (You can do it automatically with a redirect extension.)
Alternatively you can inject the following CSS (e.g. with Stylus):
.mw-content-container {
max-width: none !important;
}
(The specific CSS selector might change with time.)[0] https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsec...
Re: Wikipedia is getting a new look
#210Earlier quoted context omitted.
I also find your first point to be a truly indispensable tool. How else do you know what they call carbon fiber in German? [0] But the second is a touchy area. In fact, Wikipedia's co-founder recently wrote a blog post detailing how its neutral point-of-view policy has flopped, in the name of fighting false balance. [1] His examples are pretty embarrassing, but more important in that Google points human "Search Quali…
Though that’s a rather technical term for carbon fiber that I suspect nobody uses when speaking or even writing to each other in a less formal context. I’ve heard it being called just “Carbon”, pronounced with a long “o”, frequently. Since the translation for the generic element, carbon, is “Kohlenstoff”, and that word is very commonly used, the opportunities for confusion between carbon and carbon fiber is less than…