Template:Style: Difference between revisions
No edit summary |
(Undo revision 5400 by Pavel Malakhov (talk)) Tag: Undo |
||
(One intermediate revision by the same user not shown) | |||
(No difference)
|
Latest revision as of 03:35, 22 April 2022
This template applies CSS rules to the text and treats it as a block if allign parameter is set.
To copy:
{{Style|text=|css=|allign=}}
If allign is set, then text will be wrapped in <div> tag and handled as a block, otherwise it keeps inline arrangement.
Examples
1. {{Style|text=Some note|css=color: #8B4513; background: #FFE4B5;|allign=}}:
2. {{Style|text=Some note|css=|allign=center}}:
Some note
3. {{Style|text=Some note|css=|allign=right}}:
Some note