This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:wiki:syntax [2019/08/13 10:28] – cbuehler | en:wiki:syntax [2023/04/25 10:59] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 525: | Line 525: | ||
~~INFO: | ~~INFO: | ||
- | ====== | + | ====== |
Place this code sample in your playground: | Place this code sample in your playground: | ||
Line 551: | Line 551: | ||
Beware that not all color specifications work on all browsers. | Beware that not all color specifications work on all browsers. | ||
Check [[https:// | 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, ...) | ||