Template:GameClass Scrollbox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (SungHerSong moved page Template:Shiren Lore Scrollbox to Template:GameClass Scrollbox without leaving a redirect: Text replacement - "Shiren Lore Scrollbox" to "GameClass Scrollbox")
mNo edit summary
Line 1: Line 1:
<table class="{{GameClass}}" style="width:100%; margin:auto">
<table class="MDWiki" style="width: 100%;">
<tr>
<tr>
<td style="background:transparent">
<td style="background: transparent;">
<div style="overflow:auto; height:{{{height|200px}}}; {{{width|100%}}};-moz-border-radius:0.5em; border:1px solid #000000; border-radius:10px 0 0 10px; background-color:rgba(255,255,255,0.5); padding:5px; overflow-{{{dir|y}}}: scroll;">
<div style="overflow: auto; height: {{{height|200px}}}; {{{width|100%}}}; -moz-border-radius: 1rem; border: 1px solid black; border-radius:1rem 0 0 1rem; background-color: #D2DDE3; padding: 5px; overflow-{{{dir|y}}}: scroll;">
{{{content|{{{1}}}}}}
{{{content|{{{1}}}}}}
</div>
</div>

Revision as of 16:29, 22 June 2023

{{{1}}}

Usage instructions

{{scroll box
|content=

}}

NOTE: An optional width variable can be used to control the width of the scroll box:

{{scroll box
|width=75%
|content=

}}

Example

Code

{{scroll box
|content=
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
}}

Result

Template:Scroll box

Alternative code

{{scroll box|
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
* blah
}}

Result

Template:Scroll box