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)
- 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)
Change category
Can an admin change the category from Category:Templates to Category:Link templates? This template still uses the old style, and is protected via main page cascading. –KnightMiner (t·c) 02:08, 5 January 2015 (UTC)
- Thanks! –KnightMiner (t·c) 02:48, 5 January 2015 (UTC)
Switch Pocket Edition 0.8.0 - 0.11.x to new links
Well, the Pocket Edition versions back to 0.8.0 have been split, so I have an update to the template here. It basically links anything that is 0.8.0 through 0.11.x to the article under the name "Pocket Edition Alpha <text after pocket prefix>", plus makes the bracket code slightly better and applies {{release version}} to the default title.
There is going to be a future issue of updating links from "pocket 0.11.0" to "pocket alpha 0.11.0" assuming PE exits alpha stage, but for now I just told the template to treat them as the same.
–KnightMiner t/c 03:27, 5 May 2015 (UTC)
- Seeing as 0.7.x has been split, 7 can be added to the
{{#explode: {{{1|}}} | . | 1 }}switch on the top among 8 to 11. –KnightMiner t/c 15:11, 5 May 2015 (UTC)