Difference between revisions of "Template:Center"

From Freephile Wiki
Jump to navigation Jump to search
(create)
 
(copied from wikipedia)
Line 1: Line 1:
<div style="text-align: center;">{{{1}}}</div>
+
<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{{1}}}</div>{{#if:{{{1|}}}||[[Category:Pages using center with no arguments]]}}</includeonly><noinclude>
 +
{{documentation}}
 +
</noinclude>

Revision as of 13:31, 15 January 2016

Documentation icon Template documentation[view] [edit] [history] [purge]

A simple template to center-align content in tables and other places.

Example[edit source]

Template:Markup

To do this without a template, simply use the following code:

<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">...</div>

To center a table, see Help:TABLECENTER.

Table[edit source]

Using Template:Tld / Template:Tld / Template:Tld

Header text
Template:Left
Center
Template:Right

Using Template:Tld / Template:Tld / Template:Tld

Header text
Template:Align Template:Align Template:Align

See also[edit source]