This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:wiki:syntax [2019/08/13 10:22] – created cbuehler | en:wiki:syntax [2023/04/25 10:59] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 524: | Line 524: | ||
~~INFO: | ~~INFO: | ||
+ | |||
+ | ====== Color Plugin ====== | ||
+ | |||
+ | Place this code sample in your playground: | ||
+ | |||
+ | < | ||
+ | <color green> | ||
+ | <color blue/ | ||
+ | <color # | ||
+ | <color /# | ||
+ | <color rgb(80%, | ||
+ | <color hsl(120, | ||
+ | </ | ||
+ | |||
+ | and you will see something like this: | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | This plugin supports the [[wp> | ||
+ | hex triples (like #123 or #123456 for rgb), | ||
+ | hex quadruples (#1234 or #12345678 for rgba), | ||
+ | [[https:// | ||
+ | color specifications. | ||
+ | This plugin does not try hard to catch syntax errors in your color specifications, | ||
+ | If you use these specifications wrong, you may simply notice that they won't work. | ||
+ | Beware that not all color specifications work on all browsers. | ||
+ | Check [[https:// | ||
+ | |||
+ | ====== Cell Background Plugin ====== | ||
+ | |||
+ | ===== Syntax and Usage ===== | ||
+ | |||
+ | A background color is introduced by '' | ||
+ | You can use all names and color codes from HTML.\\ | ||
+ | If you don't specify a color, yellow is used.\\ | ||
+ | See examples below: | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | This code : | ||
+ | < | ||
+ | ^ Header 1 | ||
+ | | @lightgreen: | ||
+ | | @# | ||
+ | | Ligne 2 | Oui | ||
+ | | @:Ligne 3 | Oui | @red: | ||
+ | </ | ||
+ | looks like : \\ | ||
+ | ^ Header 1 | ||
+ | | @lightgreen: | ||
+ | | @# | ||
+ | | Ligne 2 | Oui | ||
+ | | @:Ligne 3 | Oui | @red: | ||
+ | |||
+ | This one : | ||
+ | < | ||
+ | | @palegreen: | ||
+ | </ | ||
+ | looks like : \\ | ||
+ | | @palegreen: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Features ===== | ||
+ | * Uses HTML color codes and names [[http:// | ||
+ | * Works with other table formatting (alignment, bold, ...) | ||
+ |