WikiSocial:Infoboxes
From WikiSocial
An Infobox is a template that people are advised to put on their profile/user pages to provide a quick and dirty reference to themselves. Currently, the template has three text fields in addition to the Image and Name field.
Contents |
[edit] Tutorial
To put a customized infobox into your page, copy this code into your browser, filling in the relevant information:
{{Infobox
|color=
|name=name
|image=image
|caption=caption
|nickname=nickname
|age=number
|location=location
|gender=gender
|orientation=orientation
}}
to display this:
| File:Image caption | |
| Nickname: | nickname |
|---|---|
| Age: | number |
| Location: | location |
| Gender: | gender |
| Orientation: | orientation |
| See WikiSocial:Infoboxes | |
[edit] Future Infobox Additions
In the future, new fields will be added. When they are, consult this page on how to add your information to the new fields.
[edit] Proposed New Fields
- Political Views
- Sexual Orientation
- Color (hexadecimal code for background of infobox's color)
[edit] Color Choices
By default, the infobox color is light blue. You can change it to any of these colors if you choose by typing the hexadecimal code in the color=variable.
[edit] Colors
| Category | Color-Code | Color-Name |
|---|---|---|
| #800000 | maroon | |
| #D2691E | chocolate | |
| #FA8072 | salmon | |
| #FF1493 | pink | |
| #FFFF00 | yellow | |
| #F0E68C | khaki | |
| #FFDEAD | navajowhite | |
| #FFD700 | gold | |
| #B8860B | goldenrod | |
| #FFA500 | orange | |
| #90EE90 | lightgreen | |
| #8FBC8F | darkseagreen | |
| #228B22 | forestgreen | |
| #ADD8E6 | lightblue | |
| #00CED1 | darkturquoise | |
| #87CEEB | skyblue | |
| #87CEFA | lightskyblue | |
| #00BFFF | deepskyblue | |
| #000080 | Navy | |
| #DDA0DD | plum | |
| #DCDCDC | gainsboro | |
| #D3D3D3 | lightgrey | |
| #C0C0C0 | silver | |
| #A9A9A9 | darkgray | |
| #B0C4DE | lightsteelblue |
