Template:align/documentation

Hello, you have come here looking for the meaning of the word Template:align/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:align/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say Template:align/documentation in singular and plural. Everything you need to know about the word Template:align/documentation you have here. The definition of the word Template:align/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:align/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Documentation for Template:align.
This page contains usage information, categories, interwiki links and other content describing the template.

This template aligns its contents to the left, to the right, or centered.

If the alignment is set to center it is implemented using {{center}}, but otherwise it is implemented using a <div> with CSS float: left; or float: right;.

Parameters

|1= (optional)
The alignment. The valid values are left, right, and center. Defaults to center if not specified. While this parameter is optional, |2= is required. (Use {{align||foo}} to omit |1=.)
|2= (required)
The content to be aligned.
|style= (optional)

Ignored unless the alignment is set to center, in which case any value given is sent directly to {{center}}'s |style= parameter.