]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - underlays/basewiki/directive/sparkline.mdwn
add robots directive to all directive pages
[git.ikiwiki.info.git] / underlays / basewiki / directive / sparkline.mdwn
index 53dea26193a5879f6ee37715bb05ae9450fd2653..d6eee728729463aa6f04a5fa3832a4c80d0a685f 100644 (file)
@@ -2,7 +2,7 @@ The `sparkline` directive is supplied by the [[!iki plugins/sparkline]] plugin.
 
 This directive allows for embedding sparklines into wiki pages. A
 sparkline is a small word-size graphic chart, that is designed to be
-inlined alongside text.
+displayes alongside text.
 
 # examples
 
@@ -10,10 +10,6 @@ inlined alongside text.
        featurepoint="4,-3,red,3" featurepoint="5,10,green,3"]]
 
 This creates a simple line graph, graphing several points.
-[[!if test="enabled(sparkline)" then="""
-[[!sparkline 1 3 5 -3 10 0 width=40 height=16
-featurepoint="4,-3,red,3" featurepoint="5,10,green,3"]]
-"""]]
 It will be drawn 40 pixels wide and 16 pixels high. The high point in the
 line has a green marker, and the low point has a red marker.
 
@@ -21,10 +17,6 @@ line has a green marker, and the low point has a red marker.
        barspacing=1 height=13]]
 
 This more complex example generates a bar graph. 
-[[!if test="enabled(sparkline)" then="""
-[[!sparkline 1 -1(red) 1 -1(red) 1 1 1 -1(red) -1(red)
-style=bar barwidth=2 barspacing=1 height=13]]
-"""]]
 The bars are 2 pixels wide, and separated by one pixel, and the graph is 13
 pixels tall. Width is determined automatically for bar graphs. The points
 with negative values are colored red, instead of the default black.
@@ -56,3 +48,5 @@ more detail in [its wiki](http://sparkline.wikispaces.com/usage).
   
   Available values for the text location are: "top", "right", "bottom", and
   "left".
+
+[[!meta robots="noindex, follow"]]