×
Create a new article
Write your page title here:
We currently have 52 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Template:Userbox: Difference between revisions

Wiki is in the process of importing stuff

Please be patient

imported>TheGhostOfInky
No edit summary
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{| cellspacing="0" class="userbox" style="margin:16px;border:{{{borderwidth|4px}}} solid {{{bordercolor|#7a7a7a}}};border-radius:4px;width:320px;background:{{{color|#1f1f1f}}};"
    <div style="image-rendering: pixelated;  
| style="min-width:80px;height:80px;background:{{{bordercolor|#7a7a7a}}}!important;text-align:center;font-size:12pt!important;color:#ffffff!important;" | <div style="scale:2!important;padding:16px!important;image-rendering:pixelated!important;display:inline-block!important;vertical-align:middle;font-size:0px!important;line-height:0px!important;">{{#if:{{{image|}}}|[[File:{{{image|Icon.png}}}]]|'''Img'''}}</div>
        float: {{{float|left}}};
| style="width:100%;height:80px;background:{{{color|#1f1f1f}}}!important;font-size:8pt!important;padding:8px;color:{{{bordercolor|#7a7a7a}}}!important;" | <div class="center" style="line-height:12px!important;">{{#if:{{{text|}}}|<big><big>'''{{{text|''Text''}}}'''</big></big><br>|}}{{#if:{{{quote|}}}|<br>"''{{{quote|}}}''"</div>|}}
        border: {{{borderwidth|5px}}} solid {{{bordercolor|#101010}}};
|}<includeonly>{{#if:{{{category|}}}|[[Category:{{{category|}}}]]}}</includeonly><noinclude>[[Category:Templates]]<br><br><br>{{Template:Userbox/doc}}</noinclude>
        border-radius: 5px;
        margin: 1px;
        width: 250px">
    {| cellspacing="0" style="width:{{{width|250px}}}; background:{{{incolor|{{{color|#000}}}|#000}}};"
    | style="width:{{{cellwidth|55px}}}; height:44px; background:{{{imcolor|{{{bordercolor|#101010}}}|#505050}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|#FFF}}}}}};" | {{#if:{{{image|}}}|[[File:{{{image|}}}|{{{imagesize|48x44px}}}]]|'''Img'''}}
    | style="background:{{{color|#000}}}; font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{bordercolor|#FFF}}};" | <div class="center"><div style="font-size: 12pt">'''{{{text|''Text''}}}'''</div><br>"''{{{quote|}}}''"</div>
    |}
</div>
</includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 19:24, 16 June 2026

Img




== 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

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

Making a userbox

[edit]

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.

Template:Userbox:Egoist

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
}}