Misplaced Pages

Template:Userboxtop: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 15:41, 22 January 2006 view sourceLocke Cole (talk | contribs)Extended confirmed users, File movers, Pending changes reviewers, Rollbackers18,900 edits notes on use, etc← Previous edit Revision as of 23:19, 26 January 2006 view source Hermeneus (talk | contribs)1,513 editsm +jaNext edit →
Line 20: Line 20:


<code><nowiki>#userboxes { display: none; }</nowiki></code> <code><nowiki>#userboxes { display: none; }</nowiki></code>
]

</noinclude> </noinclude>

Revision as of 23:19, 26 January 2006

Userbox

Usage

{{boxboxtop
| bordercolor = 
| backgroundcolor = 
| align = 
| toptext = 
}}
{{boxboxbottom}}

All of the parameters are optional.

Hiding userboxes

You can hide userboxes which utilize this (as well as a few other) forms of template-based userbox organization. Simply edit your userspace CSS override (for example, User:YOURNAME/monobook.css for the Monobook skin) and add the following–

#userboxes { display: none; }