Template:Center/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>RussBot m Robot: moving pages out of redirected category |
meta>Fryed-peach mNo edit summary |
||
Line 15: | Line 15: | ||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ||
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]] | [[Category:Wikipedia formatting and function templates|{{PAGENAME}}]] | ||
[[ja:Template:Center]] | |||
</includeonly> | </includeonly> |
Revision as of 02:05, 25 December 2008
This is a documentation subpage for Template:Center. It may contain usage information, categories and other content that is not part of the original template page. |
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
Code | {{center|Hello world!}} |
Result | Hello world!
|
To do this without a template, simply use the following code:
- <div align="center">your text</div>