{{{id}}} | Note: not all parameters have been defined! Go to User:The Userboxer/Userboxes/Attends for more information. |
Instructions
editThis template is {{User:The Userboxer/Userboxes/Attends}}. Without parameters, it renders as:
{{{id}}} | Note: not all parameters have been defined! Go to User:The Userboxer/Userboxes/Attends for more information. |
The parameters are:
{{User:The Userboxer/Userboxes/Attends
- |text = parameter
- |id = parameter
- |bg-id = parameter
- |bg-text = parameter
- |border = parameter
- |space = parameter
}}
Mandatory Parameters
edit- text is what you want as the text in the main text section.
- id is what you want as the text/image in the id section (the box on the left).
Optional Parameters
edit- bg-id is optional. It sets the color of the background of the id section. Important: currently RGB values ("color: rgb(100%, 0%, 0%)" or "color: rgb(255,0,0)") and color names (blue, orange, etc.) will work, due to technical imitations of ParserFunctions. Default is "slateblue".
- bg-text is optional. It sets the color of the the background of the main text section. Important: currently RGB values ("color: rgb(100%, 0%, 0%)" or "color: rgb(255,0,0)") and color names (blue, orange, etc.) will work, due to technical imitations of ParserFunctions. Default is "dodgerblue".
- border is optional. It sets the color of the border. Important: currently RGB values ("color: rgb(100%, 0%, 0%)" or "color: rgb(255,0,0)") and color names (blue, orange, etc.) will work, due to technical imitations of ParserFunctions. Default is "slateblue".
- space is optional. It sets the line spacing in the main text section. Default is "1.25em"
Examples
edit{{User:The Userboxer/Userboxes/Attends
- |text = foo
- |id = foo
}}
Renders as:
foo | This user attends foo. |
{{User:The Userboxer/Userboxes/Attends
- |text = foo
- |id = foo
- |bg-id = rgb(51,153,255)
- |bg-text = rgb(153,204,255)
- |border = rgb(51,153,255)
- |space = 1em
}}
Renders as:
foo | This user attends foo. |