The Hoof & Paw
DocsCategoriesTagsView the current conditions from the WolfspyreLabs WeatherstationToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Color Shortcode

Locally implemented shortcode: color

I found this post on how to make a shortcode which shows a given color. I’ve implemented it in our rig as two different shortcodes.

The color shortcode:

1
{{<color "blue" >}}

Should work as expected: blue

This is managed by the file layouts/shortcodes/color.html

There is also the jewel variant of this shortcode which is managed through the file layouts/shortcodes/jewel.html