Template:Float right: Difference between revisions

{{right}} versus {{float right}}
(I'm amazed this was working)
({{right}} versus {{float right}})
Line 5:
[[Category:Special effects templates|{{PAGENAME}}]]
</noinclude>
 
==<nowiki>{{right}}</nowiki> ''versus'' <nowiki>{{float right}}</nowiki>==
This template, <nowiki>{{float right}}</nowiki>, takes a block of text out of the normal text flow, and floats it as far right as possible, without changing how it is aligned; other text can flow around it, as if it were a picture or diagram. {{tl|right}} retains the text in the normal flow, but causes it to be aligned along the right margin.
 
{| class="prettytable" width="100%" cellpadding="20"
|-
| width="50%" | {{Lorem ipsum}}
 
{{right|'''This text is'''<br/>
'''right aligned'''<br/>
'''using <nowiki>{{right}}</nowiki>.'''}}
 
''{{Lorem ipsum}}''
| width="50%" | {{Lorem ipsum}}
 
{{float right|'''This text is'''<br/>
'''floated right'''<br/>
'''using <nowiki>{{float right}}</nowiki>.'''}}
 
''{{Lorem ipsum}}''
|}
Anonymous user