Template:Align

From Gerald R. Lucas
Revision as of 22:01, 3 July 2019 by Grlucas (talk | contribs) (Created page with "{{#switch: {{lc:{{{1|center}}}}} |left = <div style="float: left;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |right = <div style="float: right;{{#if: {{{style|}}} | {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{{2}}}
Template documentation[view] [edit] [history] [purge]

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