Template:User info: Difference between revisions
Replaced content with "<templatestyles src="User info/styles.css" />" Tag: Replaced |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="User info/styles.css" /> |
<templatestyles src="User info/styles.css" /> |
||
__NOTOC__ |
|||
<includeonly> |
|||
<!----------- |
|||
Header bar |
|||
------------> |
|||
{{#if:{{{former|}}}| {{Former staff}} }}{{#if:{{{header|}}}|{{{header}}}|<hr class="rainbow">}} |
|||
<!----------- |
|||
TOP SECTION |
|||
Image |
|||
------------> |
|||
<div style="padding-top: 16px; "> |
|||
{{#ifeq:{{{image|{{{image name|}}}}}}|blank||{{#if:{{{image|{{{image name|}}}}}}| |
|||
[[File:{{{image|{{{image name}}}}}}|alt={{{nick name}}}|{{{image_width|300px}}}|right|{{#if:{{{hover text|}}}|{{{hover text|}}}|{{{nick name}}}, {{{job title}}}}}]]}}}} |
|||
</div> |
|||
<!----------- |
|||
Name |
|||
------------> |
|||
<div class="user-info" style="padding-top: 14px; font-size: 270%; font-family:sans-serif;">{{#if:{{{nick name|}}}|{{{nick name|}}}|{{{nick name}}}}}</div> |
|||
<!----------- |
|||
Job |
|||
------------> |
|||
<div class="user-info" style="font-size: 180%; padding-top: 16px; font-family:sans-serif; line-height:30px;"> |
|||
{{{job title|}}}{{#if:{{{organization|{{{company|}}}}}}|, {{{organization|{{{company}}}}}}}}</div> |
|||
<!----------- |
|||
Quote |
|||
------------> |
|||
<div class="user-info" style="padding-top: 16px; color:#777; font-family:sans-serif;"> |
|||
{{{short quote|}}}</div> |
|||
<!----------- |
|||
LOWER SECTION |
|||
About me |
|||
------------> |
|||
{{clear}} |
|||
{{col-begin|width=100%}} |
|||
{{col-break}} |
|||
{{col-begin|width=100%}} |
|||
{{col-break|width=50%}} |
|||
<h2 class="user-info" style="font-family:sans-serif; border-bottom:0;"> |
|||
{{{about|About me}}}</h2> |
|||
<div style="padding-right:10px;">{{{about me|}}}</div> |
|||
<!----------- |
|||
My work |
|||
------------> |
|||
{{col-break|width=50%}} |
|||
<h2 class="user-info" style="font-family:sans-serif; border-bottom:0;"> |
|||
{{{work|My work}}}</h2> |
|||
<div style="padding-right:10px;">{{{about my work|}}}</div> |
|||
<!----------- |
|||
Disclaimer |
|||
------------> |
|||
{{#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:''' I work for or provide services to the Wikimedia Foundation, and this is the account I try to use for edits or statements I make in that role. However, the Foundation does not vet all my activity, and edits, statements, or other contributions made by this account may not reflect the views of the Foundation.</div>}}}} |
|||
<!----------- |
|||
Contact |
|||
------------> |
|||
{{col-end}} |
|||
{{col-break|width={{{contact_width|{{{image_width|300px}}}}}}}} |
|||
{{#if:{{{contact me|}}}|<div style="padding-top:1px; padding-left:15px; padding-right:15px; padding-bottom:15px; vertical-align:top; background:#F0F0F0;color:inherit;"> |
|||
<h2 class="user-info" style="font-family:sans-serif; border-bottom:0;"> |
|||
{{{contact|Contact}}}</h2>{{{contact me|}}}</div>}} |
|||
{{col-end}}<hr class="rainbow"></includeonly><noinclude> |
|||
{{Documentation}} |
|||
<!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> |
|||
</noinclude> |
Latest revision as of 18:36, 24 December 2024
|
Contact{{{contact me}}}
|
Usage
This header template has a user talk page variant formatted in a matching style, available at {{User info talk }}. On a mobile device, the columns are ignored and text is reflowed into sections stacked vertically.
To use this template, copy and paste the text below into your Edit.
{{user info
| nick name =
| image =
| image width =
| hover text =
| job title =
| organization =
| short quote =
| about me =
| about my work =
| contact me =
| contact width =
| disclaimer =
| c1 =
| c2 =
| c3 =
}}
- The "organization" parameter can also be called as "company".
- To include an image, put the name of the file where it says "image=", excluding the word "file" from the front. Example:
| image = BobaFett.jpg
- To include no image, use
| image = blank
- Add your languages in standard format. Example:
{{#babel:la-N|en-3}}
. - The "hover text" parameter is for the little pop-up text that comes up when your mouse hovers over the image.
- Default header bar colours are the Wikimedia Foundation 'Agora' colour palette.
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
User info
Parameter | Description | Type | Status | |
---|---|---|---|---|
Nick name | nick name | Your nick name, like "John Smith" or "Samantha Jones".
| String | optional |
Position | job title | The position or job title you wish to show you have, if any
| String | optional |
Organisation | organization company | The organisation to which your "position" refers, if any. If you work for the Wikimedia Foundation, this should be exactly "Wikimedia Foundation". This will be shown after your position.
| String | optional |
Quote | short quote | A short quote that you'd like to show that represents how you feel | String | optional |
Image | image | The name of a file that you'd like to show about you, normally a photo of you.<br>To show no image, write the word "blank"
| File | optional |
Image width | image width | Width of the displayed image
| Unknown | optional |
Image hover | hover text | The label to show when people hover your image, or for screenreaders.
| String | optional |
About me | about me | Some information about you and your background.
| String | optional |
About my work | about my work | Some details about what you do on the wikis and why.
| String | optional |
Disclaimer | disclaimer | A disclaimer about your work, if any.<br>If your organisation is set to "Wikimedia Foundation", it will show the regular Foundation staff disclaimer.
| String | optional |
Contact me | contact me | Details of how you can be contacted beyond on-wiki methods.
| String | optional |
Contact width | contact width | Width of contact box.
| String | optional |
About me header | about | Text to display instead of "About me" as a section header.
| String | optional |
My work header | work | Text to display instead of "My work" as a section header.
| String | optional |
Contact header | contact | Text to display instead of "Contact" as a section header.
| String | optional |
Colour 1 | c1 | Colour of the first section of the header bar.
| String | optional |
Colour 2 | c2 | Colour of the second section of the header bar.
| String | optional |
Colour 3 | c3 | Colour of the third section of the header bar.
| String | optional |
Copies
The master version of this template is at wmf:Template:User info on Foundation Wiki. The following wikis have copies of this template: