Difference between revisions of "Template:User info"

From Sudo Room
Jump to navigation Jump to search
(Created page with "<div style="width:25%; float:left;height:4px; background:#990000;"></div> <div style="width:25%; float:left;height:4px; background:#339966;"></div> <div style="width:25%; floa...")
 
Line 8: Line 8:
| style="padding:10px; vertical-align:top; width:75%;" |
| style="padding:10px; vertical-align:top; width:75%;" |
<div style="line-height:.7em; font-size: 270%; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif;">{{{full name}}}</div>
<div style="line-height:.7em; font-size: 270%; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif;">{{{full name}}}</div>
<div style="font-size: 180%; padding-top: 16px; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; line-height:30px;">{{{job title}}}{{#if:{{{organization|{{{company|}}}}}}|, {{{organization|{{{company|}}}}}}}}</div>
<div style="padding-top: 16px; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif;">{{{short quote}}}</div>
<div style="padding-top: 16px; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif;">{{{short quote}}}</div>


| style="padding:10px 0; vertical-align:top; width:25%; text-align:center;" | [[File:{{#if:{{{image name|}}}|{{{image name}}}|How Wikipedia Works.jpg}}|250px|{{{hover text|}}}]]
| style="padding:10px 0; vertical-align:top; width:25%; text-align:center;" | [[File:{{#if:{{{image name|}}}}}|250px|{{{hover text|}}}]]


|}
|}
Line 19: Line 18:
{{{about me}}}
{{{about me}}}
| style="padding:15px; vertical-align:top; width:37%;" | <h2 style="font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; border-bottom:0;">My work</h2>
| style="padding:15px; vertical-align:top; width:37%;" | <h2 style="font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; border-bottom:0;">My work</h2>
{{{about my work}}}{{#if:{{{disclaimer|}}}|<div style="color: #555; font-size: smaller; margin: 1em 0;">'''Disclaimer:''' {{{disclaimer}}}</div>|{{#ifeq:{{{organization|}}}|Wikimedia Foundation|<div style="color: #555; font-size: smaller; margin: 1em 0;">'''Disclaimer:''' Although I work for the Wikimedia Foundation, contributions under this account do not necessarily represent the actions or views of the Foundation unless expressly stated otherwise. For example, edits to articles or uploads of other media are done in my individual, personal capacity unless otherwise stated. </div>}} }}
{{{my projects}}}
| style="padding:15px; vertical-align:top; width:25%; background:#F4F4F4;" | <h2 style="font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; border-bottom:0;">Contact me</h2>
| style="padding:15px; vertical-align:top; width:25%; background:#F4F4F4;" | <h2 style="font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; border-bottom:0;">Contact me</h2>
{{{contact me}}}
{{{contact me}}}
Line 30: Line 29:
| image name =
| image name =
| hover text =  
| hover text =  
| job title =
| organization =
| short quote =
| short quote =
| about me =  
| about me =  
| about my work =  
| my projects =  
| contact me =  
| contact me =  
| disclaimer =
}}
}}
</pre>
</pre>
*The "organization" parameter can also be called as "company".
*To include an image, put the name of the file where it says "image name", excluding the word "file" from the front. Example:
*To include an image, put the name of the file where it says "image name", excluding the word "file" from the front. Example:
<code>
<code>
Line 45: Line 40:
</code>
</code>
*The "hover text" parameter is for the little pop-up text that comes up when your mouse hovers over the image.
*The "hover text" parameter is for the little pop-up text that comes up when your mouse hovers over the image.
== Copies ==
The master version of this template is at [[wmf:Template:User info]]. The following wikis have copies of this template:
* [[w:en:Template:User info]]
* [[mw:Template:User info]]
* [[m:Template:User info]]
</noinclude>

Revision as of 03:32, 4 December 2012


{{{full name}}}
{{{short quote}}}
[[File:|250px|]]

About me

{{{about me}}}

My work

{{{my projects}}}

Contact me

{{{contact me}}}

Usage

{{user info
| full name = 
| image name =
| hover text = 
| short quote =
| about me = 
| my projects = 
| contact me = 
}}
  • To include an image, put the name of the file where it says "image name", excluding the word "file" from the front. Example:

| image name = BobaFett.jpg

  • The "hover text" parameter is for the little pop-up text that comes up when your mouse hovers over the image.