Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:extensions:colorizer:documentation:functions [2013/12/18 11:35] swarnat created |
en:extensions:colorizer:documentation:functions [2013/12/18 11:38] (current) swarnat |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 2. Functions ====== | + | ====== 2. Basic Functions ====== |
| ==== Check References ==== | ==== Check References ==== | ||
| Line 20: | Line 20: | ||
| Like some of you may have identified, these are strings from the url of the linked record. //This is correct.// | Like some of you may have identified, these are strings from the url of the linked record. //This is correct.// | ||
| To check the Content, the Colorizer replace the content of these fields with the complete Link to the Record. | To check the Content, the Colorizer replace the content of these fields with the complete Link to the Record. | ||
| + | |||
| + | ==== BBCode ==== | ||
| + | |||
| + | You could enable the usage of BBCode for single fields, regardless the type, inside the Colorizer Management. | ||
| + | All default BBCodes could be used to format the text. | ||
| + | |||
| + | **Examples:** | ||
| + | <code> | ||
| + | [url]http://www.domain.com[/url] – URLs in every field | ||
| + | [url=http://www.domain.com]link to Domain[/url] - URLs with special label | ||
| + | [img]http://www.domain.com/path/to/image.jpg[/img] - Image | ||
| + | [img width=50 height=10]http://www.domain.com/path/to/image.jpg[/img] – resized image, linked to the original | ||
| + | [b]bold text[/b] | ||
| + | [youtube]VideoID[/youtube] | ||
| + | [email]receiver@domain.com[/email] | ||
| + | </code> | ||