Template:Right/doc: Difference between revisions

no edit summary
(Div based)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{doc-sub}}
{{documentation subpage}}
{{div-based-template}}
==Usage==
 
This template aligns text to the right. For example,
<nowiki>{{right|'''Example text'''}}</nowiki>
yields
{{right|'''Example text'''}}
 
 
Text can be offset from the right margin by use of a second <tt>offset</tt> parameter, implicitly or by name:
Line 15 ⟶ 12:
both yield
{{right|'''Example text'''|3em}}
 
 
==<nowiki>{{right}}</nowiki> ''versus'' {{tl|float right}}==
Line 39 ⟶ 35:
|}
 
== TemplateData ==
{{TemplateDataHeader}}
<templatedata>
{
"params": {
"1": {
"label": "Text",
"description": "The text to right-align.",
"type": "content",
"required": true
},
"leading-top": {
"label": "Top leading/padding",
"description": "The space to leave at the top of the aligned block. Value in ems (do not specify units).",
"example": "2",
"type": "string",
"default": "0",
"suggested": true
},
"offset": {
"aliases": [
"2"
],
"label": "Offset",
"description": "The right margin.",
"example": "3em",
"type": "string",
"default": "0",
"suggested": true
},
"style": {
"label": "Style",
"description": "Any other CSS rules to apply to the block.",
"type": "string"
}
},
"description": "Align text to the right.",
"paramOrder": [
"1",
"offset",
"leading-top",
"style"
],
"format": "inline"
}
</templatedata>
 
===See also===
Line 91 ⟶ 41:
<!-- template categories and interwiki links -->
<includeonly>
[[Category:Special effects templates|{{PAGENAME}}Template]]
[[Category:Formatting templates]]
 
[[es:Plantilla:Derecha]]
[[id:Templat:Right]]
[[pt:Predefinição:Alinhado à direita]]
</includeonly>