Difference between revisions of "Template:Userinfobox"

From WikiRaider
Jump to: navigation, search
m
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>
<includeonly>{| class="infobox" cellspacing="0" cellpadding="2" align="right"  
+
<includeonly>{| class="Infobox User"  
 
|-
 
|-
| align="center" colspan="3" class="infoline" | '''''{{{Name}}}'''''
+
! align="center" colspan="3"| '''''{{{Name}}}'''''
 
|-
 
|-
 
| align="center" colspan="3"|[[Image:{{{Avatar}}}]]
 
| align="center" colspan="3"|[[Image:{{{Avatar}}}]]
 
|-
 
|-
 
{{#if: {{{Rank|}}} |
 
{{#if: {{{Rank|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Rank'''
+
<!-- -->{{!}}{{!}} '''Rank'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;" {{!}}  
+
<!-- -->{{!}}{{!}} {{{Rank}}}
{{{Rank}}}
 
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
 
{{#if: {{{JoinDate|}}} |
 
{{#if: {{{JoinDate|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Join Date'''
+
<!-- -->{{!}}{{!}} '''Join Date'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{JoinDate}}}
+
<!-- -->{{!}}{{!}} {{{JoinDate}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
| align="left" valign="top" style="font-size:11px; font-weight:bold;" | '''Contributions'''
+
| | '''Contributions'''
| colspan="2" valign="top" style="font-size:11px;" | Contributions  
+
| | [[Special:Contributions/{{{Name}}}|All Contributions]]
 
|-
 
|-
 
{{#if: {{{Languages|}}} |
 
{{#if: {{{Languages|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Wiki Languages'''
+
<!-- -->{{!}}{{!}} '''Wiki Languages'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{Languages}}}
+
<!-- -->{{!}}{{!}} {{{Languages}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|-
 
|-
 
{{#if: {{{Contact|}}} |
 
{{#if: {{{Contact|}}} |
<!-- -->{{!}}align="left" valign="top" style="font-size:11px; font-weight:bold;"{{!}} '''Contact'''
+
<!-- -->{{!}}{{!}} '''Contact'''
<!-- -->{{!}} colspan="2" valign="top" style="font-size:11px;"{{!}} {{{Contact}}}
+
<!-- -->{{!}}{{!}} {{{Contact}}}
 
<!-- -->{{!-}}
 
<!-- -->{{!-}}
 
}}
 
}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Latest revision as of 11:23, 15 November 2016

To use this template include the following to your article. Don't delete variables when they have no value, just leave them open!!

{{Userinfobox 
| Name            = 
| Avatar          = 
| Rank            = 
| JoinDate        = 
| Languages       = 
| Contact         = 
}}