Template:Style P-Title: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>{{Text for paragraph styles
<noinclude>{{Text for paragraph styles
  | description = '''Title'''. This style is used to highlight title. It has level 3 header. For custom level use {{t|Style P-Title level}}
  | description = '''Title'''. This style is used to highlight title. For custom level title use {{t|Style P-Title level}}
  | modifications = text-align: center; font-size: 150%; font-weight: bold; line above and below; small capitals; HTML tag <nowiki><h3></nowiki>
  | modifications = text-align: center; font-size: 150%; font-weight: bold; line above and below; small capitals;  
  | to copy = Style P-Title{{!}}
  | to copy = Style P-Title{{!}}
}}
}}
Line 14: Line 14:


== Result ==
== Result ==
<h3 style="text-align: center; font-size: 150%; font-weight: bold;">Some title</h3>
<p style="text-align: center; font-size: 150%; font-weight: bold; font-variant: small-caps;">Some title</p>


First paragraph of a regular text.
First paragraph of a regular text.
Line 20: Line 20:


</noinclude>
</noinclude>
<includeonly><h3 style="text-align: center; font-size: 150%; font-weight: bold; font-variant: small-caps;">{{{1|}}}</h3></includeonly>
<includeonly><p style="text-align: center; font-size: 150%; font-weight: bold; font-variant: small-caps;">{{{1|}}}</p></includeonly>