మూస:Center
{{{1}}}
| This template is used on approximately 7,10,000 pages, or roughly 353% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template uses block elements, e.g. See H:DIVSPAN for details. |
Usage
[మార్చు]This template center-aligns text. For example,
Example
{{center|'''Example text'''}}
Example text
Other parameters
[మార్చు]style
[మార్చు]Where there is a need to specify the style of text for the whole <div>...</div> item, an optional style parameter can be used.
This can be useful when the body of the template is not a single inline item but a multi-paragraph structure. If the formatting in question has a "block" template, you can also nest that inside or outside the {{center}} template:
The following solutions are then applicable.
Option 1
{{center|style=font-family:serif;|
Title of the work
by
Author of the work
}}
yields
Title of the work
by
Author of the work
Option 2 (block template)
{{center|{{serif block|
<!--or {{serif block|{{center| -->
Title of the work
by
Author of the work
}}}}
yields
Title of the work
by
Author of the work
Option 3 (if block template not available)
{{center|
{{serif|Title of the work}}
{{serif|by}}
{{serif|Author of the work}}
}}
yields
Title of the work
by
Author of the work
Redirects
[మార్చు]- {{c}}
See also
[మార్చు]- Template:Block center
- Template:Center block
- Template:Center inline (span-based version)
Template data
[మార్చు]TemplateData for Center
Align text to the center
| పరామితి | వివరణ | రకం | స్థితి | |
|---|---|---|---|---|
| style | style | Additional CSS styles to apply to the block | కంటెంటు | ఐచ్చికం |
| text | text 1 | The text to center, this can be more than one paragraph. | కంటెంటు | తప్పనిసరి |