__EXPECTUNUSEDTEMPLATE__

"left"
{{Align|left|'''Hello world!'''}}
Hello world!
Hello world!
Expanded code
<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>

"center"
{{Align|center|'''Hello world!'''}}
Hello world!
Hello world!
Expanded code
<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>

"right"
{{Align|right|'''Hello world!'''}}
Hello world!
Hello world!
Expanded code
<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">
Hello world!

</syntaxhighlight>