Template:User info: Difference between revisions
Jump to navigation
Jump to search
Hoof Hearted (talk | contribs) m (Protected "Template:User info": High importance template ([Edit=Registered only] (indefinite) [Move=Allow only administrators] (indefinite))) |
Hoof Hearted (talk | contribs) (more fixes and tweaks, close <noinclude>, Category:Wiki People) |
||
Line 1: | Line 1: | ||
<div style="width:25%; float:left;height:4px; background:#990000"></div> | <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%; float:left; height:4px; background:#339966"></div> | ||
<div style="width:25%; float:left;height:4px; background:#A7D7F9"></div> | <div style="width:25%; float:left; height:4px; background:#A7D7F9"></div> | ||
<div style="width:25%; float:left;height:4px; background:#666666"></div> | <div style="width:25%; float:left; height:4px; background:#666666"></div> | ||
{|style="width:100%; margin:auto; border-collapse:collapse; margin-bottom:10px" | |||
{| style="width:100%; margin:auto; border-collapse:collapse; margin-bottom:10px | |style="padding:10px; vertical-align:top; width:75%"| | ||
| style="padding:10px; vertical-align:top; width:75% | <div style="line-height:.7em; font-size:250%; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif">{{{full name}}}</div> | ||
<div style="line-height:.7em; font-size: | <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="font-size: 180%; padding-top: 16px; font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; line-height:30px | <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 | |||
|style="padding:10px 0; vertical-align:top; width:25%; text-align:center"|[[File:{{#if:{{{image name|}}}|{{{image name}}}|WikiIndexLogo.png}}|250px|{{{hover text|}}}]] | |||
|} | |} | ||
{| style="width:100%; margin:auto; border-collapse:collapse | {|style="width:100%; margin:auto; border-collapse:collapse" | ||
| style="padding:15px; vertical-align:top; width:37% | |style="padding:15px; vertical-align:top; width:37%"|<h2 style="font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; border-bottom:0">About me</h2> | ||
{{{about me}}} | {{{about me}}} | ||
| style="padding:15px; vertical-align:top; width:37% | |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 | {{{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 [[:Category:Wikimedia Foundation|Wikimedia Foundation]], contributions under this [[user]] 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>}} }} | ||
| style="padding:15px; vertical-align:top; width:25%; background:#F4F4F4 | |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}}} | ||
|}<noinclude> | |}<includeonly> | ||
[[Category:Wiki People]]</includeonly><noinclude> | |||
{{clear}} | {{clear}} | ||
== Usage == | ==Usage== | ||
<pre> | <pre> | ||
{{user info | {{user info | ||
| full name = | |full name = | ||
| image name = | |image name = | ||
| hover text = | |hover text = | ||
| job title = | |job title = | ||
| organization = | |organization = | ||
| short quote = | |short quote = | ||
| about me = | |about me = | ||
| about my work = | |about my work = | ||
| contact me = | |contact me = | ||
| disclaimer = | |disclaimer = | ||
}} | }} | ||
</pre> | </pre> | ||
*The | *The 'organization' parameter can also be entered as a 'company', as in | ||
*To include an image, put the name of the file where it says | <pre> | ||
<code> | {{user info | ||
| image name = | |full name = | ||
</code> | |image name = | ||
*The | |hover text = | ||
|job title = | |||
|company = | |||
|short quote = | |||
|about me = | |||
|about my work = | |||
|contact me = | |||
|disclaimer = | |||
}} | |||
</pre> | |||
*To include an image of yourself, put the name of the file where it says 'image name', excluding the word 'file' from the front. Example: | |||
::<code>|image name = John Smith at the BBQ.jpg</code> | |||
*The 'hover text' parameter is for the little pop-up text that shows when your mouse pointer 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: | ||
* [[ | *[[Wikipedia:Template:User info]] | ||
*[[MW:Template:User info]] | |||
*[[MetaWiki:Template:User info]] | |||
[[Category:People templates]] | [[Category:People templates]] | ||
[[Category:Wiki People| ]]</noinclude> |
Revision as of 06:16, 4 August 2014
{{{full name}}}
{{{job title}}}
{{{short quote}}}
|
About me{{{about me}}} |
My work{{{about my work}}} |
Contact me{{{contact me}}} |
Usage
{{user info |full name = |image name = |hover text = |job title = |organization = |short quote = |about me = |about my work = |contact me = |disclaimer = }}
- The 'organization' parameter can also be entered as a 'company', as in
{{user info |full name = |image name = |hover text = |job title = |company = |short quote = |about me = |about my work = |contact me = |disclaimer = }}
- To include an image of yourself, put the name of the file where it says 'image name', excluding the word 'file' from the front. Example:
|image name = John Smith at the BBQ.jpg
- The 'hover text' parameter is for the little pop-up text that shows when your mouse pointer 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: