Template:User personal

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
{{{image}}} {{{text}}}
{{User personal
|bordercolor= 
|textbg= 
|imagebg= 
|textimage= 
|image= 
|fontcolor= 
|text=
}} 
Example
{{User personal
|bordercolor= black
|textbg= #66CC99
|imagebg= orange
|textimage= black
|image= [[Image:MarioYoshiSmallAni.gif]]
|fontcolor= blue
|text= This user loves [[Yoshi]]!
}}
Result
This user loves Yoshi!

Tutorial

Welcome to the tutorial on how to effectively use this template, which has been made for a "personal userbox".


Colors

You will want to input a color for five things in the userbox, all of which is explained below. You have two ways of choosing a color. Either using predefined colors, such as red, green, pink, etc., or by using the hexadecimal color system. The latter is more complicated, if you do not know how it works, but allows more freedom for shades of a color.

Here's how they work

The regular preset is easy, as you simply write the name of the color you want. As and example, this:

{|style="background: red"
|this background is red
|}

will result in this:

this background is red


The same result could have been achieved using the hexadecimal color system, as this:

{|style="background: #FF0000"
|this background is red
|}

will result in this:

this background is red


The hexadecimal system works by blending a certain amount of three colors, red, green and blue (RGB): #FFFFFF from a scale of 0 (empty/nothing) to F (full color). Despite common logic, white is achieved by having a blend of all colors on full (#FFFFFF), while black is deprived of all colors (#000000). For a chart of the most commonly used colors and shades, see Help:Color Chart. This system is good to learn, as not all colors are predefined (though many are)

bordercolor

The color of the border line, which surrounds the entire template. It is advized that this be put to black, blue or red.

textbg

The background color of the right side of the box, where the actual text is placed.

imagebg

The background color of the left side of the box, where the image is placed. This color will be seen surrounding the image, if the image doesn't cover the entire box.

textimage

In case you wish to have a text in stead of an image (see image for more info), you can use this to set the color of the text. If you don't want the text image, but an actual picture in stead, set this to be black.

fontcolor

The color of the letters in the text. If you want a secondary color change within the text, or if you want a link (which is blue by default) to have the same color as the rest of the text, you'll have to input the code manually. Here's how to do it.

text text text <font color=green>text text text</font>

text text text text text text

so basically, you input:

old text <font color=color it should be>text to have new color</font>

image

You can use uploaded images on this wiki for user boxes. As most know how to link to a picture, I won't go into detail about that. There are, however, some rules for size of the image in the template. If the image you wish to use is approximately square, or if width exceeds the height, the size must be set to 38px. If height exceeds width by approx 1.25 to 1.50, it is allowed to up the size to 45px.

text

Kind of self explanatory. You can have multicolored text if you wish, but then you have to input the color codes manually (see fontcolor for info on this). You can also have links leading to other internal or external pages.


:D For a double sided userbox like this, see Template:User personal2.