Feature summary (what you would like to be able to do and where):
In T63447, the mobile frontend on Wiktionary was given a feature where all sections are expanded by default. However, the English Wiktionary currently has consensus to drop this feature and instead have sections collapsed by default, like they are on Wikipedia: see https://en.wiktionary.org/wiki/Wiktionary:Beer_parlour#Do_not_automatically_expand_all_sections_on_mobile.
The earlier case of 'expand when there is only one section' can be handled by JavaScript on the project. However, were the developers to ever implement a feature to automatically expand sections if there is only one, that could and should be considered for all Wiktionary projects. But as long as the only options are "expand all sections by default" and "expand no sections by default", the community prefers the latter.
Collapsing sections by JavaScript is a worse solution, since it does nothing to address the slowdown and will probably cause a flash of expanded content anyway.
My understanding is that this is done by enabling $wgMFCollapseSectionsByDefault for the English Wiktionary.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
When all sections are expanded,
- Large pages are very slow, because browsers have to render everything
- Pages with multiple language sections are annoying to sift through when all sections are expanded by default.
Benefits (why should this be implemented?):
See above. Expanding sections is something Wiktionary interface admins can do by implementing that in JavaScript, which also allows us to customize the behavior.