<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>http://micropedia.com.br/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AScroll_box</id>
	<title>Predefinição:Scroll box - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="http://micropedia.com.br/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AScroll_box"/>
	<link rel="alternate" type="text/html" href="http://micropedia.com.br/index.php?title=Predefini%C3%A7%C3%A3o:Scroll_box&amp;action=history"/>
	<updated>2026-07-10T01:23:14Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://micropedia.com.br/index.php?title=Predefini%C3%A7%C3%A3o:Scroll_box&amp;diff=19660&amp;oldid=prev</id>
		<title>Imperador Crow: Add scroll box -</title>
		<link rel="alternate" type="text/html" href="http://micropedia.com.br/index.php?title=Predefini%C3%A7%C3%A3o:Scroll_box&amp;diff=19660&amp;oldid=prev"/>
		<updated>2025-01-11T15:34:07Z</updated>

		<summary type="html">&lt;p&gt;Add scroll box -&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if: {{NAMESPACE}} |&amp;lt;table style=&amp;quot;clear: both; width: {{{width|100%}}}; margin: 3px 0px;&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;background:{{{background|transparent}}};&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;overflow: auto; width: 100%; height: {{{height|230px}}}; border: 1px solid #AAA; padding-left: 0.5em; background: {{{background|transparent}}};&amp;quot;&amp;gt;&lt;br /&gt;
{{{text|{{{1}}}}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;width: 8px;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;|&lt;br /&gt;
{{{text|{{{1}}}}}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Description ==&lt;br /&gt;
This [[Help:Scrolling list|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;
'''Examples:'''&lt;br /&gt;
* Photo gallery: [[:it:La Spezia#Galleria_fotografica|La Spezia]] (on it.wiki)&lt;br /&gt;
* Photo gallery: [[:it:Pertini#Galleria_fotografica|Pertini]] (same as above)&lt;br /&gt;
:&amp;lt;small&amp;gt;To edit the size of captions, you may use the following code:&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div style=&amp;quot;clear:both; text-align:center; font-size:90%&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;sup&amp;gt;........&amp;lt;/sup&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/small&amp;gt;&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;amp;#123;&amp;amp;#123;scroll box'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''|width='''''&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;width (in pixel or in percent)&amp;lt;/span&amp;gt;''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''|height='''''&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;height (in pixel)&amp;lt;/span&amp;gt;''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''|text='''''&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;contents&amp;lt;/span&amp;gt;''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''&amp;amp;#125;&amp;amp;#125;'''&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. ('''default=100%''')&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. ('''default=230px''')&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. ('''required field''', 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;
&amp;lt;noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Imperador Crow</name></author>
		
	</entry>
</feed>