Difference between revisions of "Template talk:Userbox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{boxtop}}
{{boxtop}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black | id = id
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black | id = '''id'''
| info-s = 8 | info-fc = black | info = ''info''}}
| info-s = 8 | info-fc = black | info = ''info''}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
| id = id | info-s = 8 | info-fc = black | info = ''info''}}
| id = '''id''' | info-s = 8 | info-fc = black | info = ''info''}}
{{boxbottom}}
{{boxbottom}}


Line 14: Line 14:
<pre>{{boxtop}}
<pre>{{boxtop}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
| id = id | info-s = 8 | info-fc = black | info = ''info''}}
| id = '''id''' | info-s = 8 | info-fc = black | info = ''info''}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
| id = id | info-s = 8 | info-fc = black | info = ''info''}}
| id = '''id''' | info-s = 8 | info-fc = black | info = ''info''}}
{{boxbottom}}</pre>
{{boxbottom}}</pre>



Revision as of 04:31, 27 November 2006

id info
id info


The layout on the right can be achieved with the use of boxtop and boxbottm, these are not technically needed, feel free to just use the userbox. Sample to the right is generated from the code below.


{{boxtop}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
| id = '''id''' | info-s = 8 | info-fc = black | info = ''info''}}
{{Userbox| border-c = #999 | info-c = #EEE | id-c = #DDD | id-s = 14 | id-fc = black
| id = '''id''' | info-s = 8 | info-fc = black | info = ''info''}}
{{boxbottom}}

What are the components?

  • border-c = border colour, hexadecimal representation or some standard colours.
  • info-c = the colour behind the right hand section of the box.
  • id-c = the colour behind the left hand section of the box.
  • id-s = size of the left text.
  • id-fc = colour of the left text.
  • id = the left text or an appropriately sized image.
  • info-s = size of the right text.
  • info-fc = colour of the right text.
  • info = the right text.

Userboxes may be created in the template namespace by sysops at a later date, meanwhile try making your own on your user page or suggest some on the conference table.