Difference between revisions of "User:Smiley12/User box factory"
Wikisimpsons - The Simpsons Wiki
(→Complicated) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
You can use this user box factory to make custom user boxes for your userpage. | You can use this user box factory to make custom user boxes for your userpage. | ||
Line 10: | Line 7: | ||
#Start the page with the following tool: | #Start the page with the following tool: | ||
− | <center><small>Type in the rest of the user box name, eg. Template:User Male, then paste what you copied in Step 1. Then Fill in <image> with the Image | + | <center><small>Type in the rest of the user box name, eg. Template:User Male, then paste what you copied in Step 1. Then Fill in <image> with the Image (Make sure it is 80px) and <Text> with the Text</small></center> |
<createbox> | <createbox> | ||
buttonlabel=Create a user box!!! | buttonlabel=Create a user box!!! | ||
Line 18: | Line 15: | ||
</createbox> | </createbox> | ||
====Complicated==== | ====Complicated==== | ||
− | #Copy this:<nowiki>{{SUBST:Userbox|<Image>|<Text>|<3>|<4>|<5>|<6>|<7>|<8 | + | #Copy this:<nowiki>{{SUBST:Userbox|<Image>|<Text>|<3>|<4>|<5>|<6>|<7>|<8>}}</nowiki> |
*<image> is For the Image (Make sure it is 80px) | *<image> is For the Image (Make sure it is 80px) | ||
*<Text> is for the text inside the userbox | *<Text> is for the text inside the userbox | ||
*<3> Is for the category the userpage will be put into after the userbox is added,eg. <nowiki>{{User Project Characters}} will categorize the userpage into [[Category:Project Characters Users]], when adding this, put '''<includeonly>[[Category:<category>]]</includeonly>'''</nowiki> | *<3> Is for the category the userpage will be put into after the userbox is added,eg. <nowiki>{{User Project Characters}} will categorize the userpage into [[Category:Project Characters Users]], when adding this, put '''<includeonly>[[Category:<category>]]</includeonly>'''</nowiki> | ||
− | *<4> Is | + | *<4> Is how wide the Image background will be, put a number like 60. |
+ | *<5> Is the color of the main body, color names can't be used, instead, use numbers eg.FFF000 | ||
+ | *<6> Is How thick the border will be, enter a number eg. 3 | ||
+ | *<7> Is the color of the border, enter same as above. | ||
+ | *<8> Is the color of the Image's Background, enter like above. | ||
+ | |||
+ | ==Examples== | ||
+ | <nowiki>{{SUBST:Userbox|[[File:Bart.png|80px]]|This User Loves [[Bart]]}}</nowiki> | ||
+ | |||
+ | will make | ||
+ | |||
+ | {| align="center" style="background: #ccf; border: 2px solid #8888AA; width: 100%;-moz-border-radius:80px;" | ||
+ | |- | ||
+ | | width="60px" style="-moz-border-radius: 80px; background: #FFFFFF;" | [[File:Bart.png|80px]] | ||
+ | | This User Loves [[Bart]] | ||
+ | |}[[Category:Userboxes]] | ||
+ | |||
+ | <nowiki>{{SUBST:Userbox|[[File:Montgomery Burns.png|80px]]|{{color|FF0000|This User is EVIL!!!}}|<includeonly>[[Category:Evil Users]]</includeonly>|50|000000|4|FF0000|FF0000}}</nowiki> | ||
+ | |||
+ | will make | ||
+ | |||
+ | {| align="center" style="background: #000000; border: 4 solid #FF0000; width: 100%;-moz-border-radius:80px;" | ||
+ | |- | ||
+ | | width="50px" style="-moz-border-radius: 80px; background: #FF0000;" | [[File:Montgomery Burns.png|80px]] | ||
+ | | {{color|FF0000|This User is EVIL!!!}} | ||
+ | |}[[Category:Userboxes]]<includeonly>[[Category:Evil Users]]</includeonly> |
Revision as of 01:35, April 7, 2010
You can use this user box factory to make custom user boxes for your userpage.
Contents
Steps
Simple
This article or section is incomplete.
|
- Copy this: {{SUBST:Userbox|<Image>|<Text>}}
- Start the page with the following tool:
<createbox> buttonlabel=Create a user box!!! default=Template:User width=60 break=yes </createbox>
Complicated
- Copy this:{{SUBST:Userbox|<Image>|<Text>|<3>|<4>|<5>|<6>|<7>|<8>}}
- <image> is For the Image (Make sure it is 80px)
- <Text> is for the text inside the userbox
- <3> Is for the category the userpage will be put into after the userbox is added,eg. {{User Project Characters}} will categorize the userpage into [[Category:Project Characters Users]], when adding this, put '''<includeonly>[[Category:<category>]]</includeonly>'''
- <4> Is how wide the Image background will be, put a number like 60.
- <5> Is the color of the main body, color names can't be used, instead, use numbers eg.FFF000
- <6> Is How thick the border will be, enter a number eg. 3
- <7> Is the color of the border, enter same as above.
- <8> Is the color of the Image's Background, enter like above.
Examples
{{SUBST:Userbox|[[File:Bart.png|80px]]|This User Loves [[Bart]]}}
will make
This User Loves Bart |
{{SUBST:Userbox|[[File:Montgomery Burns.png|80px]]|{{color|FF0000|This User is EVIL!!!}}|<includeonly>[[Category:Evil Users]]</includeonly>|50|000000|4|FF0000|FF0000}}
will make
80px | This User is EVIL!!! |