模板:Scroll box
此模板不應在主要文章空間中使用,因為它會使模板內的任何內容都無法打印。根據英文維基2007年6月討論,對於文本內容(例如引文)尤其如此。如果您在文章空間中看到滾動框,請將其刪除並隱藏警告。 |
Warning
This template should not be used in main article space, as it renders any content obscured within the template unprintable. This is especially true with text content, such as citations, according to a June 2007 discussion.
Please, if you see a scroll box in article space, remove it and put a hidden warning.
Description
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. Examples:
- To edit the size of captions, you may use the following code:
<div style="clear:both; text-align:center; font-size:90%">........</div>
Usage
{{scroll box
|width=width (in pixel or in percent)
|height=height (in pixel)
|text=contents
}}
The colored text should be properly replaced as here described:
width
- The width of the box, expressed in pixel or in percent. (default=100%)
height
- The height of the box, you should express this value exclusively in pixel. (default=230px)
contents
- 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)
Examples
示例1(簡單)
Code
{{scroll box| * Example 01 * Example 02 * Example 03 * Example 04 * Example 05 * Example 06 * Example 07 * Example 08 * Example 09 * Example 10 * Example 11 * Example 12 * Example 13 * Example 14 * Example 15 }}
結果
Some text:
|
示例2(帶1個參數)
Code
{{scroll box|text= * Example 01 * Example 02 * Example 03 * Example 04 * Example 05 * Example 06 * Example 07 * Example 08 * Example 09 * Example 10 * Example 11 * Example 12 * Example 13 * Example 14 * Example 15 }}
結果
|
示例3(寬度)
Code
{{scroll box|width=75%|text= * Example 01 * Example 02 * Example 03 * Example 04 * Example 05 * Example 06 * Example 07 * Example 08 * Example 09 * Example 10 * Example 11 * Example 12 * Example 13 * Example 14 * Example 15 }}
結果
|
示例4(寬度和高度)
Code
{{scroll box|width=150px|height=100px|bar=invisible|text= * Example 01 * Example 02 * Example 03 * Example 04 * Example 05 * Example 06 * Example 07 * Example 08 * Example 09 * Example 10 * Example 11 * Example 12 * Example 13 * Example 14 * Example 15 }}
結果
|