Difference between revisions of "Piston State"
From webCoRE Wiki - Web-enabled Community's own Rule Engine
Line 2: | Line 2: | ||
e.g. [[File:piston_State_Example.png]] | e.g. [[File:piston_State_Example.png]] | ||
+ | |||
The displayed text can be formatted using the following | The displayed text can be formatted using the following | ||
+ | |||
[format | class] | [format | class] | ||
+ | |||
The format is separated from the class using a pipe character | . The class is a comma or space separated list of the following | The format is separated from the class using a pipe character | . The class is a comma or space separated list of the following | ||
Line 15: | Line 18: | ||
* #XXXXXX >>> rgb colour | * #XXXXXX >>> rgb colour | ||
* (colour name)>>> a css colour name, red, orange, blue, violet, lime. A list of CSS colours can be found [https://www.w3schools.com/cssref/css_colors.asp here] | * (colour name)>>> a css colour name, red, orange, blue, violet, lime. A list of CSS colours can be found [https://www.w3schools.com/cssref/css_colors.asp here] | ||
+ | |||
+ | Examples: | ||
+ | |||
+ | [[File:piston_State_bold.png]] |
Revision as of 19:33, 14 May 2017
Piston States can be used to show a brief overview of what is happening in a piston
The displayed text can be formatted using the following
[format | class]
The format is separated from the class using a pipe character | . The class is a comma or space separated list of the following
- b >>> bold text
- i >>> italic text
- u >>> underlined text
- s >>> strikethrough
- #XXXXXX >>> rgb colour
- (colour name)>>> a css colour name, red, orange, blue, violet, lime. A list of CSS colours can be found here
Examples: