Template:Userbox/doc: Difference between revisions
Created page with "<templatedata> { "params": { "1": { "label": "Image", "description": "The image to display in the box.", "example": "BTD6 app icon.png", "type": "wiki-file-name", "default": "BTD6 achievement HiddenIcon.png", "required": true }, "2": { "label": "Text", "description": "The text to display in the userbox.", "type": "string", "default": "This user is using the default userbox for some unfathomable reason.", "required": true }, "bg..." |
added float |
||
| (One intermediate revision by the same user not shown) | |||
| Line 40: | Line 40: | ||
"type": "string", | "type": "string", | ||
"default": "#000000" | "default": "#000000" | ||
}, | |||
"float": { | |||
"label": "Float", | |||
"description": "If specified, the userbox becomes a floating element. Should not be used in a userbox tower.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"left", | |||
"right" | |||
], | |||
"default": "none" | |||
} | } | ||
}, | }, | ||
"description": "Customizable rectangles to display on your userpage. Colors can be specified with a hexadecimal code (must include the \"#\") or the name of a CSS-supported color (e.g. \"pink\" or \"mauve\"). Please avoid using variables for colors since userboxes are designed to be theme-agnostic.", | "description": "Customizable rectangles to display on your userpage. Colors can be specified with a hexadecimal code (must include the \"#\") or the name of a CSS-supported color (e.g. \"pink\" or \"mauve\"). Please avoid using variables for colors (e.g. \"var(--bg-primary)\"), since userboxes are designed to be theme-agnostic.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
| Line 49: | Line 59: | ||
"image bg color", | "image bg color", | ||
"border color", | "border color", | ||
"text color" | "text color", | ||
"float" | |||
], | ], | ||
"format": "inline" | "format": "inline" | ||
| Line 56: | Line 67: | ||
==Example usage== | ==Example usage== | ||
<pre>{{userbox|BTD6 round HeroIconQuincy.png|This user is a son of Quincy.|bg color=#323232|image bg color=#404040|border color=#c1c1c1|text color=#ffffff}}</pre> | <pre>{{userbox|BTD6 round HeroIconQuincy.png|This user is a son of Quincy.|bg color=#323232|image bg color=#404040|border color=#c1c1c1|text color=#ffffff|float=right}}</pre> | ||
{{userbox|BTD6 round HeroIconQuincy.png|This user is a son of Quincy.|bg color=#323232|image bg color=#404040|border color=#c1c1c1|text color=#ffffff}} | {{userbox|BTD6 round HeroIconQuincy.png|This user is a son of Quincy.|bg color=#323232|image bg color=#404040|border color=#c1c1c1|text color=#ffffff|float=right}} | ||
<includeonly>[[Category:Userboxes]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | <includeonly>[[Category:Userboxes]]</includeonly><noinclude>[[Category:Documentation]]</noinclude> | ||