Template:Scroll box: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Protected "Template:Scroll box" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly><div class="scroll-box" style="clear:both;overflow:auto;width:{{{width|max-content}}};height:{{{height|230px}}};background:{{{bg|none}}};border:1px solid {{{border|#aaa}}};box-sizing:border-box;padding:0 0.5em;margin:0.75em 0"> | ||
{{{content|{{{1}}}}}} | {{{content|{{{1}}}}}} | ||
</div | </div></includeonly><noinclude> | ||
This template inserts a scrollable content box onto the page. | |||
==Usage== | |||
<pre> | <pre> | ||
{{scroll box | {{scroll box | ||
|content= | |content= | ||
}} | }} | ||
</pre> | </pre> | ||
Optional <code>width</code> and <code>height</code> parameters can be used to adjust the dimensions of the scroll box. | |||
[[Category:Structural templates]]</noinclude> | [[Category:Structural templates]]</noinclude> |
Revision as of 13:10, December 14, 2024
This template inserts a scrollable content box onto the page.
Usage
{{scroll box |content= }}
Optional width
and height
parameters can be used to adjust the dimensions of the scroll box.