Difference between revisions of "Template:Userboxtop"

From AVENwiki
Jump to: navigation, search
(clean up code)
(doc)
 
Line 1: Line 1:
{|class="userboxes" style="margin-right: {{{left|1}}}em; margin-bottom: 0.5em; width: 250px; border: {{{bordercolor|darkgrey}}} solid 1px; background-color: {{{backgroundcolor|white}}}; color: {{{textcolor|black}}}; float: {{{align|right}}}; {{{extra-css|}}}"
+
{|class="userboxes" style="margin-right: {{{left|1}}}em; margin-bottom: 0.5em; width: 250px; border: {{{bordercolor|darkgrey}}} solid 1px; background-color: {{{backgroundcolor|white}}}; color: {{{textcolor|black}}}; float: right; {{{extra-css|}}}"
 
|<div style="text-align: center; font-size: 120%;">'''{{{1|{{{header|Userboxes}}}}}}'''</div><noinclude>
 
|<div style="text-align: center; font-size: 120%;">'''{{{1|{{{header|Userboxes}}}}}}'''</div><noinclude>
 
''Your userboxes here''
 
''Your userboxes here''
 
|}
 
|}
This template inserts the messy code required to create a userbox box, such as the one on the right. The end of the box should be followed by {{t|Userboxbottom}}, or just with <code>|}</code></noinclude>
+
This template inserts the messy code required to create a userbox box, such as the one on the right. Userboxes can be found at [[User:UBX/Userboxes]].
 +
 
 +
==Usage==
 +
Insert {{t|Userboxtop}} at the top of your userpage. Place your userbox code underneath this tag. Underneath your userboxes, put {{t|Userboxbottom}}, or just with <code>|}</code>
 +
 
 +
===Parameters===
 +
;Header
 +
<code><nowiki>{{Userboxtop|header text}}</nowiki></code><br>
 +
Alternative: <code><nowiki>{{Userboxtop|header=header text}}</nowiki></code><br>
 +
Defaults to "Userboxes" if none given
 +
</noinclude>

Latest revision as of 13:48, 11 January 2016

Userboxes

Your userboxes here

This template inserts the messy code required to create a userbox box, such as the one on the right. Userboxes can be found at User:UBX/Userboxes.

Usage

Insert {{Userboxtop}} at the top of your userpage. Place your userbox code underneath this tag. Underneath your userboxes, put {{Userboxbottom}}, or just with |}

Parameters

Header

{{Userboxtop|header text}}
Alternative: {{Userboxtop|header=header text}}
Defaults to "Userboxes" if none given