Template:Userbox: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(New page: <div style="float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="userbox"> {| cellspaci...)
 
(Userbox size enforcing pt2.)
Line 1: Line 1:
<div style="float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="userbox">
<div style="float:{{{float|left}}};border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}};margin:1px" class="userbox">
{| cellspacing="0" style="width:238px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};"
{|cellspacing="0" style="width:238px;background:{{{info-background|{{{2|{{{info-c|#eee}}}}}}}}}"
| style="width:{{{logo-width|{{{id-w|45}}}}}}px; height:{{{logo-height|{{{id-h|45}}}}}}px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}}; padding:{{{logo-padding|{{{id-p|1pt}}}}}}; line-height:{{{logo-line-height|{{{id-lh|1.25em}}}}}}; {{{logo-other-param|{{{id-op|}}}}}}; vertical-align: middle;" |'''{{{logo|{{{3|{{{id|id}}}}}}}}}'''
|style="width:{{#ifexpr:{{{logo-width|{{{id-w|45}}}}}}>50|50|{{{logo-width|{{{id-w|45}}}}}}}}px;height:{{{logo-height|{{{id-h|45}}}}}}px;background:{{{logo-background|{{{1|{{{id-c|#ddd}}}}}}}}};text-align:center;font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt;color:{{{logo-color|{{{id-fc|black}}}}}};padding:{{{logo-padding|{{{id-p|1pt}}}}}};line-height:{{{logo-line-height|{{{id-lh|1.25em}}}}}};{{{logo-other-param|{{{id-op|}}}}}};vertical-align:middle" |'''{{{logo|{{{3|{{{id|id}}}}}}}}}'''
| style="font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:{{{info-padding|{{{info-p|4pt}}}}}}; line-height:{{{info-line-height|{{{info-lh|1.25em}}}}}}; color:{{{info-color|{{{info-fc|black}}}}}}; {{{info-other-param|{{{info-op|}}}}}}; vertical-align: middle;" | {{{info|{{{4|{{{info|''info''}}}}}}}}}
|style="font-size:{{{info-size|{{{info-s|8}}}}}}pt;padding:{{{info-padding|{{{info-p|4pt}}}}}};line-height:{{{info-line-height|{{{info-lh|1.25em}}}}}};color:{{{info-color|{{{info-fc|#000}}}}}};vertical-align:middle;{{{info-other-param|{{{info-op|}}}}}}"|{{{info|{{{4|{{{info|''info''}}}}}}}}}
|}</div><noinclude>
|}</div><noinclude>{{-}}
== Purpose ==
==Purpose==
{{t|Userbox}} — make a userbox, for information about a user on their user page.
{{t|Userbox}} — make a userbox, for information about a user on their user page.


== Usage ==
==Usage==
<pre>
<pre>
{{Userbox
{{Userbox
  |id      = id text or image
|id      = id text or image
  |id-c    = id background color
|id-c    = id background color
  |id-fc    = id font color
|id-fc    = id font color
  |id-s    = id text size
|id-s    = id text size
  |id-p    = id cell padding space
|id-p    = id cell padding space
  |id-lh    = id line height  
|id-lh    = id line height  
  |id-op    = id other parameter (CSS)
|id-op    = id other parameter (CSS)
  |id-w    = id box width
|id-w    = id box width
  |id-h    = id box height
|id-h    = id box height
  |info    = info text
|info    = info text
  |info-c  = info background color
|info-c  = info background color
  |info-fc  = info font color
|info-fc  = info font color
  |info-s  = info text size
|info-s  = info text size
  |info-p  = info padding (distance between cell contents & cell border)
|info-p  = info padding (distance between cell contents & cell border)
  |info-lh  = info line height (or distance in between text lines)
|info-lh  = info line height (or distance in between text lines)
  |info-op  = info other (CSS) parameter(s)
|info-op  = info other (CSS) parameter(s)
  |border-c = border color
|border-c = border color
  |border-s = border width in pixels
|border-s = border width in pixels
}}
}}
</pre>
</pre>
* If border-c is not specified, id-c will be used
*If border-c is not specified, id-c will be used
* All parameters are optional
*All parameters are optional


Deprecated Old syntax, for compatibility.
Deprecated Old syntax, for compatibility.
<pre>
<pre>
{{Userbox
{{Userbox
|color 1
|color1
|color 2
|color2
|id
|id
|info
|info
|id size
|id-size
}}
}}
</pre>
</pre>


=== Example ===
===Example===
{|
{|
!style="width: 300px;"| Code
!style="width:300px"|Code
!Result
!Result
|-
|-
| <pre>{{subst:userbox}}</pre> || {{userbox}}
|<pre>{{subst:userbox}}</pre>||{{userbox}}
|-
|-
| <pre> {{subst:userbox
|<pre>{{subst:userbox
  |id=foo
|id=foo
  |id-s=20
|id-s=20
  |id-c=#ffffee
|id-c=#ffe
  |info=''foo bar''
|info=''foo bar''
  |info-c=#ffeeff
|info-c=#fef
  |info-s=12
|info-s=12
  |border-c=#aaffaa
|border-c=#afa
  |border-s=2
|border-s=2
}} </pre> || {{userbox|id=foo|id-s=20|id-c=#ffffee|info=''foo bar''|info-c=#ffeeff|info-s=12|border-c=#aaffaa|border-s=2}}
}}</pre>||{{userbox|id=foo|id-s=20|id-c=#ffe|info=''foo bar''|info-c=#fef|info-s=12|border-c=#afa|border-s=2}}
|-
|-
| colspan="2"| Below example showing the default appearance of a userbox. Which is (much) higher than the 45px. Compare the height of the below one with the above userbox.
|colspan=2|Below example showing the default appearance of a userbox. Which is (much) higher than the 45px. Compare the height of the below one with the above userbox.
|-
|-
| <pre> {{subst:userbox
|<pre>{{subst:userbox
  |id=foo logo
|id=foo logo
  |id-c=#ffffee
|id-c=#ffe
  |info=''We are trying to see  
|info=''We are trying to see  
default distance in between text  
default distance in between text  
lines, and, see the distance in  
lines, and, see the distance in  
between cell content and its border  
between cell content and its border  
and also see total height.''
and also see total height.''
  |info-c=#ffeeff
|info-c=#fef
  |border-c=#aaffaa
|border-c=#afa
  |border-s=2
|border-s=2
}} </pre> || {{userbox|id=foo logo|id-c=#ffffee|info=''We are trying to see default distance in between text lines, and, see the distance in between cell content and its border and also see total height.''|info-c=#ffeeff|border-c=#aaffaa|border-s=2}}
}}</pre>||{{userbox|id=foo logo|id-c=#ffe|info=''We are trying to see default distance in between text lines, and, see the distance in between cell content and its border and also see total height.''|info-c=#fef|border-c=#afa|border-s=2}}
|-
|-
| colspan="2"| Below example showing how we can change that userbox and specify further parameters to bring down the overall height of the userbox, to the recommended height of 45px, even with four text lines. Cell padding parameter "''info-p''" can also be set at "''1pt 1pt 1pt 2pt''" or, "''1pt 2pt''" for better appearance, when there are 4 text lines.
|colspan=2|Below example showing how we can change that userbox and specify further parameters to bring down the overall height of the userbox, to the recommended height of 45px, even with four text lines. Cell padding parameter "''info-p''" can also be set at "''1pt 1pt 1pt 2pt''" or, "''1pt 2pt''" for better appearance, when there are 4 text lines.
|-
|-
| <pre> {{subst:userbox
|<pre>{{subst:userbox
  |id=foo logo
|id=foo logo
  |id-s=14
|id-s=14
  |id-c=#ffffee
|id-c=#ffe
  |id-lh=1.1em
|id-lh=1.1em
  |info=''We have specified values  
|info=''We have specified values  
to lessen the distance in between  
to lessen the distance in between  
text lines & padding space in between  
text lines & padding space in between  
cell content and its border.''
cell content and its border.''
  |info-c=#ffeeff
|info-c=#fef
  |info-s=8
|info-s=8
  |info-p=1pt
|info-p=1pt
  |info-lh=1.05em
|info-lh=1.05em
  |border-c=#aaffaa
|border-c=#afa
  |border-s=1
|border-s=1
}} </pre> || {{userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffffee|info=''We have specified values to lessen the distance in between text lines & padding space in between cell content and its border.''|info-c=#ffeeff|info-s=8|info-p=1pt|info-lh=1.05em|border-c=#aaffaa|border-s=1}}
}}</pre>||{{userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffe|info=''We have specified values to lessen the distance in between text lines & padding space in between cell content and its border.''|info-c=#fef|info-s=8|info-p=1pt|info-lh=1.05em|border-c=#afa|border-s=1}}
|-
|-
| colspan="2"| Below example is for advanced users, showing how we can specify other [[wikipedia:Cascading Style Sheets|CSS]] properties, for example, "''font-family''", to change the font, which are not existing inside the template already. At below, right side shows two userboxes; top one is displayed without the "''font-family''" parameter, but the bottom userbox is displayed by using the below codes, with the help of "''info-op''" parameter.  
|colspan=2|Below example is for advanced users, showing how we can specify other [[wikipedia:Cascading Style Sheets|CSS]] properties, for example, "''font-family''", to change the font, which are not existing inside the template already. At below, right side shows two userboxes; top one is displayed without the "''font-family''" parameter, but the bottom userbox is displayed by using the below codes, with the help of "''info-op''" parameter.  
|-
|-
| <pre> {{subst:userbox
|<pre>{{subst:userbox
  |id=foo logo
|id=foo logo
  |id-s=14
|id-s=14
  |id-c=#ffe
|id-c=#ffe
  |id-lh=1.1em
|id-lh=1.1em
  |info=foo bar
|info=foo bar
  |info-c=#fef
|info-c=#fef
  |info-s=14
|info-s=14
  |info-op=font-family:'Courier New';
|info-op=font-family:'Courier New';
  |border-c=#afa
|border-c=#afa
  |border-s=2
|border-s=2
}} </pre> || colspan="2"| {{Userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffe|info=foo bar|info-c=#fef|info-s=14|border-c=#afa|border-s=2}} <br style="clear:both">&#160;<br /> {{Userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffe|info=foo bar|info-c=#fef|info-s=14|info-op=font-family:'Courier New';|border-c=#afa|border-s=2}}
}}</pre>||colspan=2|{{Userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffe|info=foo bar|info-c=#fef|info-s=14|border-c=#afa|border-s=2}} <br style="clear:both">&#160;<br /> {{Userbox|id=foo logo|id-s=14|id-lh=1.1em|id-c=#ffe|info=foo bar|info-c=#fef|info-s=14|info-op=font-family:'Courier New';|border-c=#afa|border-s=2}}
|}
|}



Revision as of 04:00, 18 January 2012

id info

Purpose

{{Userbox}} — make a userbox, for information about a user on their user page.

Usage

{{Userbox
 |id       = id text or image
 |id-c     = id background color
 |id-fc    = id font color
 |id-s     = id text size
 |id-p     = id cell padding space
 |id-lh    = id line height 
 |id-op    = id other parameter (CSS)
 |id-w     = id box width
 |id-h     = id box height
 |info     = info text
 |info-c   = info background color
 |info-fc  = info font color
 |info-s   = info text size
 |info-p   = info padding (distance between cell contents & cell border)
 |info-lh  = info line height (or distance in between text lines)
 |info-op  = info other (CSS) parameter(s)
 |border-c = border color
 |border-s = border width in pixels
}}
  • If border-c is not specified, id-c will be used
  • All parameters are optional

Deprecated Old syntax, for compatibility.

{{Userbox
 |color1
 |color2
 |id
 |info
 |id-size
}}

Example

Code Result
{{subst:userbox}}
id info
{{subst:userbox
 |id=foo
 |id-s=20
 |id-c=#ffe
 |info=''foo bar''
 |info-c=#fef
 |info-s=12
 |border-c=#afa
 |border-s=2
}}
foo foo bar
Below example showing the default appearance of a userbox. Which is (much) higher than the 45px. Compare the height of the below one with the above userbox.
{{subst:userbox
 |id=foo logo
 |id-c=#ffe
 |info=''We are trying to see 
default distance in between text 
lines, and, see the distance in 
between cell content and its border 
and also see total height.''
 |info-c=#fef
 |border-c=#afa
 |border-s=2
}}
foo logo We are trying to see default distance in between text lines, and, see the distance in between cell content and its border and also see total height.
Below example showing how we can change that userbox and specify further parameters to bring down the overall height of the userbox, to the recommended height of 45px, even with four text lines. Cell padding parameter "info-p" can also be set at "1pt 1pt 1pt 2pt" or, "1pt 2pt" for better appearance, when there are 4 text lines.
{{subst:userbox
 |id=foo logo
 |id-s=14
 |id-c=#ffe
 |id-lh=1.1em
 |info=''We have specified values 
to lessen the distance in between 
text lines & padding space in between 
cell content and its border.''
 |info-c=#fef
 |info-s=8
 |info-p=1pt
 |info-lh=1.05em
 |border-c=#afa
 |border-s=1
}}
foo logo We have specified values to lessen the distance in between text lines & padding space in between cell content and its border.
Below example is for advanced users, showing how we can specify other CSS properties, for example, "font-family", to change the font, which are not existing inside the template already. At below, right side shows two userboxes; top one is displayed without the "font-family" parameter, but the bottom userbox is displayed by using the below codes, with the help of "info-op" parameter.
{{subst:userbox
 |id=foo logo
 |id-s=14
 |id-c=#ffe
 |id-lh=1.1em
 |info=foo bar
 |info-c=#fef
 |info-s=14
 |info-op=font-family:'Courier New';
 |border-c=#afa
 |border-s=2
}}
foo logo foo bar

 
foo logo foo bar