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

From Slicer Wiki
Jump to: navigation, search
m (Text replacement - "slicerWiki/index.php" to "wiki")
 
(68 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Gallery | height=100 | lines=1 | align=center |
+
<noinclude>{{documentation/versioncheck}}</noinclude>
| Image:Logo-namicnew2.jpg
+
= Use of get_web_data and for_external_table =
| Image:GE-logo.png
+
 
| Image:ITK logo.png
+
The raw set of data retrieved using this [http://wiki.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data URL] is reported below:
 +
 
 +
{{ambox
 +
| type      = content
 +
| text      = There are two extra empty lines !
 
}}
 
}}
 +
 +
<pre>
  
  
{{Gallery
+
Name,Color,Shape
|height=100
+
Apple,Red,Round
|lines=1
+
Banana,Yellow,Oblong
|align=center
+
Orange,Orange,Round
|File:Federal Hall NYC 27.JPG|alt1=Back of statue facing a city building whose facade is Greek columns covered by a huge U.S. flag|The statue of Washington outside [[Federal Hall]] in [[New York City]], looking on [[Wall Street]].
+
Pear,Yellow,"Pear-shaped"
|File:Mount Rushmore2.jpg|alt2=Profile of stone face jutting out from a mountainside. Three workers clamber over it, each about the height of the face's upper lip.|Construction on the George Washington portrait at [[Mount Rushmore]], c. 1932.
+
</pre>
|File:2006 Quarter Proof.png|alt3=Shiny silver coin with profile of Washington bust. He faces left regally and wears a colonial-style queue in his hair. "UNITED STATES OF AMERICA" is at top, "QUARTER DOLLAR" at bottom, "LIBERTY" at left, and "IN GOD WE TRUST" above "S" at right. Just below the bust is "JF uc" in tiny letters.|Washington is commemorated on the [[Quarter (United States coin)|quarter]].
+
 
|File:George Washington Presidential $1 Coin obverse.png|alt4=Gold coin with bust of Washington facing slightly left of but looking sternly straight at the viewer. "GEORGE WASHINGTON" is above, "1st PRESIDENT 1789–1797" below, and "JFM" in tiny letters at the bust's base.|Washington is also commemorated on some [[dollar coin (United States)|dollar coins]].
+
{{ambox
 +
| type      = speedy
 +
| text      = The following table should contains Fruits
 
}}
 
}}
 +
 +
<pre>
 +
{{#get_web_data:url=http://wiki.slicer.org/wiki/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}}} }}
 +
|}
 +
</pre>
 +
 +
= Use of get_web_data and external_value =
 +
 +
 +
== Using filter as template parameter ==
 +
<pre>
 +
{{#get_web_data:
 +
url=http://wiki.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data
 +
|format=CSV with header
 +
|data=bananashape0=Shape
 +
|filters=Name=Banana
 +
}}
 +
* {{#external_value:bananashape0}}
 +
</pre>
 +
 +
{{#get_web_data:
 +
url=http://wiki.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data
 +
|format=CSV with header
 +
|data=bananashape0=Shape
 +
|filters=Name=Banana
 +
}}
 +
* {{#external_value:bananashape0}}
 +
 +
 +
== Using filter as URL parameter ==
 +
<pre>
 +
{{#get_web_data:
 +
url=http://wiki.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name=Banana
 +
|format=CSV with header
 +
|data=bananashape1=Shape
 +
}}
 +
* {{#external_value:bananashape1}}
 +
</pre>
 +
 +
{{#get_web_data:
 +
url=http://wiki.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name=Banana
 +
|format=CSV with header
 +
|data=bananashape1=Shape
 +
}}
 +
* {{#external_value:bananashape1}}
 +
 +
 +
== Using fullurl ==
 +
 +
<pre>
 +
{{#get_web_data:
 +
url={{fullurl:Special:GetData/Documentation/4.0/Developers/Sandbox_data}}
 +
|format=CSV with header
 +
|data=bananashape2=Shape
 +
|filters=Name=Banana
 +
}}
 +
* {{#external_value:bananashape2}}
 +
</pre>
 +
 +
{{fullurl:Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name=Banana}}
 +
 +
{{#get_web_data:
 +
url={{fullurl:Special:GetData/Documentation/4.0/Developers/Sandbox_data}}
 +
|format=CSV with header
 +
|data=bananashape2=Shape
 +
|filters=Name=Banana
 +
}}
 +
* {{#external_value:bananashape2}}
 +
 +
= Debug module-footer template =
 +
 +
[[Category:Documentation/{{documentation/version}}/Modules|DicomToNrrdConverter]]
 +
{{#if: {{documentation/{{documentation/version}}/module-category}} | <!-- The following category will be 'MainCategory' assuming category parameter was 'MainCategory.SubCategory'-->
 +
[[Category:Documentation/{{documentation/version}}/Modules/{{Strloc_prefix|{{documentation/{{documentation/version}}/module-category}}|strloc= {{strfind_short|{{documentation/{{documentation/version}}/module-category}}|.|1|lenstr={{strlen_quick|{{documentation/{{documentation/version}}/module-category}}}}|}}-1}}|DicomToNrrdConverter]]
 +
[[Category:Documentation/{{documentation/version}}/Modules/{{documentation/{{documentation/version}}/module-category}}|DicomToNrrdConverter]]
 +
| }}

Latest revision as of 17:02, 21 November 2019

Home < Documentation < 4.0 < Developers < Sandbox


For the latest Slicer documentation, visit the read-the-docs.


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/wiki/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/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data
|format=CSV with header
|data=bananashape0=Shape
|filters=Name=Banana
}}
* {{#external_value:bananashape0}}


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


Using filter as URL parameter

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


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


Using fullurl

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

https://www.slicer.org/wiki/Special:GetData/Documentation/4.0/Developers/Sandbox_data,Name%3DBanana


  • Oblong

Debug module-footer template