Template:User infobox
From Arkhampedia, the Comic Humor Wiki, currently editing over 275 articles
| {{{Name}}} | |
|---|---|
| Biographical information | |
| Physical description | |
| General information | |
| Userboxes |
Usage
To use this template, paste the following code into the top of your userpage, filling all relevant fields:
{{User infobox
| Color1 =
| Color2 =
| Color3 =
| ImageBG =
| UserboxBG =
| Image =
| Name =
| Birth =
| Birthplace =
| Residence =
| Gender =
| Height =
| Hair =
| Eyes =
| Occupation =
| Hobbies =
| Contribs =
| Userboxes =
}}
Notes
- All the data fields are collapsible, so do not worry about leaving any of them empty.
- The three variables (hideb, hidep, and hideg) correspond to the three sub-headings (Biographical information, Physical description, and General information). If you wish to remove one of them, all you must do is append a brief statement to the template code. For instance:
{{user infobox
|hideb=hide
}}
Removes the "biographical information" heading:
| {{{Name}}} | |
|---|---|
| Physical description | |
| General information | |
| Userboxes |
Example
| name | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Biographical information | ||||||||||
| Birth date |
date | |||||||||
| Physical description | ||||||||||
| Gender |
gender | |||||||||
| Height |
height | |||||||||
| Hair color |
color | |||||||||
| Eye color |
color | |||||||||
| General information | ||||||||||
| Hobbies |
hobbies | |||||||||
| Userboxes | ||||||||||
| ||||||||||
Code
{{user infobox
|Color1=3366cc
|Color2=99ccff
|Color3=
|imageBG=
|userboxBG=
|name=name
|birth=date
|gender=gender
|height=height
|hair=color
|eyes=color
|hobbies=hobbies
|userboxes={{userbox}}
}}
Source
{{subst:slh|{{#if:{{{Color1|}}}|{{{Color1}}}|570B34}}}} {{subst:sli|{{#if:{{{Color1|}}}|{{{Color1}}}|570B34}}}} {{subst:slc|{{#if:{{{Color1|}}}|{{{Color1}}}|570B34}}}} {{subst:sls|Biographical information|{{#if:{{{Color2|}}}|{{{Color2}}}|A01D64}}|hideb}} {{subst:sld|Birth date|birth|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Birthplace|birthplace|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Residence|residence|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sls|Physical description|{{#if:{{{Color2|}}}|{{{Color2}}}|A01D64}}|hidep}} {{subst:sld|Gender|gender|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Height|height|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Hair color|hair|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Eye color|eyes|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sls|General information|{{#if:{{{Color2|}}}|{{{Color2}}}|A01D64}}|hideg}} {{subst:sld|Occupation|occupation|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Hobbies|hobbies|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sld|Canon contributions|contribs|{{#if:{{{Color3|}}}|{{{Color3}}}|none}}}} {{subst:sls|Userboxes|{{#if:{{{Color2|}}}|{{{Color2}}}|A01D64}}|hideu}} {{#if:{{{userboxes|}}}| {{!}}- class="infoboxstopalt" {{!}} colspan="2" {{!}} {{{!}} border="0" cellpadding="0" cellspacing="0" style="padding:0; width:242px; margin:0 auto 0 auto; background:none;" {{!}}- {{!}} style="background:none;" {{!}} {{{userboxes|}}} {{!}}} {{!}}- |}} {{subst:slf|{{#if:{{{Color1|}}}|{{{Color1}}}|570B34}}}}
