Difference between revisions of "Documentation/4.0/Developers/Sandbox"

From Slicer Wiki
Jump to: navigation, search
Line 39: Line 39:
 
}}
 
}}
  
 +
<pre>
 
{{#get_web_data:
 
{{#get_web_data:
 
url=http://wiki.slicer.org/slicerWiki/index.php/Special:GetData/Documentation/4.0/Developers/Sandbox_data
 
url=http://wiki.slicer.org/slicerWiki/index.php/Special:GetData/Documentation/4.0/Developers/Sandbox_data
 
|format=CSV with header
 
|format=CSV with header
|data=BananaShape=Shape
+
|data=bananashape=Shape
 
|filters=Name=Banana
 
|filters=Name=Banana
 
}}
 
}}
{{{BananaShape}}}
+
</pre>
 +
 
 +
{{#get_web_data:
 +
url=http://wiki.slicer.org/slicerWiki/index.php/Special:GetData/Documentation/4.0/Developers/Sandbox_data
 +
|format=CSV with header
 +
|data=bananashape=Shape
 +
|filters=Name=Banana
 +
}}
 +
* bananashape:{{{bananashape}}}

Revision as of 08:25, 2 February 2012

Home < Documentation < 4.0 < Developers < Sandbox

Back to Developers Information

The raw set of data retrieved using this URL is reported below:



Name,Color,Shape
Apple,Red,Round
Banana,Yellow,Oblong
Orange,Orange,Round
Pear,Yellow,"Pear-shaped"



Name Color
{{#get_web_data:
url=http://wiki.slicer.org/slicerWiki/index.php/Special:GetData/Documentation/4.0/Developers/Sandbox_data
|format=CSV with header
|data=bananashape=Shape
|filters=Name=Banana
}}


  • bananashape:{{{bananashape}}}