Difference between revisions of "User:-R-/Sandbox/Userbox"

From LGPedia
Jump to: navigation, search
m (Created Test Template)
 
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
==Template==
 
==Template==
 
</noinclude>
 
</noinclude>
<div style="width:220px;float:{{{position|left}}};margin:1em 0 1em 1em;border:1px solid {{{border-color|#000}}};background:#F5F5F5;-moz-border-radius:10px;padding:0px 0px 0px 0px;">
+
<div style="width:220px;float:{{{position|left}}};margin:1em 0 1em 1em;border:1px solid {{{border-c|#000}}};background:#F5F5F5;-moz-border-radius:10px;padding:0px 0px 0px 0px;">
 
{| cellspacing="0" style="width:220px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};-moz-border-radius:10px;padding:0px 0px 0px 0px;"
 
{| cellspacing="0" style="width:220px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};-moz-border-radius:10px;padding:0px 0px 0px 0px;"
| style="width:45px; height:50px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}};-moz-border-radius:10px;padding:0px 0px 0px 0px; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};" | '''{{{logo|{{{3|{{{id|id}}}}}}}}}'''
+
| style="width:45px; height:50px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}};-moz-border-radius:10px;padding:5px 5px 5px 5px; text-align:center; font-size:{{{logo-size|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}};" | '''{{{logo|{{{3|{{{id|id}}}}}}}}}'''
 
| style="font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{info-color|{{{info-fc|black}}}}}};" | {{{info|{{{4|{{{info|''info''}}}}}}}}}
 
| style="font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:4pt; line-height:1.25em; color:{{{info-color|{{{info-fc|black}}}}}};" | {{{info|{{{4|{{{info|''info''}}}}}}}}}
 
|}</div>
 
|}</div>
 
<noinclude>
 
<noinclude>
 
{{clr}}
 
{{clr}}
 +
==Example==
 +
{{User:-R-/Sandbox/Userbox
 +
  |position = left
 +
  |border-c = #000
 +
  |id-c    = #c66
 +
  |id-s    = 12
 +
  |id-fc    = #000
 +
  |info-c  = #f99
 +
  |info-s  = 8
 +
  |info-fc  = #fff
 +
  |id      = [[Image:Lazyeye.jpg|56px]]
 +
  |info    = This user's favorite lg15 character is '''[[Bree]]'''.
 +
}}
 +
{{User:-R-/Sandbox/Userbox
 +
  |position = right
 +
  |border-c = #000
 +
  |id-c    = #c66
 +
  |id-s    = 12
 +
  |id-fc    = #000
 +
  |info-c  = #f99
 +
  |info-s  = 8
 +
  |info-fc  = #fff
 +
  |id      = [[Image:Lazyeye.jpg|56px]]
 +
  |info    = This user's favorite lg15 character is '''[[Bree]]'''.
 +
}}
 +
{{clr}}
 +
 +
==Use==
 +
Post the following code into a userbox template:
 +
<pre>
 +
{{User:-R-/Sandbox/Userbox
 +
  |position = {{{1}}} (please keep it like that)
 +
  |border-c = Border color
 +
  |id-c    = ID background color
 +
  |id-s    = ID font size
 +
  |id-fc    = ID font color
 +
  |info-c  = Info background color
 +
  |info-s  = Info font size
 +
  |info-fc  = Info font color
 +
  |id      = [[Image:Your Image.extension|56px]]
 +
  |info    = This user's favorite lg15 character is '''[[Bree]]'''.
 +
}}
 +
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 03:40, 16 August 2007

Template

id info


Example

Lazyeye.jpg This user's favorite lg15 character is Bree.


Lazyeye.jpg This user's favorite lg15 character is Bree.


Use

Post the following code into a userbox template:

{{User:-R-/Sandbox/Userbox
  |position = {{{1}}} (please keep it like that)
  |border-c = Border color
  |id-c     = ID background color
  |id-s     = ID font size
  |id-fc    = ID font color
  |info-c   = Info background color
  |info-s   = Info font size
  |info-fc  = Info font color
  |id       = [[Image:Your Image.extension|56px]]
  |info     = This user's favorite lg15 character is '''[[Bree]]'''.
}}