Difference between revisions of "Template:Align/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Hyacinth
(→‎Examples: ==See also== *{{tl|Center}} *{{tl|Left}} *{{tl|Right}} *{{tl|Float right}})
blackwiki>Hyacinth
(→‎See also: *{{tl|Image frame}})
Line 27: Line 27:
 
*{{tl|Right}}
 
*{{tl|Right}}
 
*{{tl|Float right}}
 
*{{tl|Float right}}
 +
*{{tl|Image frame}}
  
 
<includeonly>
 
<includeonly>
 
[[Category:Positioning templates]]
 
[[Category:Positioning templates]]
 
</includeonly>
 
</includeonly>

Revision as of 22:30, 22 March 2018

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!

See also