Difference between revisions of "Template:Userbox"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
|}</div> | |}</div> | ||
<noinclude> | <noinclude> | ||
| + | [[Category: Templates|Userbox]] | ||
For ease of use, userboxes are made using maker-templates that have a number of parameters. Once the maker-template is saved, it is automatically transformed to [[HTML]]. | For ease of use, userboxes are made using maker-templates that have a number of parameters. Once the maker-template is saved, it is automatically transformed to [[HTML]]. | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 15:58, 24 December 2016
| id | info |
For ease of use, userboxes are made using maker-templates that have a number of parameters. Once the maker-template is saved, it is automatically transformed to HTML.
| Template Parameters | Meaning | Value type |
|---|---|---|
| border-c | The border color of the userbox. | CSS color value (#hex or color name) |
| border-s | The border size of the userbox. | Width in pixels |
| id-c | The background color of the id box. | CSS color value |
| id-s | The font size of the id box. | Size in PostScript points |
| id-fc | The font color of the id box text. | CSS color value |
| id-p | The distance between border and content of id box. | CSS padding width value. px, pt |
| id-lh | The distance between text lines of id box. | CSS relative line height/length value. em |
| info-c | The background color of info box. | CSS color value |
| info-s | The font size of info box. | Size in PostScript points |
| info-fc | The font color of info box. | CSS color value |
| info-p | The distance between border and content of info box. | CSS padding width value. px, pt |
| info-lh | The distance between text lines of info box. | CSS relative line height/length value. em |
| id | This is the content of the id box. | Free-form |
| info | This is the content of info box. | Free-form |
The id and info boxes can include text, links, and images using the usual Wikipedia syntax. Generally, the id box will contain a few letters or a 43px image, while the info box will contain a sentence with a link or two.