Usage
Only the image parameter is required
- image=
- the image to use for the box button
- text=
- text to show in the bottom right of the image
- link=
- link for box the image and the text in the bottom right (Required if text is used)
- width=
- specifies the width of both the box and the image
- height=
- specifies the height of both the box and the image
- height-offset=
- specifies an offset to shift the image up or down within the box
- imgwidth=
- set the image width different than the box width. Generally a good idea to also use the height-offset parameter.
Example
{{Box Button
|image= Alice.png
|text= Alice
|link= Alice
|width= 190px
|height-offset= -10px
}}
