Difference between revisions of "Template:Align"
Jump to navigation
Jump to search
test>Mark Arsten m (Changed protection level of Template:Align: Highly visible template ([Edit=Allow only template editors and admins] (indefinite) [Move=Block all non-admin users] (indefinite))) |
test>Ahecht (add style=) |
||
| Line 1: | Line 1: | ||
{{#switch: {{lc:{{{1|center}}}}} | {{#switch: {{lc:{{{1|center}}}}} | ||
| − | |left = <div style="float: left;">{{{2}}}</div> | + | |left = <div style="float: left;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |
| − | |right = <div style="float: right;">{{{2}}}</div> | + | |right = <div style="float: right;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |
| − | |center = {{center|{{{2}}} }} | + | |center = {{center|{{{2}}}|style={{{style|}}} }} |
|#default = Error in [[Template:Align]]: the alignment setting "{{{1}}}" is invalid. | |#default = Error in [[Template:Align]]: the alignment setting "{{{1}}}" is invalid. | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 17:25, 23 August 2018
{{{2}}}
| This template is used on approximately 128,000 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. Transclusion count updated automatically (see documentation). |
| Align Center does not function for the mobile view and mobile applications. Be aware that more than half of the Wikipedia visitors are via mobile. |
This is a generic template for handling the horizontal alignment of elements on a page. Use the template like this:
{{align|position|content}}
Examples
{{align|left|'''Hello world!'''}} produces this:Hello world!
|
{{align|right|'''Hello world!'''}} produces this:Hello world!
|
{{align|center|'''Hello world!'''}} produces this:Hello world!
|
{{align|center|'''Hello world!'''|style=color:red}} produces this:Hello world!
|
See also
- {{align}}
- {{center}}, {{right}} and {{left}}
- {{float center}}, {{float right}} and {{float left}}
- {{Image frame}}
| The above documentation is transcluded from Template:Align/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |