Difference between revisions of "Template:UserBox"

From Detective Conan Wiki
(Blanked the page)
Line 1: Line 1:
 +
{| class="userboxitem" cellspacing="0" style="background: #{{{1|FFFFFF}}}; border-color: #{{{2|000000}}};"
 +
! [[File:{{{3}}}]]
 +
| style="color: #000000;" |{{{4|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}

Revision as of 20:16, 30 May 2011

[[File:{{{3}}}]] Please Insert Your Text.

Right, To make this first you must put {{UserBox}}

Then In the first Column you put the Colour of the background which can be found here.

So for instance, If we want red we would put DF0101 in the First Column Like so:

{{UserBox|DF0101}}

In the second Column, it is the colour of the background Which is commonly Black which code is 000000.

So now we have: {{UserBox|DF0101|000000}}

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: {{UserBox|DF0101|000000|Heiji Hattori Profile.jpg}}

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>

60px Custom text here.

<wiki>


Which should come put as: {{UserBox|DF0101|000000|Heiji Hattori Profile.jpg|This User Thinks Heiji is Better than Shinichi}