![]() |
VOOZH | about |
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)
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 ~~~~
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)
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)
{{#explode:{{{1|}}}|.|1}} | 5 | 6 | 7 | 8 | 9 = 1 }}
{{ #if: {{ #pos: {{{1|}}} }} || {{#explode:{{{1|}}}|.|1}} | 5 | 6 | 7 | 8 | 9 = 1 }} }}
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)
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)
Yep, that time again. The Pi edition needs plain old links rather than sections. I've written up an update here which does just that. –KnightMiner t/c 17:26, 29 June 2015 (UTC)
I think current anchors are not exact enough. If PS3 or PS4 is detected in {{{1}}}, #ps3-1.22 #ps4-1.22 is more proper. For wiiu, code like wiiu-{{#replace:{{#replace:{{v|wiiu=1|nolink=1}}|Patch|}}||}}. For xboxes, TUXX should be xbox-TUXX, CUXX should be xbone-CUXX. a20001017Talk 09:46, 7 February 2016 (UTC)
Kindly update the code into
<includeonly>[[{{Release version|{{
#if: {{ #pos: {{ lc: {{{1}}} }} | pocket }}{{ #pos: {{ lc: {{{1}}} }} | pe }} <!-- Pocket Edition -->
| {{#if: {{ #pos: {{lc: {{{1|}}} }} | alpha }}{{ #pos: {{lc: {{{1|}}} }} | beta }}
|{{#dplreplace: {{{1|}}} | /^((pocket edition{{!}}pocket{{!}}pe)( alpha{{!}} beta)?)/i | Pocket Edition Alpha }}
|{{#dplreplace: {{{1|}}} | /^(pocket edition{{!}}pocket{{!}}pe)/i | Pocket Edition }}
}}
|{{#if: {{ #pos: {{ lc: {{{1}}} }} | ps3 }}{{ #pos: {{ lc: {{{1}}} }} | xbox }}{{ #pos: {{ lc: {{{1}}} }} | console }} <!-- Console Edition -->
| Console Edition version history#{{
#if: {{ #pos: {{{1}}} | ) }} <!-- If there's brackets, a date is assumed and is used as the anchor instead of a version number -->
| {{ #dplreplace: {{{1|}}} | .*?\((.*?)\) | \1 }}
| {{ #explode: {{{1}}} | | -1 }}
}}
|{{ #if: {{ #pos: {{ lc: {{{1}}} }} | launcher }}
| Minecraft launcher#{{ #explode: {{{1}}} | | -1 }}
| {{#if: {{ #pos: {{ lc: {{{1}}} }} | bedrock }}{{ #pos: {{ lc: {{{1}}} }} | be }} <!-- Bedrock Edition -->
| {{#dplreplace: {{{1|}}} | /^(bedrock edition{{!}}bedrock{{!}}be)/i | Bedrock Edition }}
| {{{1}}}<!-- Otherwise just try the link directly -->
}}
}}
}}
}}}}|{{{2|{{Release version|{{{1}}}}}}}}]]</includeonly><noinclude>
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
=D – Dentedharp90041tce 11:20, 24 September 2017 (UTC)
Can the all PS4 prefixes be changed to link to "PlayStation 4 Edition {1}" as redirects (now/should) exist for all updates. – Nixinova 👁 Image
👁 Image
22:05, 17 April 2019 (UTC)