Usage edit

This template allows the ability to create a scrollable portion on a page. The first parameter "1" is the content of the scrollable pane. The second parameter "2" allows setting of the height. The third parameter "3" allows setting of the width. To override the default padding of 3px, use |padding=. To override the default border-width of 1px, use |border-width=.

Example 1
{{scrollable
|height=4em
|content=

This is the content of the pane <br/>
It is scrollable from the sidescroll <br/>
The height setting for this box is 7em <br/>

}}

produces:

This is the content of the pane
It is scrollable from the sidescroll
The height setting for this box is 7em

Example 2
{{scrollable
| <!-- this is the content area -->
This is the content of the pane
<!-- this is the height parameter: -->
|2em
}}

produces:

This is the content of the pane

See also edit