Template:Center: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{{1}}}</div></includeonly><noinclude> {{documentation}} </noinclude>")
 
mNo edit summary
 
Line 1: Line 1:
<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{{1}}}</div></includeonly><noinclude>
<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{{1}}}</div></includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>[[Category:Templates]]

Latest revision as of 19:51, 14 December 2012

[edit] Template documentation

This is a simple template to align stuff to the center. To use this, place {{Center|<text>}} on the desired page, replacing <text> with the desired content.

Example[edit source]

Code {{Center|Hello world!}}
Result
Hello world!

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

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