Jump to content

Template:Scrollable-top/doc

From Wikipedia, the free encyclopedia

Usage

[edit]

{{Scrollable-top}} starts a scrollable section, and is used in place of {{scrollable}} if the latter does not function properly with the enclosed section. The section ends with {{scrollable-bottom}}

Usage:

{{scrollable-top|height=xxx}}

insert scrollable section here

{{scrollable-bottom}}

Examples

[edit]

This template allows the ability to create a scrollable portion on a page. The first pararmeter "1" allows setting of the height.

Example 1
{{scrollable-top|height=40}}

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

{{scrollable-bottom}}

produces:

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

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

produces:

This is the content of the pane

Parameter list

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Scrollable-top in articles based on its TemplateData.

TemplateData for Scrollable-top

Starts a scrollable section (ended with Template:Scrollable-bottom).
Heightheight
The height of the scrollable section in pixels.
Default
200
Invisibleinvisible
Removes the border and padding around the scrollable section. Can be used to wrap large tables or other templates that already have a border.
Default
false

Reason

[edit]

This complements {{scrollable}}, which like many other templates, doesn't work well with some elements when used in its parameter list.

See also

[edit]