Minecraft Wiki
Advertisement

A question

Nixinova, Do I need a template variants showing "Console Edition only" and one showing "Education Edition only" in this template?--Beans1512 (talk) 09:34, 19 June 2017 (UTC)

What do you mean by that? – NixinovaGrid Book and Quill Grid Diamond Pickaxe Grid Map • 04:09, 20 June 2017 (UTC)
Such a thing.--Beans1512 (talk) 07:43, 20 June 2017 (UTC)
Okay for some reason the template is broken at the moment... I will try to fix. – NixinovaGrid Book and Quill Grid Diamond Pickaxe Grid Map • 19:25, 24 June 2017 (UTC)
Thank you. I'm sorry that I increased your work.--Beans1512Talk/Contribs 23:50, 24 June 2017 (UTC)

Why is this 7 different templates

Why is this template currently 7 different templates? The whole point of parameters is so you don't need to recreate the same thing many different times, just pass along the two versions as parameters and have the template automatically add the text and images like all the other templates currently do. KnightMiner t/c 19:32, 29 June 2017 (UTC)

I did that because I didn't know how to make {{exclusive|java}} launch a preset I am storing currently at {{exclusive/java}}. – NixinovaGrid Book and Quill Grid Diamond Pickaxe Grid Map • 20:27, 30 June 2017 (UTC)
Preferably I would have "if 1=java, load {{java template}}, { if 2=console, load {{java and console}} template }, etc"NixinovaGrid Book and Quill Grid Diamond Pickaxe Grid Map • 03:17, 1 July 2017 (UTC)
You just set it to build dynamically from the names you give it. In this case, java needed a different image, but all edition pages are [[<version> Edition]]. I switched the template to support calling it like that, and remove the color properties as there is no reason one page should need a different color than the rest of the usages of this template. KnightMiner t/c 22:59, 2 July 2017 (UTC)
OK, still slightly confused, had the |color= parameter in case you wanted the msgbox to be the usual yellow Nixinova Grid Book and Quill Grid Diamond Pickaxe Grid Map 04:25, 4 July 2017 (UTC)
But why would one page want it yellow when the rest have it blue? I cannot think of a single reason one page should have it yellow unless we change it to have all be yellow. All our other message boxes are one color consistently, an individual article does not need to color it differently. KnightMiner t/c 17:05, 4 July 2017 (UTC)
There was some talk about associating different colors with different versions, see the Renaming project talk page. --Pepijn (talk) 17:40, 4 July 2017 (UTC)
In that case, the color should probably be predetermined based on the version and not provided by editors. --Hubry (talk) 17:52, 4 July 2017 (UTC)
Yeah. I was just trying to explain why we might want different colors, not advocating for having color as a parameter (just to make things clear). --Pepijn (talk) 18:31, 4 July 2017 (UTC)
I was just having a setting that could load the usual yellow msgbox template; I didn't know if we would be using the blue or not. Nixinova Grid Book and Quill Grid Diamond Pickaxe Grid Map 05:23, 5 July 2017 (UTC)

Repopulate categories

Could someone edit the template so categories like Category:Java Edition only, Category:Pocket Edition only, Category:Console Edition only and Category:Education Edition only are repopulated when their respective exclusive templates are used? Perhaps KnightMiner? GoandgooTalk
Contribs
03:12, 5 July 2017 (UTC)

 Done. To keep these categories and the ones related to information rather than whole features, I added a category for all of them called Category:Edition specific categories. KnightMiner t/c 03:50, 5 July 2017 (UTC)
Many thanks for doing this, looking at Category:Edition specific categories I'm wondering why all the specific information categories have "edition" in lowercase - for consistency shouldn't these all be upper case, i.e. Category:Pocket Edition specific information instead of Category:Pocket edition specific information? GoandgooTalk
Contribs
04:32, 5 July 2017 (UTC)
That was me who did that, and I don't have a good reason why I made them lowercase. Looking at the history of {{only}}, I seem to have been having a bad day all around. : P – Sealbudsman talk/contr 05:04, 5 July 2017 (UTC)
 Fixed Nixinova Grid Book and Quill Grid Diamond Pickaxe Grid Map 05:14, 5 July 2017 (UTC)
Can someone figure out why pages are still populating the lower case categories, i.e. Category:Pocket edition specific information etc? GoandgooTalk
Contribs
06:49, 5 July 2017 (UTC)
It was {{Drop}}, I fixed it. Now it's just gonna be a matter of either waiting until MediaWiki decides to refresh the categories, someone edits the pages, or someone makes null edits to the pages. I think I'll just null edit all of them. --Hubry (talk) 10:39, 5 July 2017 (UTC)
 Done. Most of them just needed a null edit, the dye pages needed a null edit on a template I think, Breaking and Trading have the categories manually assigned, so I changed that too. -Hubry (talk) 10:53, 5 July 2017 (UTC)
Many thanks for fixing it, I couldn't quite figure out what the problem was! GoandgooTalk
Contribs
11:53, 5 July 2017 (UTC)

Centering

Is there a way for infoboxes to change the position of the template? For example, the {{exclusive}} template shown below is not centered. – Nixinova Grid Book and Quill Grid Diamond Pickaxe Grid Map 05:18, 17 July 2017 (UTC)

Information icon
This feature is exclusive to . 
@Majr: do you know how to fix this? – Nixinova Grid Book and Quill Grid Diamond Pickaxe Grid Map 08:08, 20 July 2017 (UTC)
 Done. MajrTalk
Contribs
10:33, 20 July 2017 (UTC)

Education Edition.png to Education Edition.svg

I've a question: How do I get this template to use File:Education Edition.svg instead of File:Education Edition.png? VeenM64 (talkcontribslogsblock log) 🐷🥕☮️ 01:56, 25 September 2017 (UTC)

Fixed it for you. The long #if near the top has the purpose of substituting non-default image file names for each of the first three template arguments. As it's written now, this will only work for "education" if it's one of the first three arguments. The template should probably be revised since it could have more then three, but it should be good for the time being. – Auldrick (talk · contribs) 02:25, 25 September 2017 (UTC)

Requested updates

Would somebody be able to remove the pocket parameter, and also enable the console parameter to populate Category:Legacy Console Edition only instead of Category:Console Edition only? GoandgooTalk
Contribs
01:29, 1 October 2017 (UTC)

I can fix the category population, but it doesn't actually have logic specific to a pocket parameter. Any parameter it doesn't recognize just generates "<parameter> Edition only". Essentially, it assumes that we'll change {{Exclusive|pocket}} to {{Exclusive|bedrock}}. Do we need to short-circuit it, redirecting "pocket" to "bedrock"?--– Auldrick (talk · contribs) 02:18, 1 October 2017 (UTC)
Never mind. I  Fixed the category population, and I don't think the pocket parameter was ever used with this template anyway. --– Auldrick (talk · contribs) 04:35, 1 October 2017 (UTC)
For some reason, on pages which have the exclusive template with only the Bedrock Edition (e.g. see Featured servers and Bedrock Edition entity components), the category {{Edition only}} is being added and coming up with a redline down the bottom (also see Category:Edition only - a number of pages have populated this). GoandgooTalk
Contribs
10:36, 1 October 2017 (UTC)
Looking into it... Fixed. My bad. It was a typo. Hope it didn't cause any maintenance headache! BTW, it would have affected any article that had {{Exclusive}} with only one argument, such as Launcher.--– Auldrick (talk · contribs) 15:55, 1 October 2017 (UTC)

Need a way to specify features exclusive to a platform for some Bedrock features

Virtual reality, for example, is a page that is about a feature which is available on Bedrock Edition, but only on Windows 10 & Gear VR. Currently, that page has this template saying that it is "Gear VR Edition & Windows 10 Edition only", but this doesn't really work anymore, since all the Bedrock editions have been merged under one title. There needs to be a way to show that a feature is exclusive to a particular edition on a particular platform. I don't really know what the best way to do this is. What do you folks think? SuperGeniusZeb (talk) 18:41, 4 October 2017 (UTC)

Do we really we need a msgbox at the top of the page saying which platforms it applies to? Isn't it enough to say so in the text? That's our customary approach to such finely-divided cases.
It's hard to get the admins to support a template as a solution if the problem only occurs in a very limited number of pages. That's partly because template syntax is complex and most editors can't maintain it, and partly because some admins tend to view templates as a tool for maintaining categories, and they don't want a proliferation of categories that only have a couple of pages on them. (Note, for instance, that at the bottom of the Virtual reality page it's adding the page to two categories we haven't previously had. The links are red because no page has been created to say what the categories are for, but the categories are actually created anyway because that's how categories work. But we don't want categories for Gear VR only and Windows 10 only; we have no use for them.)
If there truly is a demonstrable need for what you want, the solution might be a new template (one that doesn't generate categories or generates new and useful categories). I'd suggest that you try to come up with a plan for what parameters it would need and what its output would look like, then create a mockup of it for discussion. (If you don't know how to use the template language, I can help.) When you have it ready, use the Community Portal to announce it, invite feedback and make your case.--– Auldrick (talk · contribs) 20:12, 4 October 2017 (UTC)
Actually, I overlooked what could be a simpler solution. If all you need is a message box at the top of the page, it's possible to use the {{Message box}} template. It has a lot of flexibility because it lets you specify CSS for styling. I can help you if you don't know how to use CSS.--– Auldrick (talk · contribs) 20:20, 4 October 2017 (UTC)
I know how to use CSS... how does this look?
Gear VR Windows 10
Gear VR & Windows 10 only
 
SuperGeniusZeb (talk) 03:26, 5 October 2017 (UTC)
Looks pretty darn good, except I'd put in some nonbreaking spaces or something to separate the OS icons a little more. Also, if you want it to look a little more like {{Exclusive}}, try a horizontal rule and link the pages:
Gear VR    Windows 10 

--– Auldrick (talk · contribs) 03:42, 5 October 2017 (UTC)

The links should point to Wikipedia pages for those platforms and not the old "___ Edition" pages, shouldn't they?
Gear VR    Windows 10 
SuperGeniusZeb (talk) 04:14, 5 October 2017 (UTC)
Advertisement