One Piece Wiki
Register
Advertisement
Forums: Index → Wikia Appearance →  Portable Infoboxes — the return
Note: This topic has been unedited for 1145 days. It is considered archived - the discussion is over.
Do not add to it unless it really needs to be reopened. Consider creating a brand new forum instead.


Hey guys!

I was just stopping by to offer help on getting your infoboxes converted to the new, portable style. My bosses at Wikia have put me at your disposal, and we'd really like to try to finish up your infobox conversion over the next few days.

Back in August, you guys seemed to be pretty enthusiastic about changing over to new infoboxes, but there were several different thoughts about how to proceed.

To get the ball rolling again, the Russian OP wiki have converted their infoboxes, though they are of a slightly different design to what you use now. Take a look through their infoboxe infobox category. If we could put their infoboxes onto this wiki, and then style them after they're already here, we'd obviously save a lot of time.

The one exception to this may be {{Char Box}}, but one of our engineers came up with a new version of that one a while ago. We could easily integrate this new Char Box alongside the other infoboxes from RU, and have you mostly sorted by the beginning of next week.

So riddle me the answer to this basic question, if ya would:

Could we just import the Russian boxes now so that you can have portability almost immediately, and then work together over the coming days to style them on the desktop more to your needs?

I've got many more questions for you guys, but this is the most important one for now! Thanks for your help! — CzechOut 07:04, February 25, 2016 (UTC)

Discussion

Well, this is inevitably going to descend into the people who want to improve the wiki arguing with the people who dislike change. Now, I may not like this, but it's better we change now than we wait until it's forced upon us. I'm in favour of changing.

It's recommended to throw away socks after a year 15:40, February 25, 2016 (UTC)

My sense of the earlier discussion was that the community was in favour of changing to PIs. The question I have is whether you guys are okay with just using the Russian versions of these infoboxes (which are already created) to convert, and then just shaping the style post-conversion? — CzechOut 19:27, February 26, 2016 (UTC)

So I just took a brief look at the Russian versions, and I think I'm fine with importing them over to here, and then changing the style, since their infoboxes are similar enough to our current ones. I feel like with some tweaks, we can improve the infoboxes even more, and make them suit the wiki both on desktop and mobile even more. Jademing (talk) 21:40, February 26, 2016 (UTC)

Might as well change it now Roranoa Drake II (talk) 21:53, February 26, 2016 (UTC)

I just first want to apologize for the delay on dealing with this. It's been our fault, as we've really only had one editor capable of this kind of code-heavy editing, and he's been unable to be very active with us.

I don't think there should be much of a problem if we went with the Russian box. If people have a problem with them, we should change that AFTER the conversion process is complete. This is far too behind already. JustSomeDude...  Talk | 19:31, February 27, 2016 (UTC)

I'm fine with simply converting the Russian ones. I'm afraid it would take too long if we designed them ourselves.. Aurora[1] | Yes? 12:33, February 28, 2016 (UTC)

Issues

So staff is making the change now, just opening this as a place for people to report any issues that may pop up. If there's none in a couple weeks after the transition, this should be closed. JustSomeDude...  Talk | 05:57, March 15, 2016 (UTC)

Cover pictures for the latest chapters are missing, or even in the older chapters pictures are misplaced such as here: Chapter 39. -Adv193 (talk) 20:57, March 15, 2016 (UTC)

Yeah, a lot of chapters I've seen have the wrong cover image or the "NoPicAvailable" image. Kaido | Remnants of My Broken Sig 11:45, March 16, 2016 (UTC)

Song boxes are having the same issue. It seems like it's happening to a bunch of different types of infobox, judging by the number of images showing up in Special:Unusedimages. Videogamep Talk 07:26, March 17, 2016 (UTC)

Characters that don't have infobox images are having the manga/anime switch show up with broken links (ex. 1 2) Also, previously if the romanized name section is removed, the name of the article would show up as the romanized name, but now it's gone entirely (for example Nekomamushi) Kaido | Remnants of My Broken Sig 00:55, March 18, 2016 (UTC)

Maybe staff didn't move over our code for automated infoboxes? I'm not sure where the edits happened...

Also, a big problem is that color schemes aren't working at all. This seems like it could be fixed, as they work on the russian wiki. JustSomeDude...  Talk | 02:53, March 18, 2016 (UTC)

Progress report

Hey guys :) As of this moment, your infoboxes are all converted. Thanks for bringing the above issues to my attention. Let me go through them one by one.

Missing cover pictures

I'm not sure what is meant by the Chapter 39 issue. When I go to that page, I see an infobox image. Could you please clarify what's missing, as I don't know One Piece to a sufficient level of detail to see what's wrong there.

Redlinked images, largely in Char Box

I checked example infoboxes for every single template that I converted, and when I saw that the infoboxes had images, I converted the box. Obviously I couldn't check every single box. The thing is, before I even touched it, {{Char Box/doc}} said that the variable "image" was deprecated. This meant that the automated code which I brought over into the portable infoboxes from the original should have been handling all infobox images. It does so, as some of you may know, by looking for particular patterns in the file names. When it doesn't find those patterns, it puts up a "NoPicAvailable" image, or in the case of the {{Char Box}}, it delivers a broken links message, particularly if the switch variable is set improperly. I didn't write that message, btw, but clearly the original author of that code meant for that message to display. In my view, there are two solutions to the problem:

  1. Abandon the automated image selection
  2. Fix the few boxes that are going wrong. Change the filenames of the misnamed images so that the template can read them. And make sure that all instances of {{Char Box}} actually have the right value for the switch variable.

See, you don't really have that big of a problem. There are only 218 pages in Category:Pages with broken file links. Most of them can be cured just like Tomato Gang. If you add |switch = manga to the infobox, the image pops right back up. And it's certain that not all the 218 pages actually have this problem.

I'd strongly suggest that you use the image redlinks as an opportunity to make sure all the Char Box instances are properly using switch and that their images are named correctly.

Why is this happening now? Because I took whoever wrote the documentation at their word when they said the image variable was deprecated. And so I removed it. With the "crutch" of the image variable now removed, other flaws are revealing themselves. Long term, the benefits are greater to fixing these 218 pages, and for everyone to be on the same page about how to edit the infoboxes properly.

Romanized name section in Char Box

The Romanized name was disappearing when there was no value, because the PI code really, strongly wants to make unfilled variables go away. So you have to do some coding to counteract that desire. I had originally brought over the exact code you guys used before, but that didn't work. It's now been fixed with a more robust bit of coding. Thanks for the heads up!

Color schemes

There are multiple aspects to this. On the one hand, you can affect the colors to a lot of things with infoboxes. But some of what you guys were doing before cannot be done with PIs. The main thing you can't do is to color a part of the infobox by inputting color values into an infobox. So there's no "on the fly" colouring.

You can set up themes that give unique colouring to different templates. For instance, compare {{Arc Box}} to {{Char Box}}. You will see a difference, and that comes from MediaWiki:ColorSchemes.css. There's also the possibility to make one {{Char Box}} look different from another {{Char Box}}. But you can't, again, do that from the infobox. You have to do it from MediaWiki:ColorSchemes.css. But no such settings have been made. That's something that's beyond what I was sent here to do, but if you're really interested, I can show you how to do one or two, and then you can take it from there on your own. But really, if you study MediaWiki:ColorSchemes.css, you should be able to see how it's done.

What I've tried to do is to leave you with boxes that are largely set up for more adventurous themes, but in fact have mostly similar styling. For instance, {{Crew Box}} has a theme of "PirateCrewDefaultColors" entered, but you'd have to add it to MediaWiki:ColorSchemes.css for it to work. Equally, it has a theme-source of "colorscheme", which you could enter to affect the styling of just one instance of a {{Crew Box}} infobox. Maybe you'd call that colorscheme "barber-pole" to indicate that it was red and white. But again, there is no pi-theme-barber-pole in Themes.css.

I've largely taken my cue from the Russian wiki, which actually does have most of its infoboxes exhibiting the same blue-and-white colouring that you see here. Your life will probably be a lot simpler if you choose to stick to the blue and white. However, I have tried to ensure, at least to the same degree that the Russian guys did, that you have the opportunity to do whatever you want! :) — CzechOut 03:58, March 18, 2016 (UTC)

The issue with unique color schemes are that we mainly used them on each Devil Fruit article. Now they're all the same which sucks. SeaTerror (talk) 05:26, March 18, 2016 (UTC)

Well, again, I think you could do that, but it wouldn't be up for me to actually do it. I don't know One Piece as a property well enough to hazard a guess as to which colors would be appropriate. What you guys would need to achieve these results is to figure out how to do one, and then replicate that success on each article that you think requires special colouring. — CzechOut 13:17, March 18, 2016 (UTC)

This is kind of minor but could you make it so that the automatically romanized names are in italics? Kaido King of the Beasts (talk) 13:57, March 18, 2016 (UTC)

You don't need to guess since the colors already existed before. SeaTerror (talk) 16:09, March 18, 2016 (UTC)

Some infoboxes have issues if they need their images to be manually input (such as Pantri), since we have to put the image file manually for the {{Switch}} to know what image to use. Yata Talk to me 18:46, March 18, 2016 (UTC)

"from the Russian wiki, which actually does have most of its infoboxes exhibiting the same blue-and-white colouring that you see here" — 1 of 25 is not "most".

I've fixed most of "NoPicAvailable" images (it was naming issues — Pagename.png vs Pagename_Infobox.png).

Color schemes can be easily* fixed by changing css import order hereInfoboxes.css and Themes.css should be imported before Color_Scheme_Key/CS.css
*Not quite. You also need to convert them to pi-theme format. For example:

.AccinoFamilyColors, .pi-theme-AccinoFamilyColors .pi-header, .pi-theme-AccinoFamilyColors .pi-title { background-color:#000000; color:#808000;}

Styles used on Russian Wiki: Color schemes (may have some differences from ones used here) and Devil Fruits css. --Valdy (talk) 22:19, March 18, 2016 (UTC)

I have a question about the Before/After Timeskip tabs. Are there anyone who can make them less.... uglier? They looked outdated in the old infoboxes, and they just look even more outdated with the new infoboxes and it's just so weird. So yeah, can someone change them to something better? Jademing (talk) 00:39, March 19, 2016 (UTC)

There seems to be a issue with chapters not showing up when there isn't a | chapter in the {{Episode Box}}, but it does show up when it is in there, otherwise just the eyecatcher is shown. So until it gets fixed, should we just add in the chapters for the missing episodes and still update {{WC}} as well? (Sounds tedious to me) Dragonquiz (talk) 00:53, March 20, 2016 (UTC)

Fixed.--Valdy (talk) 10:07, March 20, 2016 (UTC)

So...are any of these going to get fixed? Most of us aren´t skilled enough with code, which is why this section exists. I like the new infoboxes but I would rather go back to the old ones than get thrown into a buggy system with no help whatsoever. Kaido King of the Beasts (talk) 12:44, April 15, 2016 (UTC)

Seriously, is the broken image switching and the lack of color schemes ever going to be fixed?????? Kaido King of the Beasts (talk) 13:40, May 10, 2016 (UTC)

Can't we get rid of the blue border around the images on the character pages? And I agree with Kaido, colorschemes need to come back.

FurisuTalk 13:41, May 14, 2016 (UTC)

Blue border? Do you mean the blue background behind images - as seen here? If so, this occurs because the infoboxes use the navigation element instead of image to display images. You have to change the background-color property to transparent in the CSS below:
.pi-navigation {
    text-align: center;
    padding: 5px 0px 0px 0px !important;
    background-color: #BDDEFF;
}
Monochromatic Bunny | 00:18, September 4, 2016 (UTC)

The infobox colorschemes are broken again Kaido King of the Beasts (talk) 22:50, September 4, 2016 (UTC)

I think Drake broke them. He messed with the js. Awaikage Talk 22:58, September 4, 2016 (UTC)

Turns out it had to do with us renaming our site from One Piece Encylcopedia to One Piece Wiki User:Roranoa Drake II/Sig1 23:38, September 4, 2016 (UTC)
Yeah. For some reason the issue just took a long time to arise. Maybe the recent changes caused a refresh or something, and that's why it coincided with this. Awaikage Talk 23:46, September 4, 2016 (UTC)
I provided the JavaScript code. I was wary of doing this, since adding JavaScript to a Portable Infobox automatically makes it non-portable. However, you guys were adamant about the color schemes, so I provided the code.
By the way, the JavaScript did not break the designs, it was another issue which has since been resolved. —Monochromatic Bunny | 23:32, September 4, 2016 (UTC)

Anime/Manga Switch Location

I haven't seen this in any others, but in Robin's infobox, the place to switch between anime and manga is on the side of the image when it's set to post-timeskip instead of above it. Videogamep Talk 04:03, March 20, 2016 (UTC)

Weirdly, that only seems to happen with the anime image (manga image is fine). The problem might be on the image itself. KingCannon (talk) 04:39, March 20, 2016 (UTC)

It could be the image itself is just too thin, causing the problem? We'd have to change the image to see if that will solve the problem. Jademing (talk) 18:00, March 20, 2016 (UTC)

Solved. See here - Template:Nico Robin Tabs Top, Template:Char Box. —Monochromatic Bunny | 22:54, September 3, 2016 (UTC)

Since this is on the same subject, any volumes that have the normal cover and the inside cover isn't showing for some reason, might be that the {{Switch}} is broken for the {{Volume Box}} or it can't recognize the switch at all. Dragonquiz (talk) 23:03, March 20, 2016 (UTC)

Two options here:
  1. Old-style: Use multiimage instead of image parameter. It supports {{Switch}}.
  2. PI way: Use <gallery> instead of {{Switch}}. See help for more info.
Both options require editing all pages with multiple images in infobox (excluding ones with {{Char Box}}) and additional css styling. --Valdy (talk) 22:09, March 21, 2016 (UTC)

Purin image

For some reason Purin's page isn't showing the no image available image. Anyone know why? Videogamep Talk 02:06, April 1, 2016 (UTC)

Is this still an issue? —Monochromatic Bunny | 00:18, September 4, 2016 (UTC)
I don't think this is a problem anymore.FurisuTalk 00:29, September 4, 2016 (UTC)

Blue Background

Is anyone else bothered by the blue background of the character infobox? I think that it is incredibly ugly and it also clashes with some of the color schemes, e.g. Caesar Clown. To change this an admin would have to change the background-color parameter (the color code is #BDDEFF) on this page.

FurisuTalk 00:29, September 4, 2016 (UTC)

For more info, see my reply above (which says the same thing). —Monochromatic Bunny | 00:56, September 4, 2016 (UTC)
Issue has been resolved along with the white background for character infboxes like here User:Roranoa Drake II/Sig1 20:59, October 8, 2016 (UTC)

Remaining Issues October 2016

So I have gone through and fixed anything that was pointed out from various users. From various devil fruit color schemes, volume backgrounds, character backgrounds, and more. Is there anything else that needs to be fixed before we close this? User:Roranoa Drake II/Sig1 21:02, October 8, 2016 (UTC)

Well, it'd be nice if Char Boxes could lose that empty space above the image in cases where there's no switch. Example. It got added when some staff guy tweaked it. Awaikage Talk 21:53, October 8, 2016 (UTC)

done. Anything else? User:Roranoa Drake II/Sig1 01:54, October 10, 2016 (UTC)

Alright so all remaining issues pointed out by users here and on chat were resolved by Staff member CzechOut. User:Roranoa Drake II/Sig1 01:47, October 11, 2016 (UTC)

Hey all :) Before this thread closes, I wanted to apologise for missing the development of this thread following my last posts here in March.
I came back in the weeks immediately following my last post on 18 March and mistakenly thought that Valdy had fixed all the issues brought up around the 20th of March. The thread then went silent for several weeks, making me believe the conversation had ended, and that there was no real need to follow the thread. Then I went on sick leave.
By the time I came back, I was simply assigned to other things and unaware of later requests in this thread. I want to thank Vanguard member, Monochromatic Bunny, for noticing that this conversation had continued and for helping out in recent weeks.
Since this thread is about to close, please know that you can post any further questions and problems directly to my talk page, which will produce a message alert that will bring me swiftly back to this wiki. -- CzechOut 16:39, October 11, 2016 (UTC)
Advertisement