Template:Center/s
| This template is used on approximately 668,000 pages, or roughly 14% 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 TemplateStyles: |
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
Start and end templates
Another block method is to use the paired start and end templates {{c/s}} (center start) and {{c/e}} (center end):
Example
{{c/s}}
{{uc|Title of the work}}
{{sc|Subtitle by Author}}
{{c/e}}
Title of the work
Subtitle by Author
The {{c/s}} template accepts the same parameters as {{center}} (e.g., style=font-family: serif;, width=50%, nomargin=yes).
Redirects
- {{c}}
Tracking categories
- Category:Pages using center with no text argument—Pages where the template is called with no text or first argument, typically because the content contains an = or otherwise confuses the parser
See also
- Template:Block center
- Template:Center block
- Template:Center inline (span-based version)
Template data
Center
Align text to the center
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| style | style | Additional CSS styles to apply to the block | Content | optional |
| text | text 1 | The text to center, this can be more than one paragraph. | Content | required |
| nomargin | nomargin | no description
| String | optional |
| nocat | nocat | no description | Unknown | optional |
| class | class | Additional CSS classes to apply. | Unknown | optional |
| width | width | no description | Unknown | optional |