Entertainment
 

Template talk:Character infobox

From Wookieepedia, the Star Wars wiki.

[edit] Cache problem

There seems to be a strange cache problem going on. Using Firefox, the right table border keeps disappearing. The problem is not solved by a regen, but if you purge the server cache, it works fine. Tis very weird…--Sentry [Talk] 02:38, 18 July 2006 (UTC)

[edit] Problem with standard colors

There was a problem with this infobox in Kina Margath (see this version) where parts of the source code of the infobox were visible. I finally found out that the source of the problem were the color modifiers. It seems that when you put the default colors (#94C7D1 and #D6F0F5) into the field BG1 and BG2, the if-else-clause writes nothing into the style-tag. The source code looked like this:


<th> class="infoboxheading" colspan="2" style="background: #
<ol><li>94C7D1; " | Kina Margath
</li></ol>

I don't know enough about infobox programming myself, so it would be great if somebody could look into this. --Craven 01:35, 31 March 2007 (UTC)

[edit] Usage Question

Hey all. I am trying to get a standard character infobox set up for the Dune Wiki. As you can see here, I have more or less copied the code from this page, making some cometic edits. Since I don't really understand what I am doing (but I'm trying!), I am now stuck and do not know where to go from here. It seems I need to include a style class or something to tell the code how to format the box...right now its pretty ugly looking! Looking at the source at the bottom of this page, I noticed there were handlers like template:sld and such, that i included in the dune wiki here. Any and all help would be much appreciated! Thank you --Jsblack 02:08, 14 June 2007 (UTC)

  • The problem is that the styling of the box is now controlled entirely by a CSS style sheet (MediaWiki:Common.css). If you are an admin on the Dune wiki, you will have to copy the relevant portions of that page and add it to your stylesheet in order to make it work.--Sentry 03:06, 14 June 2007 (UTC)