Template:DataService: Difference between revisions

From Ruisdael Observatory Data Catalog
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>DataService Template
<noinclude>DataService Template


</noinclude><includeonly>{| style="width:100%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
</noinclude><includeonly>{| style="width:100%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; padding: 0.2em; clear: right; text-align:left;"
! style="text-align: center; background-color:#6597cb91;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
! style="text-align: center; border-bottom: 1px solid black; border-top: 1px solid black;" colspan="2" |<span style="font-size: larger;">Data Service: {{PAGENAME}}</span>
|-
|-
! name
! name
| [[Foaf:name::{{{name|}}}]]
| [[Foaf:name::{{{name|}}}]]
|-
! organization
| [[creator_organization::{{{creator_organization|}}}]]
|-
|-
! access rights
! access rights
Line 14: Line 17:
|-
|-
! contact point
! contact point
| {{#formredlink:target={{{contactPoint|}}}|form=Person|query string=Person[name]={{{contactPoint|}}}|new window}}  
| {{#arraymap:{{{contactPoint|}}}|,|x|[[contactPoint::x]]}}
|-
|-
! email
! email
Line 24: Line 27:




==Datasets served by {{PAGENAME}} ==
{| style="width:100%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; padding: 0.2em; clear: right; text-align:left;"
 
! style="text-align: center; border-bottom: 1px solid black; border-top: 1px solid black;" colspan="2" |<span style="font-size: larger;">Datasets served by {{PAGENAME}}</span>
TODO
|-
<syntaxhighlight>
| {{#ask: [[Category:Dataset]][[servedBy::{{PAGENAME}}]]
{{#ask: [[Category:Dataset]][[creator::{{PAGENAME}}]]
  |?type
  |?title
|?hasStatus
  |?theme
  |?theme
  |?hasInstitute
  |?hasInstitute
|?publisher
  |format=datatables
|?identifier
|?accessRights
  |format=broadtable
  |limit=50
  |limit=50
  |offset=0
  |offset=0
Line 45: Line 43:
  |searchlabel=... further results
  |searchlabel=... further results
  |class=sortable wikitable smwtable
  |class=sortable wikitable smwtable
|sep=,&#32;Dataset
  |prefix=none
  |prefix=none
|datatables-info=1
|datatables-lengthchange=1
|datatables-ordering=1
|datatables-paging=1
|datatables-searching=1
|datatables-pagingtype=full_numbers
|datatables-pagelength=20
|datatables-lengthmenu=10, 20, 50, 100, 200
|datatables-scroller.displaybuffer=50
|datatables-dom=lfrtip
|datatables-responsive=1
|datatables-searchpanes.collapse=1
|datatables-searchpanes.threshold=0.6
|datatables-searchpanes.mincount=1
}}
}}
</syntaxhighlight>
|}
 
 
{| style="width: 100%; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center;" colspan="2" |<span style="font-size: larger;">Related Media to ''{{PAGENAME}}''</span>
|-
|{{#ask: [[File:+]][[pertainsTo::{{PAGENAME}}]]
|?hasDate
|?hasDescription
|format=datatables
|limit=50
|offset=0
|link=subject
|sort=
|order=asc
|headers=show
|searchlabel=... further results
|class=sortable wikitable smwtable
|theme=bootstrap
}}
|}
 
 
 
[[Category:DataService]]
[[Category:DataService]]
</includeonly>
</includeonly>

Latest revision as of 15:42, 16 September 2024

DataService Template