Jump to content

Template:TextBlock

From SpinetiX Wiki

Template documentation

This template displays a distinctive text block, which may contain a title and/or a description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

The title, written with a bigger font size.

Stringsuggested
Descriptiondescription

A longer text displayed as a separate paragraph than the title and with regular font size.

Example
[https://www.spinetix.com/elementi/new-release '''See what's new in Elementi''']
Contentsuggested
CSS classclass

Additional CSS class. To reverse the order of the inner blocks, use class=reverse .

Suggested values
reverse right left
Stringoptional
CSS stylecssStyle

Additional block styling provided as CSS code.

Example
border-color:#005FAB; max-width:180px;
Stringoptional
Note Note:
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; }}
{{TextBlock | title=New [[Elementi 2025]]! | description=[https://www.spinetix.com/elementi/new-release '''See what's new in Elementi'''] }}

See also