Template:Align: Difference between revisions
en>NawlinWiki m Protected Template:Align: Excessive vandalism ([edit=autoconfirmed] (indefinite) [move=sysop] (indefinite)) |
en>LunarLander float center |
||
| Line 2: | Line 2: | ||
|left = <div style="float: left;">{{{2}}}</div> | |left = <div style="float: left;">{{{2}}}</div> | ||
|right = <div style="float: right;">{{{2}}}</div> | |right = <div style="float: right;">{{{2}}}</div> | ||
|center = <div | |center = <div style="float: center;">{{{2}}}</div> | ||
|#default = Error in [[Template:Align]]: the alignment setting "{{{1}}}" is invalid. | |#default = Error in [[Template:Align]]: the alignment setting "{{{1}}}" is invalid. | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 15:56, 11 August 2009
{{{2}}}
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!
|