So, I had been talking with a friend a long time ago about the info boxes. Mainly their colour.
They mentioned there being several templates out there, and I figured I'd poke my nose in and see if there was any truth to it.
Would it be possible to find and/or create and upload a template that has a black background, with white text? So those of us that might have a darker layout have the option of not having a template that's blinding. The bright white info box looming in the corner just seems to be a distraction when viewing all of my three character's wiki pages.
For example.
An all black Info box with white text would just make the overall layout so much easier on the eyes, and much smoother.
It even goes so far as to make one of my character's pictures difficult to really focus on it. At least for me and my monitor.
Not that it's something I can't tolerate, because I can and do. But, it would be nice to have options if at all possible.
They mentioned there being several templates out there, and I figured I'd poke my nose in and see if there was any truth to it.
Would it be possible to find and/or create and upload a template that has a black background, with white text? So those of us that might have a darker layout have the option of not having a template that's blinding. The bright white info box looming in the corner just seems to be a distraction when viewing all of my three character's wiki pages.
For example.
An all black Info box with white text would just make the overall layout so much easier on the eyes, and much smoother.
It even goes so far as to make one of my character's pictures difficult to really focus on it. At least for me and my monitor.
Not that it's something I can't tolerate, because I can and do. But, it would be nice to have options if at all possible.




![[Image: 7Ho5y7x.png]](http://i.imgur.com/7Ho5y7x.png)

If you want to do what you're suggesting, I would recommend forking Template:Infobox-character and adding parameters for foreground and background color that are referenced in the table style at the top of the template. I would recommend doing this in #if blocks so you can make sure the template works even if that parameter isn't specified. You can then fork Template:Infobox-character and have it pass through those parameters. The Infoboxes essentially work as an inheritance hierarchy, with the more specific Infoboxes inheriting from less specific ones and adding additional logic (such as the auto-tagging functionality of Infobox-character). I recommend a fork instead of editing the base templates because these are heavily used templates, and a breaking change would break a lot of pages.