Template:User: Difference between revisions

From Wikipedia of the Dark Brotherhood, an online Star Wars Club
mNo edit summary
mNo edit summary
Line 79: Line 79:
{{#if: {{{userboxes|}}}|
{{#if: {{{userboxes|}}}|
{{!}} colspan="2" style="border-top: 1px solid #111111; text-align: center; color: #e5e5ed;  background-color:#002D33; text-align:center; font-size:8pt;" {{!}}  
{{!}} colspan="2" style="border-top: 1px solid #111111; text-align: center; color: #e5e5ed;  background-color:#002D33; text-align:center; font-size:8pt;" {{!}}  
{{{dossier}}}}}
{{{userboxes}}}}}
|-
|-
|colspan="2" style="border-bottom-right-radius: .8em; border-bottom-left-radius: .8em; -moz-border-radius-bottomright: .8em; -moz-border-radius-bottomleft: .8em; -webkit-border-bottom-right-radius: .8em; -webkit-border-bottom-left-radius: .8em; text-align: center; color: #e5e5ed; font-variant:small-caps; font-size:smaller; background-color:#18555B; text-align:center; border-top: 1px solid #111111;" | [[Template:User infobox|[Source]]]
|colspan="2" style="border-bottom-right-radius: .8em; border-bottom-left-radius: .8em; -moz-border-radius-bottomright: .8em; -moz-border-radius-bottomleft: .8em; -webkit-border-bottom-right-radius: .8em; -webkit-border-bottom-left-radius: .8em; text-align: center; color: #e5e5ed; font-variant:small-caps; font-size:smaller; background-color:#18555B; text-align:center; border-top: 1px solid #111111;" | [[Template:User infobox|[Source]]]
Line 127: Line 127:
#All the data fields are collapsible, so do not worry about leaving any of them empty.  
#All the data fields are collapsible, so do not worry about leaving any of them empty.  


==Example==
{{user infobox
|name=name
|birth=date
|gender=gender
|sking=skin color
|height=height
|weight=weight
|hair=color
|eyes=color
|hobbies=hobbies
|userboxes=
{{user fox}}
}}
{{clear}}
===Code===
<pre><nowiki>
{{user infobox
|name=name
|birth=date
|gender=gender
|skin=skin color
|height=height
|weight=weight
|hair=color
|eyes=color
|hobbies=hobbies
|userboxes=
{{user fox}}
}}
}}</nowiki></pre>[[Category:Infobox templates|{{PAGENAME}}]][[Category:User page templates|{{PAGENAME}}]]</noinclude>
}}</nowiki></pre>[[Category:Infobox templates|{{PAGENAME}}]][[Category:User page templates|{{PAGENAME}}]]</noinclude>

Revision as of 23:16, 26 April 2009

{{{name}}}
Biographical Information
Physical Description
General Information
[Source]


Field list

  • image
  • name
  • birth
  • birthplace
  • residence
  • gender
  • skin color
  • height
  • weight
  • hair
  • eyes
  • occupation
  • hobbies
  • contribs
  • dossier
  • userboxes (place optional userbox template here)

Usage

To use this template, paste the following code into the top of your userpage, filling all relevant fields:

{{user infobox
|image=
|name=
|birth= 
|birthplace=
|residence=
|gender=
|skin=
|height= 
|weight=
|hair= 
|eyes=
|occupation=
|hobbies=
|contribs=
|userboxes=
}}

Notes

  1. All the data fields are collapsible, so do not worry about leaving any of them empty.

}}</nowiki>