I believe this template should be simplified. On mobile, it takes up literally the entire screen, so if you search 'wind charge' for example, this is what you'd be met with: (image on side). 👁 Image plighting_engineerd (talk) 00:34, 15 March 2024 (UTC)
If you look at the revision history, you can see that this template was created in October last year to replace the sometimes 3 separate message boxes (for example in development for JE, planned for BE, experimental gameplay). It's already been reduced to the bare minimum. It's hard to propose something that takes up less text but still contains the same information. Unless you have a concrete alternative in mind? — Misode (talk) 00:46, 15 March 2024 (UTC)
I do actually have a few suggestions. Below is the current message as it is displayed on Wind Charge:
This feature is not enabled in-game by default and requires enabling the "Update 1.21" experimental data pack in Java Edition or the "Update 1.21" setting in the "Experiments" section in Bedrock Edition.
It is not enabled in-game by default and requires enabling the "Update 1.21" experiment.
This cuts the second line of the msgbox in half. The main optimization is that if the experiment name is the same in both editions, it wouldn't have to be duplicated. I am not very familiar with mw template syntax so I don't know how easy that would be. The other change is that instead of saying experimental data pack in Java Edition and setting in the "Experiments" section in Bedrock Edition, we could just say experiment in Java Edition and Bedrock Edition and combine the two, as Java now has (and has had for a while) a seperate experiments menu, like Bedrock edition. We also don't actually need to say in Java Edition and Bedrock Edition since they are the same and the editions are said in the title of the msgbox. 👁 Image plighting_engineerd (talk) 01:08, 15 March 2024 (UTC)
To clarify, the full new functionality would be as follows:
- If only one edition is defined, the bottom text would end with and requires enabling the "Experiment name" experiment., because the edition is already said in the title.
- If multiple editions are defined with the same experiment name, the bottom text would end with and requires enabling the "Experiment name" experiment.. Exact same as above. Again, the editions this applies to would be defined in the title of the msgbox.
- If multiple editions are defined with different experiment names, the bottom text would end with and requires enabling the "JE experiment name" in Java Edition or the "BE experiment name" in Bedrock Edition.
Looking through the MW template syntax, this doesn't look very hard to do. The only thing to consider is what to do with the link. Currently, individual links can be defined for the experiment text in each edition. I am not sure what should be done with this in the new, proposed version, as the two edition experiment names would be combined and couldn't have separate links.