Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

A scrolling list is a series of items contained in a graphical user interface (GUI) that allows the text to be moved up, down, or across a display screen by moving a scrollbar, with new text appearing on the screen as old text disappears. Although MOS:SCROLL disfavors scrolling lists in article space because article content should be accessible on a variety of devices whereas a scrolling list hides some text, a scrolling list may be used in project namespace, such as at AfD, and other Wikipedia namespaces. For example, long lists posted at WP:AfD may be revised to be a scrolling list where it would make the AfD discussion easier to read. Tall images, wide images, and category content tables also may be scrolled.

How to create a scrolling list
Markup
<div style="height:10em; overflow:auto; border: 2px solid #088">
{{Lorem ipsum|8|#}}
</div>
Renders as
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

See also

Contents