Fruits table: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
(#get_external_data => #get_web_data)
Line 2: Line 2:


All fruits (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with links added to the fruit names as a demonstration):
All fruits (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with links added to the fruit names as a demonstration):
{{#get_external_data:http://discoursedb.org/wiki/Special:GetData/Fruits_data|CSV with header|name=Name|color=Color|shape=Shape}}
{{#get_web_data:url=http://discoursedb.org/wiki/Special:GetData/Fruits_data|format=CSV with header|data=name=Name,color=Color,shape=Shape}}
{| class="wikitable"
{| class="wikitable"
! Name
! Name
Line 15: Line 15:


Yellow fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow):
Yellow fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow):
{{#get_external_data:http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow|CSV with header|name=Name|color=Color|shape=Shape}}
{{#get_web_data:url=http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow|format=CSV with header|data=name=Name,color=Color,shape=Shape}}
{| class="wikitable"
{| class="wikitable"
! Name
! Name
Line 27: Line 27:




Red fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with an additional "color==Red" filter placed in the call):
Red fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with an additional "color=Red" filter placed in the call):
{{#get_external_data:http://discoursedb.org/wiki/Special:GetData/Fruits_data|CSV with header|color==Red|name=Name|color=Color|shape=Shape}}
{{#get_web_data:url=http://discoursedb.org/wiki/Special:GetData/Fruits_data|format=CSV with header|filters=color=Red|data=name=Name,color=Color,shape=Shape}}
{| class="wikitable"
{| class="wikitable"
! Name
! Name

Revision as of 03:34, October 13, 2010

Data was retrieved from the fruits data page, using the External Data extension.

All fruits (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with links added to the fruit names as a demonstration):

Name Color Shape


Yellow fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow):

Name Color Shape


Red fruits only (retrieved from the URL http://discoursedb.org/wiki/Special:GetData/Fruits_data, with an additional "color=Red" filter placed in the call):

Name Color Shape