Template:Center: Difference between revisions
Jump to navigation
Jump to search
>Rusty.perrin (Remove Noinclude tags) |
(Created page with "<includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{safesubst<noinclude />:#if: {{{style|}}} | {{{style}}};}}">{{{1|Category:Pages using center with no arguments}}}</div></includeonly>{{safesubst<noinclude />:#invoke:Check for unknown parameters|check|unknown=_VALUE_{{PAGENAME}}|preview=Page using Template:Center with unknown parameter "_VALUE_"|ignoreblank=y| 1 | style...") |
||
Line 1: | Line 1: | ||
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">{{{1}}}</div><noinclude> | <includeonly><div class="center" style="width:auto; margin-left:auto; margin-right:auto;{{safesubst<noinclude />:#if: {{{style|}}} | {{{style}}};}}">{{{1|[[Category:Pages using center with no arguments]]}}}</div></includeonly>{{safesubst<noinclude />:#invoke:Check for unknown parameters|check|unknown=[[Category:Pages using center with unknown parameters|_VALUE_{{PAGENAME}}]]|preview=Page using [[Template:Center]] with unknown parameter "_VALUE_"|ignoreblank=y| 1 | style }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> | |||
</noinclude> | </noinclude> |
Revision as of 17:37, 27 August 2024
|
This is a simple template to center align stuff. To use this, place {{Center|your text}}
on the desired page, replacing your text with the desired content.
Example
Code | Result |
---|---|
{{Center|Hello world!}} | Hello world!
|
To do this without a template, use the following code:
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span class="example" style="font-family: Georgia, 'DejaVu Serif', serif; color: var(--color-content-added, #006400);" >your text</span></div>