Help:Userboxes: Difference between revisions

From Destinypedia, the Destiny wiki

(Adapted from halopedia:Help:Userboxes)
 
No edit summary
Line 2: Line 2:
'''Userboxes''' (sometimes abbreviated as '''UBX''') are small colored boxes designed to appear on Destinypedians' user pages. They generally include one or two small graphics and a few short lines of text. Often they also include wiki markup that places the user in a category. Userboxes are generally created as templates and placed onto userpages, although their markup may be substituted directly onto userpages instead. Userboxes should not be used in articles. If you need any help, ask an [[Destinypedia:Administrators|administrator]] for further assistance.  
'''Userboxes''' (sometimes abbreviated as '''UBX''') are small colored boxes designed to appear on Destinypedians' user pages. They generally include one or two small graphics and a few short lines of text. Often they also include wiki markup that places the user in a category. Userboxes are generally created as templates and placed onto userpages, although their markup may be substituted directly onto userpages instead. Userboxes should not be used in articles. If you need any help, ask an [[Destinypedia:Administrators|administrator]] for further assistance.  


==Creating Userboxes==
==Creating userboxes==
If you don't like any of the Userboxes shown on [[Destinypedia:Project Userbox]] then you can create a custom userbox by copying the below code onto your page:
If you don't like any of the Userboxes shown on [[Destinypedia:Project Userbox]] then you can create a custom userbox by copying the below code onto your page:
<pre>  
<pre>  
Line 21: Line 21:


=== Sample ===
=== Sample ===
Here is an example of a custom userbox and its corresponding code:
Here is an example of a custom userbox and its corresponding code:



Revision as of 13:47, July 28, 2021

Main article: Wikipedia:Wikipedia:Userboxes

Userboxes (sometimes abbreviated as UBX) are small colored boxes designed to appear on Destinypedians' user pages. They generally include one or two small graphics and a few short lines of text. Often they also include wiki markup that places the user in a category. Userboxes are generally created as templates and placed onto userpages, although their markup may be substituted directly onto userpages instead. Userboxes should not be used in articles. If you need any help, ask an administrator for further assistance.

Creating userboxes

If you don't like any of the Userboxes shown on Destinypedia:Project Userbox then you can create a custom userbox by copying the below code onto your page:

	 
{{Userbox
|id = Image
|id-c = Image Box background color
|id-fc = If you don't want an Image you can have text. So this is font color
|id-s = If you don't want an Image you can have text. So this is text size
|info = Add your text here
|info-c = info background color
|info-fc = info font color
|info-s = info text size
|border-c = box color
|border-s = border width in pixels
}}

Replace the above text with your custom box characteristics. It is suggested that you limit the size of any images in the id box to 40 pixels. For a list of colors and the Hex codes for them, see this Wikipedia page.

Sample

Here is an example of a custom userbox and its corresponding code:

Destiny-Symbol.png This user loves Destiny.
{{Userbox
|id = [[File:Destiny-Symbol.png|50px]]
|id-c = Black
|info = This user loves ''[[Destiny]]''.
|info-c = Silver
|info-fc = black
|border-c = black
}}