{{{content}}}

{{{url}}}

Template:BoxedColumn

This template renders as a layout column of the given width on medium-sized and larger (>= 992 px wide) displays in the CSS framework Bootstrap wrapping a uniba.sk-style box with the given content and an arrow containing the given link.

Should be used inside a <div class="row">…</div> in order to obtain predictable results.

Usage

{{BoxedColumn
    | width = 1–12, defaults to 4
    | col-class = additional class(es) for the column div, may be empty
    | box-class = additional class(es) for the box div, may be empty
    | image = the header image, displayed above content, may be empty
    | content = content to be displayed in the column
    | url = the link to be rendered as the arrow in the bottom-right corner of the box
}}