Template:TextBlock
From SpinetiX Support Wiki
Template documentation
The TextBlock template displays a distinctive text block, which may contain a title and/or a description.
It accepts the following parameters:
- class
- Additional CSS class. To reverse the order of the inner blocks, use
class=reverse
.
- Additional CSS class. To reverse the order of the inner blocks, use
- cssStyle
- Additional block styling provided as CSS code.
- description
- A longer text displayed as a separate paragraph than the title and with regular font size.
- title
- The title, written with a bigger font size.
The entire section is styled with the "textBlock" class, defined in Common.css.
Examples
{{TextBlock|description=[https://www.spinetix.com/elementi/new-release '''See what's new in Elementi''']}}
{{TextBlock | title=[[Elementi 2018 Widgets]] | class=right | cssStyle=border-color:#005FAB; max-width:180px; }}
See also
- {{ImageBlock}}
- {{DSOSLicensesBlock}}