Template:Align: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#switch:{{lc:{{{1}}}}}
<includeonly>{{#switch:{{lc:{{{1|center}}}}}
|left=<div style="float:left">{{{2}}}</div>
|left=<div style="float:left">{{{content|{{{2}}}}}}</div>
|right=<div style="float:right">{{{2}}}</div>
|right=<div style="float:right">{{{content|{{{2}}}}}}</div>
|center=<div align="center">{{{2}}}</div>
|center=<div align="center">{{{content|{{{2}}}}}}</div>
|#default='''{{tem|align}} error''': the alignment "{{{1}}}" is invalid.
|#default='''{{tem|align}} error''': The alignment "{{{1}}}" is invalid.
}}</includeonly><noinclude>
}}</includeonly><noinclude>
This template can be used to align content to the left, right, or center.
==Usage==
==Usage==
<pre>
<pre>

Latest revision as of 18:23, June 9, 2024

This template can be used to align content to the left, right, or center.

Usage

{{align|left|<content>}}
{{align|right|<content>}}
{{align|center|<content>}}