Template:Align: Difference between revisions
Appearance
Created page with "<includeonly>{{#switch: {{lc:{{{1|center}}}}} |left = <div style="float: left;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |right = <div style="float: right;{{#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |center = {{center|{{{2}}}|style={{{style|}}} }} |#default = Error in Template:Align: the alignment setting "{{{1}}}" is invalid. }}</includeonly> <noinclude>Usage:</br> <nowiki>{{align|left|Example text}}</nowiki></br> <nowiki>{{align|center|Example text..." |
m Protected "Template:Align" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(No difference)
|
Latest revision as of 02:31, 14 March 2025
Usage:
{{align|left|Example text}}
{{align|center|Example text}}
{{align|right|Example text}}
Produces:
Example text
Example text
Example text