Template:Userbox: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
m (Changed protection level for "Template:Userbox": Robot: Protecting all pages from category Userboxes (‎[edit=autoconfirmed] (indefinite) ‎[move=sysop] (indefinite)))
(Moved to template:userbox/doc)
Line 3: Line 3:
| 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''}}}}}}}}}
|}<noinclude>
|}<noinclude>
== Usage ==
{{Documentation}}
<pre>
{{Userbox
  |id      = id text or image
  |id-c    = id background color
  |id-fc    = id font color
  |id-s    = id text size
  |info    = info text
  |info-c  = info background color
  |info-fc  = info font color
  |info-s  = info text size
  |border-c = box color
  |border-s = border width in pixels
}}
</pre>
* It is suggested that you limit the size of any images in the id box to 40 pixels.
* For a list of colors and the Hex codes for them, see [[wikipedia:Web colors|this Wikipedia page]].
 
[[Category:Userboxes|{{PAGENAME}}]]
[[Category:Userboxes|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 22:20, 22 November 2013

id info
Instructions for {{Userbox}}
== Usage ==
{{userbox
| bodyclass     = <!--Adds an HTML class attribute to the entire template's HTML table, to allow for styling, emission of microformats, etc.-->
| border-c      = <!--border color (default=id-c)-->
| border-s      = <!--border width in pixels (default=1)-->
| float         = <!--left|right|none (default=left)-->
| id            = <!--id image and/or text--> non connect
| id-a          = <!--id horizontal alignment left/center/right/justify (default=center)-->
| id-c          = <!--id background color (default=#d0d0d0)-->
| id-fc         = <!--id font color (default=black)-->
| id-h          = <!--id box height in pixels (default=45)-->
| id-lh         = <!--id line height (default=1.25em)-->
| id-op         = <!--id other CSS parameters-->
| id-p          = <!--id cell padding (default=0 1px 0 0)-->
| id-s          = <!--id text size in points (default=14)-->
| id-w          = <!--id box width in pixels (default=45)-->
| info-class    = <!--Adds an HTML class attribute to the "info" HTML table-row, to allow for styling, emission of microformats, etc.-->
| info          = <!--info text and/or image-->
| info-a        = <!--info horizontal alignment left/center/right/justify (default=left)-->
| info-c        = <!--info background color (default=#e0e0e0)-->
| info-fc       = <!--info font color (default=black)-->
| info-lh       = <!--info line height (default=1.25em)-->
| info-op       = <!--info other CSS parameters-->
| info-p        = <!--info padding (default=0 4px 0 4px)-->
| info-s        = <!--info text size in points (default=8)-->
}}
  • It is suggested that you limit the size of any images in the id box to 40 pixels.
  • For a list of colors and the Hex codes for them, see this Wikipedia page.