Template:Right/doc: Difference between revisions

From escforumwiki
Jump to navigation Jump to search
en>Milker
No edit summary
en>Milker
No edit summary
Line 3: Line 3:


== Description ==
== Description ==
It is to right align elements on a page. The only parameter is the content to be aligned.
It is to '''right''' align elements on a page. The only parameter is the content to be aligned. See also [[Template:Align]] for more options and flexibility.


== Usage ==
== Usage ==
{{Markup
With no input arguments, it saves typing the following text (in a table):
| <nowiki>{{right|Hello world!}}</nowiki>
: <code><nowiki>style="text-align:right"|</nowiki></code>
| {{right|Hello world!}}
 
}}
To use, type <code><nowiki>{{right}}</nowiki></code> at the start of the table cell. It will leave [[:Category:Pages using right with no input arguments]].
 
With an input argument, it saves typing:
: <code><nowiki>&lt;div style="float:right;">...</div&gt;</nowiki></code>
 
To use, type <code><nowiki>{{right|content}}</nowiki></code> to align contents.
 
== Examples ==
=== Example 1 ===
{{col-begin}}
{{col-break}}
<pre style="overflow:auto">
{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Right}} Content1A <br/> Content1B || Content2
|}
</pre>
{{col-break|gap=2em}}
{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Right}} Content1A <br/> Content1B || Content2
|}
{{col-end}}
 
=== Example 2 ===
{{col-begin}}
{{col-break}}
<pre style="overflow:auto">
{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Right|Content1A}} <br/> Content1B || Content2
|}
</pre>
{{col-break|gap=2em}}
{| class="wikitable" style="width:30em; text-align:center"
!colspan="4"| Header text
|-
| {{Right|Content1A}} <br/> Content1B || Content2
|}
{{col-end}}


== See also ==
== See also ==
* {{tl|align}}
* {{tl|align}}
* {{tl|center}}
* {{tl|center}}, {{tl|right}} and {{tl|left}}
* {{tl|left}}
* {{tl|float center}}, {{tl|float right}} and {{tl|float left}}
* {{tl|float right}}
* {{tl|Image frame}}
* {{tl|Image frame}}



Revision as of 14:51, 7 January 2020

Description

It is to right align elements on a page. The only parameter is the content to be aligned. See also Template:Align for more options and flexibility.

Usage

With no input arguments, it saves typing the following text (in a table):

style="text-align:right"|

To use, type {{right}} at the start of the table cell. It will leave Category:Pages using right with no input arguments.

With an input argument, it saves typing:

<div style="float:right;">...</div>

To use, type {{right|content}} to align contents.

Examples

Example 1

Example 2

See also