Difference between revisions of "Junk"

From DUNE
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
[[Category:Institution]]
 
[[Category:Institution]]
 
|?Has name
 
|?Has name
|?Has URL
+
|?Has url
 
}}
 
}}
  
Line 16: Line 16:
 
{{#ask:
 
{{#ask:
 
[[Category:Institution]]
 
[[Category:Institution]]
|?Has URL
+
|?Has url
 
|?Has country
 
|?Has country
 
}}
 
}}
Line 23: Line 23:
 
{{#ask:
 
{{#ask:
 
[[Category:Institution]] [[Is owned by::DOE]]
 
[[Category:Institution]] [[Is owned by::DOE]]
| ?Has url
+
| ?Has url=
 
| format=ul
 
| format=ul
 
}}
 
}}
 +
 +
BNL is owned by {{#show: Brookhaven National Lab | ?Is owned by=}}.  That ownership in the previous sentence is a result of a query.
 +
 +
= outline =
 +
 +
{{#ask:
 +
[[Category:Institution]]
 +
|?Has country
 +
|?Is owned by
 +
|format=outline
 +
|outlineproperties=Has country, Is owned by
 +
|sort=Has country}}
 +
 +
= external data =
 +
{{#get_db_data: db=collab
 +
|from=members_institution
 +
|limit=10
 +
|where=1
 +
|data=nick=short_name,name=full_name,country=country,address=address
 +
}}
 +
 +
Simple text
 +
 +
{{#for_external_table:<nowiki/>
 +
* {{{nick}}}, {{{address}}}, {{{country}}}
 +
}}
 +
 +
As table:
 +
 +
{| class="wikitable"
 +
! Name
 +
! Address
 +
! Country{{#for_external_table:<nowiki/>
 +
{{!}}-
 +
{{!}} {{{name}}}
 +
{{!}} {{{address}}}
 +
{{!}} {{{country}}}
 +
}}
 +
|}

Latest revision as of 15:12, 6 January 2015

Display a map

{{#display_map: 40.8705292, -72.8840914}}

{{#display_map: 40.8705292, -72.8840914}}

Result form

List of institutions

 Has nameHas url
Brookhaven National LabBrookhaven National Labhttp://www.bnl.gov/

List of institutions owned by DOE in default result format (table)

 Has urlHas country
Brookhaven National Labhttp://www.bnl.gov/USA

Same, but use an unordered list:

BNL is owned by DOE. That ownership in the previous sentence is a result of a query.

outline

 Has countryIs owned by
Brookhaven National LabUSADOE

external data

{{#get_db_data: db=collab |from=members_institution |limit=10 |where=1 |data=nick=short_name,name=full_name,country=country,address=address }}

Simple text

{{#for_external_table:

  • {{{nick}}}, {{{address}}}, {{{country}}}

}}

As table:

Name Address Country{{#for_external_table:
{{{name}}} {{{address}}} {{{country}}}

}}