Wikka Documentation

Color/ Colour Action Documentation

This is the documentation page for the Color / Colour action(s).

Documentation


Short description
Displays a given text in a given color.

Parameters
name type required? default description
text string mandatory - the text you want to display colored
c string (mandatory) - color you want to use, like "blue"
hex string? (mandatory) - color in hex values


Long description
With the actions "color" and "colour" (the later one is a synonymon) you can display a test in a color you want.

Note that you must add a text and either use "c" or "hex" for the color.

Usage:
{{color [text="This is my text"] [c="red"]}}


Examples:
{{color c="green" text="This is a test."}} gives:

This is a test.

If you want to use hex values:

{{color hex="#DD0000" text="This is another test."}} to give:

This is another test.


Author
?


CategoryDocumentation
XML Revisions of $tag
Page history :: Last Editor : Chestnut :: Owner : Chestnut ::
Valid XHTML :: Valid CSS :: Powered by pnWikka 1.0 (A wiki fork from WikkaWiki)
 
DarkMindZ