ഫലകം:Block center/doc
This is a documentation subpage for ഫലകം:Block center. It contains usage information, categories and other content that is not part of the original ഫലകം page. |
Usage
തിരുത്തുകThis template places a block of text in the center of the page, without affecting the text alignment within that block.
- Comparison of {{Block center}} and {{Center}}
This template retains the current text alignment (usually left), but moves the entire block of text into the center. To change to centred text alignment, use {{Center}} instead.
- Block center
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean massa. |
- Center
Aenean commodo ligula eget dolor.
Aenean massa.
Parameter
തിരുത്തുകWhere there is a requirement to fix the width of the block, an optional "width" parameter can be used. Sometimes this is required to force a wider width when line wrap occurs.
{{block-center|width=300px|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 massa. |
Spanning multiple pages
തിരുത്തുകIf you use many separate block-centers you will find that every page has a slightly different alignment, however this template cannot be left "dangling" and closed on another page to create one big block-center. If you have a multipage block-center, you can use {{block center/s}} and {{block center/e}} to open and close it on each page. Every page must have one of each, one at the start and one at the end. However, you may place one or both of them in the header or footer, so they will not be transcluded to the main namespace. When the pages are all transcluded, you will end up with just one {{block center/s}} and just one {{block center/e}} at the start and end of the section, respectively.
First page
തിരുത്തുക- Header
Nothing is required in the header
- Body
{{block center/s}} Start of the block center text. Contents of the block center goes here.
- Footer
{{block center/e}}
Middle pages
തിരുത്തുക- Header
{{block center/s}}
- Body
Contents of the block center go here; this continues the previous page.
- Footer
{{block center/e}}
Last page
തിരുത്തുക- Header
{{block center/s}}
- Body
Contents of the block center go here; this continues the previous page. Last bit of block center text {{block center/e}}
- Footer
Nothing is required in the footer of the last page.