Template:Center

DCCWiki, a community DCC encyclopedia.
Jump to: navigation, search
[edit] Template documentation

Template:Caution

Description

It is to center elements on a page. See also Template:Align for more options and flexibility.

Usage

Markup Renders asTemplate:For loop

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.

Notes:

  • If the markup to be centered includes an equals sign, the markup must be preceded by 1=. Example: {{Center|1=the <span style="color:red">red</span> one}}.
  • If the markup to be centered includes a displaying pipe, the pipe must be escaped as {{!}} or &#124;.

Tables

Using {{left}} / {{center}} / {{right}}

Header text
Template:Left
Center
Template:Right

Using {{align|left}} / {{align|center}} / {{align|right}}

Header text
Template:Align Template:Align Template:Align

Tracking category

Pages, which use {{Center}} without an argument, are added to the

Template:Category link with count generates a link to a category followed by the number of pages in the category. It uses the PAGESINCATEGORY parser function.

Usage

One parameter
{{Category link with count|CATEGORY}}
{{clc|CATEGORY}}
{{CLC|CATEGORY}}
Two parameters
{{Category link with count|CATEGORY|TYPE}}
{{clc|CATEGORY|TYPE}}
{{CLC|CATEGORY|TYPE}}
Name label
{{Category link with count|Category:Guans (bird)|name=CAT:Guans}}
Template loop detected: Template:Clc

Examples

Using the template shortcut {{clc}}:

One parameter

without "Category:"
{{clc|Côte-d'Or}}Template loop detected: Template:Clc
with "Category:"
{{clc|Category:Côte-d'Or}}Template loop detected: Template:Clc

Two parameters

without "Category:"
{{clc|Côte-d'Or|pages}}Template loop detected: Template:Clc
{{clc|Côte-d'Or|subcats}}Template loop detected: Template:Clc
{{clc|Côte-d'Or|files}}Template loop detected: Template:Clc
with "Category:"
{{clc|Category:Côte-d'Or|pages}}Template loop detected: Template:Clc
{{clc|Category:Côte-d'Or|subcats}}Template loop detected: Template:Clc
{{clc|Category:Côte-d'Or|files}}Template loop detected: Template:Clc

See also

Template:Internal category-link templates.

TemplateData

Template:TemplateDataHeader

A simple template to center-align content in tables and other places. Be aware that the center class is applied to this template, which means every element within the template has its left and right margins set to auto. This may harm some templates.

Template parameters

ParameterDescriptionTypeStatus
Content1

Content to be centered

Contentrequired
Custom CSSstyle

no description

Unknownoptional

See also