Template:Style P-Align right: Difference between revisions

m
no edit summary
(Created page with "<noinclude>{{Text for paragraph styles | description = '''Text aligned right'''. This style is used to align text to the right | modifications = text-align: center; | to c...")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{Text for paragraph styles
<noinclude>{{Text for paragraph styles
  | description = '''Text aligned right'''. This style is used to align text to the right
  | description = '''Text aligned right'''. This style is used to align text to the right
  | modifications = text-align: center;  
  | modifications = text-align: right;  
  | to copy = Style P-Align right{{!}}
  | to copy = Style P-Align right{{!}}
}}
}}


Example:
'''Example:'''
----
----
<div style="text-align: right;">Sample text</div>
<p style="text-align: right; text-indent:0;">Sample text.</p>


<includeonly><p style="text-align: right; ">{{{1|}}}</p></includeonly>
</noinclude><includeonly><p style="text-align: right; text-indent:0;">{{{1|}}}</p></includeonly>