|
|
| Line 1: |
Line 1: |
| {| class="userboxitem" cellspacing="0" style="background: #{{{1|FFFFFF}}}; border-color: #{{{2|000000}}};" | | {| class="userboxitem" cellspacing="0" style="background: #{{{3|FFFFFF}}}; border-color: #{{{4|000000}}};" |
| ! [[File:{{{3}}}]] | | ! [[File:{{{2}}}]] |
| | style="color: #000000;" |{{{4|Please Insert Your Text.}}} | | | style="color: #000000;" |{{{1|Please Insert Your Text.}}} |
| |} | | |} |
| <noinclude>
| |
| Right, To make this first you must put <nowiki>{{UserBox}}</nowiki>
| |
|
| |
| Then In the first Column you put the Colour of the background which can be found [http://html-color-codes.info/ here].
| |
|
| |
| So for instance, If we want red we would put DF0101 in the First Column Like so:
| |
|
| |
| <nowiki>{{UserBox|DF0101}}</nowiki>
| |
|
| |
| In the second Column, it is the colour of the background Which is commonly Black which code is 000000.
| |
|
| |
| So now we have: <nowiki>{{UserBox|DF0101|000000}}</nowiki>
| |
|
| |
| In the third Column, we have the picture file, so for instance we'll use Heiji Profile Picture's file which is Heiji Hattori Profile.jpg
| |
|
| |
| Now, we have: <nowiki>{{UserBox|DF0101|000000|Heiji Hattori Profile.jpg}}</nowiki>
| |
|
| |
| Finally, the fourth column is the text so for instance, we'll use "This User Thinks Heiji is Better than Shinichi"
| |
|
| |
| Now to finnish it, we now have <nowiki>{{UserBox|DF0101|000000|Heiji Hattori Profile.jpg|This User Thinks Heiji is Better than Shinichi}}<wiki>
| |
|
| |
|
| |
|
| |
| Which should come put as: {{UserBox|DF0101|000000|Heiji Hattori Profile.jpg|This User Thinks Heiji is Better than Shinichi}
| |