测试1
Data was retrieved from the fruits data page, using the External Data extension.
All fruits (retrieved from the URL https://discoursedb.org/wiki/Special:GetData/Fruits_data, with links added to the fruit names as a demonstration): {{#get_web_data:url=https://yc.wiki66.com/%E7%89%B9%E6%AE%8A:GetData/%E6%B5%8B%E8%AF%951%7Cformat=CSV with header|data=name=Name,color=Color,shape=Shape}}
| Name | Color | Shape {{#for_external_table: |
|---|---|---|
| [[{{{name}}}]] | {{{color}}} | {{{shape}}} }} |
Yellow fruits only (retrieved from the URL https://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow):
{{#get_web_data:url=https://discoursedb.org/wiki/Special:GetData/Fruits_data?Color=Yellow%7Cformat=CSV with header|data=name=Name,color=Color,shape=Shape}}
| Name | Color | Shape {{#for_external_table: |
|---|---|---|
| {{{name}}} | {{{color}}} | {{{shape}}} }} |
Red fruits only (retrieved from the URL https://discoursedb.org/wiki/Special:GetData/Fruits_data, with an additional "color=Red" filter placed in the call):
{{#get_web_data:url=https://discoursedb.org/wiki/Special:GetData/Fruits_data%7Cformat=CSV with header|filters=color=Red|data=name=Name,color=Color,shape=Shape}}
| Name | Color | Shape {{#for_external_table: |
|---|---|---|
| {{{name}}} | {{{color}}} | {{{shape}}} }} |