<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://battleint.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AScrollbox%2Fdoc</id>
	<title>Template:Scrollbox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://battleint.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AScrollbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://battleint.net/index.php?title=Template:Scrollbox/doc&amp;action=history"/>
	<updated>2026-04-18T20:38:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://battleint.net/index.php?title=Template:Scrollbox/doc&amp;diff=170368&amp;oldid=prev</id>
		<title>imported&gt;Deadfire: Updating</title>
		<link rel="alternate" type="text/html" href="https://battleint.net/index.php?title=Template:Scrollbox/doc&amp;diff=170368&amp;oldid=prev"/>
		<updated>2023-05-15T02:36:57Z</updated>

		<summary type="html">&lt;p&gt;Updating&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
== Description ==&lt;br /&gt;
This scrolling list template creates a scroll-box within a page that allows for large content to be limited to a given number of pixels on the page.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px #ccc solid; padding:1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;amp;#123;&amp;amp;#123;scroll box&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;|width=&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;width (in pixel or in percent)&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;|height=&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;height (in pixel)&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;|text=&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;contents&amp;lt;/span&amp;gt;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;amp;#125;&amp;amp;#125;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The colored text should be properly replaced as here described:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;width&amp;lt;/span&amp;gt;&lt;br /&gt;
:The width of the box, expressed in pixel or in percent. (&amp;#039;&amp;#039;&amp;#039;default=100%&amp;#039;&amp;#039;&amp;#039;)&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;height&amp;lt;/span&amp;gt;&lt;br /&gt;
:The height of the box, you should express this value exclusively in pixel. (&amp;#039;&amp;#039;&amp;#039;default=230px&amp;#039;&amp;#039;&amp;#039;)&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;contents&amp;lt;/span&amp;gt;&lt;br /&gt;
:The text that should be displayed inside this frame. Note that the scroll bar will appear only if the text is long enough to overflow the given height. (&amp;#039;&amp;#039;&amp;#039;required field&amp;#039;&amp;#039;&amp;#039;, no default value)&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== Example 1 (Simple) ===&lt;br /&gt;
==== Code ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{scroll box|&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Result ====&lt;br /&gt;
Some text:&lt;br /&gt;
{{scroll box|&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example 2 (With 1 param) ===&lt;br /&gt;
==== Code ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{scroll box|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== Result ====&lt;br /&gt;
{{scroll box|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example 3 (width) ===&lt;br /&gt;
==== Code ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{scroll box|width=75%|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Result ====&lt;br /&gt;
{{scroll box|width=75%|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Example 4 (width and height) ===&lt;br /&gt;
==== Code ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{scroll box|width=150px|height=100px|bar=invisible|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Result ====&lt;br /&gt;
{{scroll box|width=150px|height=100px|text=&lt;br /&gt;
* Example 01&lt;br /&gt;
* Example 02&lt;br /&gt;
* Example 03&lt;br /&gt;
* Example 04&lt;br /&gt;
* Example 05&lt;br /&gt;
* Example 06&lt;br /&gt;
* Example 07&lt;br /&gt;
* Example 08&lt;br /&gt;
* Example 09&lt;br /&gt;
* Example 10&lt;br /&gt;
* Example 11&lt;br /&gt;
* Example 12&lt;br /&gt;
* Example 13&lt;br /&gt;
* Example 14&lt;br /&gt;
* Example 15&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other|&lt;br /&gt;
| &amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Box templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Deadfire</name></author>
	</entry>
</feed>