This template is used to add a small box. When the content exceeds the specified height, there will be a scroll bar on the right.
{{Playlist|width=|height=|color=|<Content>}}
w
or width
width
of the box, auto
as default, which means full width of the window.h
or height
300px
as default.color
lightblue
as default. Refer to Help:List of colors for format.border
medium
as default.1
or content
1
means the first anonymous parameter of the template.Code | Outcome |
---|---|
{{Playlist|border=1px|height=4.4em|width=100px| * List 1 * List 2 * List 3 }} |
|
{{Playlist|Test 3}} |
Test 3 |
{{Playlist|width=100px|color=#E36BB6|Test 4}} |
Test 4 |