Wikyll

Wikyll

The next-gen wiki skin for Jekyll.

Main Page

Another

Want to create your own wiki like this? Clone our template!

Thumbnail

The Wikyll logo

The Wikyll logo

thumb is a CSS class in fundamentals.css that renders like MediaWiki’s thumbnail images

Syntax:

> ![My image](/files/image.png){:width="200px"}
>
> My image
{: .thumb }

It is recommended to specify an image size to make sure your image isn’t too big for the page.

So if one were to make a thumbnail image of the Wikyll logo, it should be like:

> ![The Wikyll logo](/files/wikyll.png){:width="200px"}
>
> The Wikyll logo
{: .thumb }

and will render as shown on the right.

The Liquid tag can also be used like this

{% thumb /files/image.png 200 My image %}

But instead of Markdown like usual, it needs to use HTML formatting for the description. (**<strong>)


This page was last edited on June 25, 2025 at 02:43 PM UTC-07