DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:tutorial [2009-10-31 01:35] 66.162.247.154plugin:tutorial [2009-10-31 10:51] (current) – removed ach
Line 1: Line 1:
-====== color plugin ====== 
  
----- plugin ---- 
-description: Opportunity to write colored text in DokuWiki. 
-author     : Christopher Smith 
-email      : chris@jalakai.co.uk 
-type       : Syntax 
-lastupdate : 2008-02-06 
-compatible :  
-depends    :  
-conflicts  
-similar    : fontcolor 
-tags       : typography, highlight 
----- 
-\\  
-\\  
-Here is the syntax sample: 
-\\ 
-  <color blue/lightgrey> text </color> 
-\\ 
-\\  
-Available color: 
-<code php> 
-<?php 
- 
-// HTML 4.01 color names  
-$colornames = array( 
-  'black'   => '#000000', 
-  'navy'    => '#000080', 
-  'blue'    => '#0000FF', 
-  'green'   => '#008000', 
-  'teal'    => '#008080', 
-  'lime'    => '#00FF00', 
-  'aqua'    => '#00FFFF', 
-  'maroon'  => '#800000', 
-  'purple'  => '#800080', 
-  'olive'   => '#808000', 
-  'gray'    => '#808080', 
-  'silver'  => '#C0C0C0', 
-  'red'     => '#FF0000', 
-  'fuchsia' => '#FF00FF', 
-  'yellow'  => '#FFFF00', 
-  'white'   => '#FFFFFF', 
-  'orange'  => '#FFA500' // From CSS 2.1 spec 
-); 
- 
-</code> 
plugin/tutorial.1256949323.txt.gz · Last modified: 2009-10-31 01:35 by 66.162.247.154

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki