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:26] – cbuehler | en:wiki:syntax [2023/04/25 10:59] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 525: | Line 525: | ||
~~INFO: | ~~INFO: | ||
- | ====== | + | ====== |
- | + | ||
- | ---- plugin ---- | + | |
- | description: | + | |
- | author | + | |
- | email : harald.hanche-olsen@ntnu.no | + | |
- | type : Syntax | + | |
- | lastupdate : 2018-10-12 | + | |
- | compatible : 2009-12-25, 2010-11-07, 2011-05-25, 2012-01-25, 2014-05-05, 2014-09-29d, | + | |
- | depends | + | |
- | conflicts | + | |
- | similar | + | |
- | tags : typography, highlight, color, text | + | |
- | + | ||
- | downloadurl: | + | |
- | sourcerepo : https:// | + | |
- | bugtracker : https:// | + | |
- | + | ||
- | screenshot_img: | + | |
- | ---- | + | |
- | + | ||
- | ===== Installation ===== | + | |
- | + | ||
- | Please use the [[plugin: | + | |
- | + | ||
- | ===== Usage ===== | + | |
Place this code sample in your playground: | Place this code sample in your playground: | ||
Line 576: | 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, ...) | ||