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

From LGPedia
Jump to navigationJump to search
-R- (talk | contribs)
mNo edit summary
-R- (talk | contribs)
m Added Use
Line 11: Line 11:
==Example==
==Example==
{{User:-R-/Sandbox/Userbox
{{User:-R-/Sandbox/Userbox
  |position = left
   |border-c = #000
   |border-c = #000
  |border-s = 1
   |id-c    = #c66
   |id-c    = #c66
   |id-s    = 12
   |id-s    = 12
Line 22: Line 22:
   |info    = This user's favorite lg15 character is '''[[Bree]]'''.
   |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>
{{Userbox
  |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:Lazyeye.jpg|56px]]
  |info    = This user's favorite lg15 character is '''[[Bree]]'''.
}}
</pre>
</noinclude>
</noinclude>

Revision as of 02:41, 16 August 2007

Template

id info


Example

This user's favorite lg15 character is Bree.


This user's favorite lg15 character is Bree.


Use

Post the following code into a userbox template:

{{Userbox
  |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:Lazyeye.jpg|56px]]
  |info     = This user's favorite lg15 character is '''[[Bree]]'''.
}}