Template:Userbox: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
<div style="float:{{{float|right}}}; border:{{{borderwidth|5px}}} solid {{{bgcolor|#DDD}}};border-radius:5px; margin:1px;">
<div style="float:{{{float|right}}}; border:{{{borderwidth|5px}}} solid {{{bgcolor|#c00000}}};border-radius:5px; margin:1px;">
{| cellspacing="0" style="width:{{{width|256px}}}; background:{{{incolor|{{{fgcolor|#ffffff}}}|#ffffff}}};"
{| cellspacing="0" style="width:{{{width|256px}}}; background:{{{incolor|{{{fgcolor|#ffffff}}}|#ffffff}}};"
| style="width:53px; height:44px; background:{{{imcolor|{{{bgcolor|#c0c0c0}}}|#c0c0c0}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};" | {{#if:{{{image|}}}|[[File:{{{image|}}}|{{#if:{{{imagewidth|}}}|{{{imagewidth|}}}|48x44px}}]]|'''Img'''}}
| style="width:53px; height:44px; background:{{{imcolor|{{{bgcolor|#c0c0c0}}}|#c0c0c0}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|#000000}}}}}};" | {{#if:{{{image|}}}|[[File:{{{image|}}}|{{#if:{{{imagewidth|}}}|{{{imagewidth|}}}|48x44px}}]]|'''Img'''}}
| style="background:{{{fgcolor|#EEE}}}; font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{textcolor|black}}};" | {{{text|''Text''}}}{{#if:{{{quote|}}}|<br>"''{{{quote|}}}''"|}}
| style="background:{{{fgcolor|#ffffff}}}; font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{textcolor|#000000}}};" | {{{text|''Text''}}}{{#if:{{{quote|}}}|<br>"''{{{quote|}}}''"|}}
|}</div>
|}</div>
<noinclude>{{Documentation}}</noinclude>
<noinclude>{{Documentation}}</noinclude>

Revision as of 11:16, 2 December 2021

Img Text

Description

Userboxes are small notices on users' profile pages that contain information about a user. Rather than creating a new template for every custom userbox, new userboxes should be subpages of the Userbox template, which can be created by navigating to Userbox:NameOfUserbox.

Syntax

{{Userbox
| borderwidth =
| width       =
| bgcolor     =
| fgcolor     =
| imcolor     =
| textcolor   =
| image       =
| imagewidth  =
| text        =
| quote       =
}}

Making a userbox

Userboxes are highly customizable. Users can implement infoboxes for personal use by inserting the template into their profile pages and filling out each field, or save widely-used customizations on subpages to allow for standardized premade userboxes.

This user is an Egoist.
"The people are dead! Good-day, Self!"


In this example, a userbox named Egoist is created at Userbox:Egoist, as a subpage of the Userbox template. Others who wish to use the userbox on their profiles can simply add {{Userbox:Egoist}} to their profile pages.

{{Userbox
| borderwidth = 2px //Thickness of the colored border around the userbox
| width       = 248px //Horizontal length of the userbox, matches length of text field when unset
| bgcolor     = #006A66 //Color of userbox's border
| fgcolor     = #141414 //Color of internal text area
| imcolor     = #003F3D //Background color of image region
| textcolor   = #FFFFFF //Color of text
| image       = Ego and its own.png //Image in userbox
| imagewidth  = 45px //Maximum width of image
| text        = This user is an '''[[Egoism|Egoist]]'''. //Text in userbox
| quote       = The people is dead! Good-day, Self! //Optional quote, does not appear when unset
}}