টেমপ্লেট:Scroll box/নথি
এটি টেমপ্লেট:Scroll box-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
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
সম্পাদনাExample 1 (Simple)
সম্পাদনা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 }}
Result
সম্পাদনাSome text:
|
Example 2 (With 1 param)
সম্পাদনা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 }}
Result
সম্পাদনা
|
Example 3 (width)
সম্পাদনা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 }}
Result
সম্পাদনা
|
Example 4 (width and height)
সম্পাদনা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 }}
Result
সম্পাদনা
|
See also
সম্পাদনা