Template:Style

From Esolang
Jump to navigation Jump to search

Shortcut for text styling.

Example usage

{{style
|text=hello
|size=20
|color=teal
|font=serif
|align=middle
}}

What it looks like:

hello

Boxes

Boxes are created like this:

{{style
|box=1
|border=1
|float=left
|color=rgb(0,255,0)
|width=256
|height=240
}}

What it looks like: