![]() |
VOOZH | about |
With the new numbering version system, the Java and Bedrock 26.x navboxes in the "Development versions" pages show the wrong sections. This template needs updating to function with this new version numbering system. 👁 Image
👁 Image
(T | C | pt-BR) 23:06, 22 December 2025 (UTC)
I've noticed that on several pages like Bedrock Edition 1.21.0/Development versions and Bedrock Edition 1.21.50/Development versions, the .20 Preview is showing up as the last one. 👁 Image
FireDragons52 12:51, 19 April 2026 (UTC)
{{Infobox version}} that adds pages to a category and specifies a sortkey. Line 536: [[Category: {{#if: {{{unreleased|}}} | Unreleased }} {{#var: version-prefix}} {{lc:{{{type}}}s}} {{#if: {{{unreleased|}}} | developed | released }} in {{#explode:{{{date|}}}||-1}}| {{#iferror: {{#time:Y-m-d| {{{date|}}} }} || {{#time:Y-m-d| {{{date|}}} }} }}]] There is a pipe after the #explode parser function that adds the sortkey. The date parameter for 1.21.50.20 is not just a simple date like the others, it has dates for the original and the reupload and also has additional wikitext; this would probably give it an unusual sortkey. The category added in this line is Category:Bedrock Edition previews released in 2024. It's a different category, but it's the only thing I've been able to find thus far that might unintentionally alter a sortkey. I actually can't find where the page is explicitly added to Category:Bedrock Edition 1.21.50 previews, so I don't know if there is somewhere else to look. Rampage455 (talk) 22:39, 20 April 2026 (UTC)
sort for the single digit snapshots to something like 26.1 Snapshot 01, or something like 26.1 Snapshot 910 for the double digit ones. Another option might be to make a date2 parameter for a reupload date; 1.21.50.20 having an original and reupload date is what caused the original sorting problem. We could go back to sortkeys based on date and have date2 just be for used in formatting how the dates are displayed in the infobox. Rampage455 (talk) 11:49, 22 April 2026 (UTC)