mNo edit summary |
m misc |
||
Line 1: | Line 1: | ||
{|border=0 style="float: right; width: 260px; font-size: 90%; margin: 1em 0 1em 1em; background: #f9f9f9; border: 1px #999999 solid; border-collapse: collapse; clear: right; display: table;" cellpadding="0" cellspacing="0" | |||
| colspan="2" align="center" id="userAvatar" |{{#if:{{{image|}}} | | colspan="2" align="center" id="userAvatar" |{{#if:{{{image|}}} | ||
|{{{image|}}} | |{{{image|}}} | ||
Line 7: | Line 7: | ||
| colspan=2 style="text-align:center;color:{{{ribbon-fc|#000}}};background:{{#if:{{{ribbon-c|}}}|<nowiki/>{{{ribbon-c}}}|<nowiki/>#66CCFF}}" |'''{{{title|About me}}}''' | | colspan=2 style="text-align:center;color:{{{ribbon-fc|#000}}};background:{{#if:{{{ribbon-c|}}}|<nowiki/>{{{ribbon-c}}}|<nowiki/>#66CCFF}}" |'''{{{title|About me}}}''' | ||
|- | |- | ||
! width={{{lwidth| | ! width={{{lwidth|90px}}} | Name | ||
| align="center" | {{{Name|{{{user|{{BASEPAGENAME}}}}}}}} | | align="center" | {{{Name|{{{user|{{BASEPAGENAME}}}}}}}} | ||
|- | |- | ||
Line 22: | Line 22: | ||
| align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|pages}}</span>'''}} | | align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|pages}}</span>'''}} | ||
|- | |- | ||
!{{#if:{{{hide|}}}|| | !{{#if:{{{hide|}}}||Contributions}} | ||
| align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|changes}}</span>'''}} | | align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|changes}}</span>'''}} | ||
|- | |- | ||
!{{#if:{{{hide|}}}|| | !{{#if:{{{hide|}}}||Score}} | ||
| align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|score}}</span>'''}} | | align="center" | {{#if:{{{hide|}}}||'''<span style="font-family:Times New Roman">{{#cscore:{{{user|{{BASEPAGENAME}}}}}|score}}</span>'''}} | ||
|-{{#forargs: | |-{{#forargs: | ||
Line 52: | Line 52: | ||
}}<!-- end switch --> | }}<!-- end switch --> | ||
}}<!-- end forargs --> | }}<!-- end forargs --> | ||
|} | |}<noinclude>{{clear}} | ||
{{Documentation|content= | {{Documentation|content= | ||
See also: [[Template:User Info]] | See also: [[Template:User Info]] | ||
Line 68: | Line 68: | ||
"description": "Filename of image (without the \"File:\" prefix). User avatar will be shown if both \"image\" and this are unspecified.", | "description": "Filename of image (without the \"File:\" prefix). User avatar will be shown if both \"image\" and this are unspecified.", | ||
"type": "string", | "type": "string", | ||
"example": " | "example": "Moegirlwiki Twitter Profile Image.png", | ||
"label": "Internal image | "label": "Internal image" | ||
}, | }, | ||
"width": { | "width": { | ||
Line 77: | Line 76: | ||
"default": "250px", | "default": "250px", | ||
"example": "267px", | "example": "267px", | ||
"label": "Box width" | "label": "Box width" | ||
}, | }, | ||
Line 100: | Line 98: | ||
"description": "CSS width of left column.", | "description": "CSS width of left column.", | ||
"type": "string", | "type": "string", | ||
"default": " | "default": "90px", | ||
"example": " | "example": "100px", | ||
"label": "Left column width" | "label": "Left column width" | ||
}, | }, |
About me | |
Name | User Infobox |
---|---|
Edited pages | {{#cscore:User Infobox|pages}} |
Contributions | {{#cscore:User Infobox|changes}} |
Score | {{#cscore:User Infobox|score}} |
See also: Template:User Info
Displays info box for user page. Capitalized parameters are displayed directly as info rows, and optional rows will not appear when omitted; you can also add more rows by providing unspecified named parameters.
Parameter | Description | Type | Status | |
---|---|---|---|---|
External image | image | URL of image. Has higher priority than "img".
| URL | optional |
Internal image | img | Filename of image (without the "File:" prefix). User avatar will be shown if both "image" and this are unspecified.
| String | optional |
Box width | width | CSS width of info box.
| String | optional |
User | user | User name. Used fow showing avatar and statistics. Defaults to {{BASEPAGENAME}}.
| String | optional |
Title color | ribbon-fc | no description
| String | optional |
Title bar fill color | ribbon-c | no description
| Unknown | optional |
Title | title | Infobox title.
| Unknown | optional |
Left column width | lwidth | CSS width of left column.
| String | optional |
Name | Name | Defaults to the value of "user".
| Content | optional |
Aliases | Aliases | no description
| Content | optional |
Sex | Sex | no description
| Content | optional |
Gender | Gender | no description | Content | optional |
Hide statistics? | hide | Set to anything to hide statistics.
| Boolean | optional |