Template:Style P-Title: Difference between revisions
No edit summary |
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 = '''Title'''. This style is used to highlight title. | | 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 | | 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{{!}} | ||
}} | }} | ||
Example | == Example == | ||
- | |||
< | <pre>{{Style P-Title|Some title}} | ||
First paragraph of a regular text. | |||
</pre> | |||
== Result == | |||
<p style="text-indent: 0; text-align: center; font-size: 150%; font-weight: bold; font-variant: small-caps;">Some title</p> | |||
First paragraph of a regular text. | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly><p style="text-indent: 0; text-align: center; font-size: 150%; font-weight: bold; font-variant: small-caps;">{{{1|}}}</p></includeonly> | ||
< | |||
</includeonly> |
Latest revision as of 04:30, 21 December 2021
This style is to design paragraph in text. To highligt just several symbols use templates for symbol styles.
Title. This style is used to highlight title. For custom level title use {{Style P-Title level}}
Modifications:
- text-align: center
- font-size: 150%
- font-weight: bold
- line above and below
- small capitals
To copy:
{{Style P-Title|}}
Example
{{Style P-Title|Some title}} First paragraph of a regular text.
Result
Some title
First paragraph of a regular text.