Template:Align: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported) |
m (1 revision imported from wikipedia:Template:Align) |
||
(One intermediate revision by one other user not shown) | |||
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> |
Latest revision as of 12:41, 29 March 2020
{{{2}}}
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|right|'''Hello world!'''}} produces this:Hello world!
|
{{align|center|'''Hello world!'''}} produces this:Hello world!
|
The above documentation is transcluded from Template:Align/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |