Template:Box template
From Wubbypedia
[[File:{{{image}}}|50px]]
|
{{{title}}} {{{description}}} |
A edited version of https://antonball.miraheze.org/wiki/Template:Box_template. Feel free to contact me if you want this to be removed!
Template:
{{Box template |image = |image_size = |title = |description = |width = |border_color = |background_color = |center = |border-radius= }}
image
- Set an image. There's no need to add File: to the beginning.image_size
- Set the width of the image. Value must end with px. Default value is 50px.title
- Set the template's title. Comes with bold text.description
- Set a description.width
- Set the box's width. Value must end with px. Default value is auto.border_color
- Set the border/rim color, which must be a hex value. There's no need to add a hashtag (#) to the beginning. Default value is 110D51.background_color
- Set the background color, which must be a hex value. There's no need to add a hashtag (#) to the beginning. Default value is 211B66.background_color
- Set the position of the box to the Center. Default value is true.border-radius
- Changes the border radius of the box. Default value is 8px.
Example:
{{Box template |image = blockpreview.png |image_size = 70px |title = Box Template Title |description = This is a simple test to showcase the functions of the box template. You can add as much text as you want here, as it'll automatically jump to the next line if you have a width set. |width = 650px |border_color = fff |background_color = 000 |border-radius = 8px }}
Box Template Title This is a simple test to showcase the functions of the box template. You can add as much text as you want here, as it'll automatically jump to the next line if you have a width set. |