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

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

Revision as of 08:36, 2 February 2012

Home < Documentation < 4.0 < Developers < Sandbox

Back to Developers Information

Use of get_web_data and for_external_table

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"
{{#get_web_data:url=http://wiki.slicer.org/slicerWiki/index.php/Special:GetData/Documentation/4.0/Developers/Sandbox_data|format=CSV with header|data=name=Name,color=Color,shape=Shape}}
{| class="wikitable"
! Name
! Color {{#for_external_table:<nowiki/>
{{!}}-
{{!}} [[{{{name}}}]]
{{!}} {{{color}}} }}
|}

Use of get_web_data and external_value

Using filter as template parameter

{{#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
}}
* {{#external_value:bananashape}}


  • Error: no local variable "bananashape" was set.

Using filter as URL parameter

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


  • Error: no local variable "bananashape" was set.

Using fullurl

{{#get_web_data:
url={{fullurl:Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name=Banana}}
|format=CSV with header
|data=bananashape=Shape
}}
* {{#external_value:bananashape}}

Error: No contents found at URL https://www.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name%3DBanana.

  • Error: no local variable "bananashape" was set.