Difference between revisions of "Template:Person"

From LGPedia
Jump to: navigation, search
(Revert - breaks template.)
(As requested...)
Line 44: Line 44:
 
</div>
 
</div>
 
</div>
 
</div>
<noinclude>
+
<noinclude>==Usage==
<br clear="all"/>
+
==Usage==
+
 
<pre>
 
<pre>
 
{{Person
 
{{Person
Line 53: Line 51:
 
| first      =
 
| first      =
 
| last        =
 
| last        =
| age        =
+
| age        =  
 
| birthday    =
 
| birthday    =
 
| myspace    =
 
| myspace    =
Line 66: Line 64:
 
}}
 
}}
 
</pre>
 
</pre>
 +
The colors that are available for use in this template can be seen at [http://en.wikipedia.org/wiki/Web_colors#X11_color_names Web colors] on Wikipedia.
  
The colors that are available for use in this template can be seen at [http://en.wikipedia.org/wiki/Web_colors#X11_color_names Web colors] on Wikipedia.
+
===Age===
 +
If no birthday is given, but the age is known (e.g. through a MySpace or bebo account), put in <code>age</code> as just the number (e.g. <code>age = 23</code>). If the birthday is known, use [[Template:Age]] instead, giving it as <code>age = <nowiki>{{age|YEAR HERE|MONTH HERE|DAY HERE}}</nowiki></code> (e.g. <code>age = <nowiki>{{age|1984|4|1}}</nowiki></code>), so the current age will always be calculated automatically.
  
 
</noinclude>
 
</noinclude>

Revision as of 07:49, 23 November 2007

{{{name}}}
First Appearance
Last Appearance

{{{first}}}
{{{last}}}

Age
Unknown
Portrayed by
Unknown

Usage

{{Person
| name        =
| image       =
| first       =
| last        =
| age         = 
| birthday    =
| myspace     =
| email       =
| forum-posts =
| youtube     =
| revver      =
| bebo        =
| actor       =
| color       = 
| blogs       =
}}

The colors that are available for use in this template can be seen at Web colors on Wikipedia.

Age

If no birthday is given, but the age is known (e.g. through a MySpace or bebo account), put in age as just the number (e.g. age = 23). If the birthday is known, use Template:Age instead, giving it as age = {{age|YEAR HERE|MONTH HERE|DAY HERE}} (e.g. age = {{age|1984|4|1}}), so the current age will always be calculated automatically.