You need to be logged into the wiki to be able to edit! To login or join the wiki, click here.

Difference between revisions of "Template:Infobox user/doc"

From Kiwiki
Jump to: navigation, search
(Replaced content with "The infobox template is a staple among wikis, creating a sidebar to the left side containing information in a brief form.")
Line 1: Line 1:
The infobox template is a staple among wikis, creating a sidebar to the left side containing information in a brief form.
+
The infobox template is a staple among wikis, creating a sidebar to the left side containing information in a brief form. Below is the parameters of the infobox for users
 +
<pre style="overflow: auto">
 +
{{Infobox person
 +
|        =
 +
| image      = <!-- just the filename, without the File: or Image: prefix or enclosing [[brackets]] -->
 +
| alt        =
 +
| caption    =
 +
| birth_name  =
 +
| birth_date  = <!-- {{Birth date and age|YYYY|MM|DD}} or {{Birth-date and age|Month DD, YYYY}} -->
 +
| birth_place =
 +
| death_date  = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} or {{Death-date and age|Month DD, YYYY|Month DD, YYYY}} (death date then birth date) -->
 +
| death_place =
 +
| nationality =
 +
| other_names =
 +
| known_for  =
 +
| occupation  =
 +
}}
 +
</pre>

Revision as of 14:05, 29 March 2012

The infobox template is a staple among wikis, creating a sidebar to the left side containing information in a brief form. Below is the parameters of the infobox for users

{{Infobox person
|         = 
| image       = <!-- just the filename, without the File: or Image: prefix or enclosing [[brackets]] -->
| alt         = 
| caption     = 
| birth_name  = 
| birth_date  = <!-- {{Birth date and age|YYYY|MM|DD}} or {{Birth-date and age|Month DD, YYYY}} -->
| birth_place = 
| death_date  = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} or {{Death-date and age|Month DD, YYYY|Month DD, YYYY}} (death date then birth date) -->
| death_place = 
| nationality = 
| other_names = 
| known_for   = 
| occupation  = 
}}