Template:Wpbox

From Official Kodi Wiki
Jump to navigation Jump to search
[[File:|60px|link=]]


[edit] Template documentation

Creates a box in the new XBMC website style.

Usage

{{Wpbox
 | header     = 
 | image      = 
 | image_size = <!-- optional, defaults to 60px -->
 | text       = 
 | text_size  = <!-- optional, defaults to 320px -->
}}

Changing text_size will change the overall size of the box.

Objects after the box will float to the right in order to allow multiple boxes to be side-by-side. You can force a line break by using {{-}}.

Example

{{Wpbox
 | header = Kore, Official Remote for Kodi
 | image  = Android vector.jpg
 | text   = An open source, full-featured remote for {{Kodi}}. It features library browsing, direct remote control and a slick interface.

{{U|1=[https://play.google.com/store/apps/details?id=org.xbmc.kore Download here]}}
}}

creates

Kore, Official Remote for Kodi
Android vector.jpg

An open source, full-featured remote for Kodi. It features library browsing, direct remote control and a slick interface.

Download here