It is very difficult to upload a page because of the templates
involved. All the infoboxes are based on my Template:Infobox.

<div style="float: right; border:solid #eee 1px; margin: 1px;">
{| cellspacing="0" style="width: 238px; height: 45px; background:
{{{backcolor|White}}};"
| style="width: 45px; height: 45px; background: {{{imageback|white}}};
font-size: 80%;letter-spacing:0.09em;text-align:center; font-
family:georgia, serif;" |[[Image:{{{image}}}|{{{imagesize|45px}}}]]
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em" |
<span><center><font color="{{{fontcolor|Black}}}">{{{message}}}</
font></center></span>
|}</div>{{#switch: {{NAMESPACE}}
| Template = <!-- don't include the templates in the category that is
being represented -->
| Category = <!-- don't include the templates when they are displayed
on their category page -->
| Review = <!-- don't include the templates in categories when in the
Review namespace -->
| DA = {{#ifeq: {{{category}}} | Exclude | <!-- nothing --> |
[[Category:{{{category}}}|{{PAGENAME}}]] }}
| {{#switch: {{{category}}}
| Exclude = <!-- nothing -->
| [[Category:{{{category}}}]]}}
}}

So an actual infobox will ahve something like:

{{infobox
| backcolor =
| fontcolor =
| image     =
| imageback =
| message   =
| category  =
}}

Is this compound infobox configuration possibly the problem? Do you
require screenshots, something else?


On Jul 22, 5:37 am, Volker Haas <[email protected]> wrote:
> Hi
>
> SoloPianoDC.com wrote:
> > My wiki is private, but the configuration is simple to emulate: I'm
> > using templates on articles that are the same as the "user boxes" that
> > are seen on user pages of wikipedia. I am using almost identical
> > templates from wikipedia's {{userboxtop}} and {{userboxbottom}}, and
> > then I'm using quite similar user boxes in between. My user boxes are
> > tables with one row and two columns.
>
> > Column 1: an image
> > Column 2: text
>
> > The background color for column 1 displays, but not for column 2.
>
> > Ideas?
>
> Unfortunately I can't reproduce the problem. I created a test page which
> uses a couple of userboxes, but all background colors are rendered
> correctly in the PDF.
>
> Check 
> outhttp://en.wikipedia.org/w/index.php?title=User:Volker.haas/Test&oldid...
>
> Feel free to update the page with an example that shows the problem.
>
> I suspect that the background colors in your case are defined inside
> some css stylesheet which mwlib does not use. If that is the case you
> can probably fix this by defining the "missing" css styles in a css_map
> in your customconfig.py file (check customnodetransformer.py for "details")
>
>
>
> --
> volker haas                 brainbot technologies ag
> fon +49 6131 2116394        boppstraße 64
> fax +49 6131 2116392        55118 mainz
> [email protected]    http://www.brainbot.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to