টেমপ্লেট:Block left/নথি
| এটি টেমপ্লেট:Block left-এর জন্য একটি নথির উপপাতা। এখানে ব্যবহার সংক্রান্ত তথ্য, বিষয়শ্রেণী এবং অন্যান্য সামগ্রী রয়েছে যা মূল টেমপ্লেট পাতার অংশ নয়। |
This template uses block (e.g. <div> or <p>) elements.It should not be nested inside an inline element (e.g. |
| এই টেমপ্লেটটি টেমপ্লেট শৈলী ব্যবহার করে: |
Usage
[সম্পাদনা]This template places a block of text in the left of the page, without affecting the text alignment within that block.
- Comparison of {{Block left}} and {{left}}
This template retains the current text alignment (usually left), but moves the entire block of text into the left. To change to left text alignment, use {{left}} instead.
- Block left
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo ligula eget dolor.
Aenean massa.
- left
Aenean commodo ligula eget dolor.
Aenean massa.Parameter
[সম্পাদনা]All parameters are optional.
- class set block additional classes
- width set the width of the block
- offset set the distance ("indent") from the left margin
- gutter set the gap between the normal content and the block
- align set the internal alignment of the block
- style add other kinds of style
- body or 1 content of the block
Width
[সম্পাদনা]Where there is a requirement to fix the width of the block, an optional width parameter can be used. When the content is text, prefer text-relative units like em to absolute units like px.[১]
উদাহরণ
{{block left|width=25em|Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br/>
Aenean commodo ligula eget dolor.
Aenean massa.}}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo ligula eget dolor.
Aenean massa.
Align
[সম্পাদনা]To align the content of the left-aligned block within the block, an optional align parameter may be used:
উদাহরণ
{{block left|align=center|Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br/>
Aenean commodo ligula eget dolor.
Aenean massa.}}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo ligula eget dolor.
Aenean massa.
See also
[সম্পাদনা]- {{block right}}
- {{left}} and {{right}}
- {{float left}} and {{float right}}