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 the whitelist switch can likely become
{{#if {{#if: {{ #pos: {{{1}}} || 1 }}{{ #pos: {{{1}}} | Preview }}{{ #pos: {{{1}}} | Prerelease }}{{ #pos: {{{1}}} | Pre-release }}{{ #pos: {{{1}}} | pre }}{{ #pos: {{ lc: {{{1}}} }} | rc }}{{ #ifeq: {{ #sub: {{{1}}} | 2 | 1 }} | w | 1 }}</nowiki></code>
- Basically making the developement versions and any versions without a space become whitelisted. It will need some modification of the rest of the code though. I'll try to make a working version in my sandbox with the new whitelist. --KnightMiner (t|c) 22:38, 16 August 2014 (UTC)