Help:Scrolling list
Appearance
| This page in a nutshell: Scrolling text can be inserted into project pages, and other Wikipedia pages that is visible only when editing |
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.
How to create a scrolling list
The code
- <div style="height:20em; overflow:auto; border: 2px solid #088">
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- </div>
results in the scrolling list:
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here
- Page contents here