Template:GameClass Scrollbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td style="background: transparent;"> | <td style="background: transparent;"> | ||
<div style="overflow: auto; height: {{{height| | <div style="overflow: auto; height: {{{height|245px}}}; {{{width|100%}}}; border: 1px solid black; background-color: #D2DDE3; padding: 5px; overflow-{{{dir|y}}}: scroll;"> | ||
{{{content|{{{1}}}}}} | {{{content|{{{1}}}}}} | ||
</div> | </div> |
Revision as of 07:18, 15 March 2024
{{{1}}} |
Usage instructions
{{GameClass Scrollbox | content = }}
NOTE: An optional width variable can be used to control the width of the GameClass Scrollbox:
{{GameClass Scrollbox | width = 75% | content = }}
Example
Code
{{GameClass Scrollbox |content= * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah }}
Result
|
Alternative code
{{GameClass Scrollbox| * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah * blah }}
Result
|