Nintendo Wiki:Userboxes: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content deleted Content added
add
removed deprecated
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
You can also customize the way the table appears or where it can float; see its [[Template:Userbox group#Usage|Usage section]] for more info.
You can also customize the way the table appears or where it can float; see its [[Template:Userbox group#Usage|Usage section]] for more info.


==Userbox list==
{|class="table" style="width:70%"
|-style="background:#EEE"
!Userbox
!Code
|-
|{{userbox|id-c=#000080|info-c=#00137F|id-fc=yellow|info-fc=yellow|border-c=gold|id=[[File:Rareware.png|x50px]]|info=This user is a fan of '''{{color-link|Rare Ltd.|yellow}}'''}}
|<tt><nowiki>{{userbox|border=yellow|id-c=#000080|info-c=#00137F|id-fc=yellow|info-fc=yellow|id=[[File:Rareware.png|x50px]]|info=This user is a fan of '''Rare Ltd.'''}}</nowiki></tt>
|}
[[Category:Nintendo Wiki]]
[[Category:Nintendo Wiki]]

Latest revision as of 00:05, February 17, 2024

This page is a collection of userboxes, which are small colored boxes designed to appear on a wiki editor's user page as a communicative notice about the user or to show things they like. You are free to make your own and add them here. If you cannot, then you can leave a request on the talk page.

How to make a userbox[edit]

  1. The first step is to look over both the Usage and the Example sections of Template:Userbox. This is the code you'll need to use to make a userbox.
  2. Copy the code from Template:Userbox and paste it in the new userbox you're making. You can then fill in the fields to create your userbox. Two examples are provided below.

Organizing your userboxes[edit]

If you find your userboxes are all over your user page, then feel free to make use of Template:Userbox group. These templates will sort everything between them into a table, making all your userboxes into a nice, clean list. For example,

{{userbox group}}
{{userbox|#0F75A8|#1393D3|♂|This user is a male.}}
{{userbox|#6EF7A7|#C5FCDC|''[[Wikipedia:English language|en]]''|This user is a native speaker of English.}}
|}

will appear as:

This user is a male.
en This user is a native speaker of English.

You can also customize the way the table appears or where it can float; see its Usage section for more info.