Minecraft Wiki
Advertisement

Anchor for current PC version

The anchor for current PC version is not working because of a space after the "#" (eg, has #_1.2.3 instead of #1.2.3).– Scaler (t) 12:48, 19 March 2012 (UTC)

This is actually a problem with Template:Version. –ultradude25 (T|C) at 07:18, 20 March 2012 (UTC)
And now it's fixed. –ultradude25 (T|C) at 07:27, 20 March 2012 (UTC)

MC Xbox360 Beta 1.8.2 bug fix update

Please change the version to: "Current Xbox 360 edition: 1.2.1 –Preceding unsigned comment was added by Ramonms2 (Talk|Contribs) 22:24, 23 November 2012 (UTC). Please sign your posts with ~~~~

Done. ディノ千?!? · ☎ Dinoguy1000 04:05, 24 November 2012 (UTC)

Launcher link

Since {{version}} now supports links, can a function be added here for the launcher? It would link to Minecraft launcher's history section. --KnightMiner (t|c) 01:30, 19 July 2014 (UTC)

Some new pages to be whitelisted

Any snapshot with "13w", plus all versions back to 1.5 have been updated to the new format. Can they get added to the "new version pages"? Maybe something like this:

{{ #switch: {{#explode:{{{1|}}}|.|1}} | 5 | 6 | 7 | 8 | 9 = 1 }}{{ #pos: {{{1}}} | 13w }}{{ #pos: {{{1}}} | 14w }}

--KnightMiner (t|c) 15:21, 4 August 2014 (UTC)

 Done MajrTalk
Contribs
⎜ 06:40, 7 August 2014 (UTC)
I just noticed a slight issue, since I though it rendered Beta and alike after. It is not too major of a concern, since all those pages are redirects. To fix it
{{#explode:{{{1|}}}|.|1}} | 5 | 6 | 7 | 8 | 9 = 1 }}
could be replaced with
{{ #if: {{ #pos: {{{1|}}} }} || {{#explode:{{{1|}}}|.|1}} | 5 | 6 | 7 | 8 | 9 = 1 }} }}
Basically, it blacklists any titles with a space in the middle, such as "Beta 1.8".
On another note, I see why you don't like this template.
--KnightMiner (t|c) 22:11, 7 August 2014 (UTC)
Now all the PC version pages back to 1.0.0 have been been migrated, so some of this template is no longer needed.
I got a good working version here, which removes the developement versions and set the default to a standard link, rather then a sectional link of Version history. I ran a batch test on it and it still seems functions correctly with other version types. --KnightMiner (t|c) 23:54, 16 August 2014 (UTC)
Advertisement