Template:Typography
Template page
More actions
Simple text typography
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Inline | inline | Whether the text is in a line (true) or by itself (false)
| Boolean | optional |
| Size | size | Size of the text
| String | suggested |
| Font | font | Font to use for the text
| String | suggested |
| Color | color | Color of the text
| String | optional |
| Shadow | shadow | Shadow for the text
| String | optional |
| Background | background | Background of the text
| String | optional |
| Align | align | Alignment of the text
| String | suggested |
| Block margin | margin-block | Margin around the text
| String | optional |
| Text | text | no description | Content | required |
Example
{{Typography
|size=xx-large
|font=monospace
|color=red
|shadow=1px 1px 1px green
|background=var(--color-surface-2)
|align=center
|margin-block=1rem 6rem
|text=hello
}}
hello