Difference between revisions of "Piston State"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
Line 28: Line 28:
 
* u >>> underlined text
 
* u >>> underlined text
 
* s >>> strikethrough
 
* s >>> strikethrough
 +
* pre >>> preformatted text (allows multiple blank characters used for alignment)
 
* #XXXXXX >>> hex colour
 
* #XXXXXX >>> hex colour
 
* colour name>>> a css colour name e.g. 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 e.g. red, orange, blue, violet, lime. A list of CSS colours can be found [https://www.w3schools.com/cssref/css_colors.asp here]

Revision as of 13:25, 25 May 2017

Piston States can be used to show a brief overview of what is happening in a piston


e.g. Piston State Example.png


To enable this feature you need to disable automatic piston state in the piston settings option. This can be found by clicking the name of your piston in the edit screen

Disablestate.png


You can then set the piston state by adding the task below

Setstate.png


The displayed text can be formatted using the following


[class | text]


The text 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
  • pre >>> preformatted text (allows multiple blank characters used for alignment)
  • #XXXXXX >>> hex colour
  • colour name>>> a css colour name e.g. red, orange, blue, violet, lime. A list of CSS colours can be found here


Example 1:


Piston state bold.png


would give

Bold.png


Example 2:


Red underlined.png


would give

Red underlined3.png


Example 3


Varyesterday.png


would give


Variablestate.png