aside attribute backLinks box center details exampleJsp exampleStringBodyJsp externalLink googleMap googleMapLink helloWorld helloWorldJsp image imageIndex img include index left media menu namespaces plainthumb plugin plugins pluginsIndex quote randomPick recentChanges right scale search security shadow systemStatus teaser template thumbnail tile tiles toc

  [ info ]

box (plugin)

Renders the contents of the plugin inside a box. Also has an optional title, passed as a parameter to the plugin.

Uses the webwidgets box tags. If the box doesn't appear correct, check if you have defined the box's css correctly.

Plugin Details

Plugin Name : box

Body type : wiki markup

Parameters

Name Details Default Required
title regex : .* false
width regex : [0-9]+(%|px|em|pt) 100% false
class regex : [\p{Alnum}_ -]+ wiki_box false

Example

{{box( title="Hello" )
This is an example box
}}
Hello
This is an example box