Sjabloon:Resource Description: verschil tussen versies

 
(5 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 19: Regel 19:
 
|bibtex type=
 
|bibtex type=
 
|title=
 
|title=
  +
|creator=
  +
|date=
  +
|hyperlink=
  +
|wikipage=
 
|booktitle=
 
|booktitle=
 
|alt tag=
 
|alt tag=
|creator=
 
|date=
 
 
|chapter=
 
|chapter=
 
|organization=
 
|organization=
Regel 38: Regel 40:
 
|description=
 
|description=
 
|subject=
 
|subject=
|hyperlink=
 
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
+
</noinclude><includeonly><div style="display:none;">
  +
{{#set:Semantic title|{{{title|}}}}}
  +
{{#set:Heading={{{Title|}}}}}
  +
{{#set:Heading nl={{{Title|}}}}}
  +
{{#vardefine:varPaginanaam|{{FULLPAGENAME}}}}
  +
{{#set:Topcontext={{#var:varTopcontext}}}}
  +
{{#set:Self={{#var:varPaginanaam}}}} <!-- for semantic title purposes -->
  +
{{#set:Pagename={{#var:varPaginanaam}}}}
  +
</div>
  +
{| class="wikitable"
 
! file name
 
! file name
 
| {{#if: {{{file name|}}} | [[File name::File:{{{file name|}}}]] }}
 
| {{#if: {{{file name|}}} | [[File name::File:{{{file name|}}}]] }}
Regel 57: Regel 67:
 
! title
 
! title
 
| [[Dct:title::{{{title|}}}]]  
 
| [[Dct:title::{{{title|}}}]]  
  +
|-
  +
! creator
  +
| [[Dct:creator::{{{creator|}}}]]
  +
|-
  +
! date
  +
| [[Dct:date::{{{date|}}}]]
  +
|-
  +
! hyperlink
  +
| [[Hyperlink::{{{hyperlink|}}}]]
  +
|-
  +
! wikipage
  +
| [[Wikipage::{{{wikipage|}}}]]
 
|-
 
|-
 
! booktitle
 
! booktitle
Regel 62: Regel 84:
 
|-
 
|-
 
! alt tag
 
! alt tag
| [[Alt tag::{{{alt tag|}}}]]
+
| [[Alt tag::{{{alt tag|}}}]]  
|-
 
! creator
 
|  [[Dct:creator::{{{creator|}}}]]
 
|-
 
! date
 
|  [[Dct:date::{{{date|}}}]]  
 
 
|-
 
|-
 
! chapter
 
! chapter
| [[Chapter::{{{chapter|}}}]]  
+
| [[Chapter::{{{chapter|}}}]]  
 
|-
 
|-
 
! organization
 
! organization
| [[Organization::{{{organization|}}}]]
+
| [[Organization::{{{organization|}}}]]
 
|-
 
|-
 
! institution
 
! institution
| [[Institution::{{{institution|}}}]]  
+
| [[Institution::{{{institution|}}}]]  
 
|-
 
|-
 
! address
 
! address
| [[Address::{{{address|}}}]]  
+
| [[Address::{{{address|}}}]]  
 
|-
 
|-
 
! location
 
! location
| [[Location::{{{location|}}}]]  
+
| [[Location::{{{location|}}}]]  
 
|-
 
|-
 
! journal
 
! journal
| [[Journal::{{{journal|}}}]]  
+
| [[Journal::{{{journal|}}}]]  
 
|-
 
|-
 
! edition
 
! edition
| [[Edition::{{{edition|}}}]]  
+
| [[Edition::{{{edition|}}}]]  
 
|-
 
|-
 
! publisher
 
! publisher
| [[Dct:publisher::{{{publisher|}}}]]  
+
| [[Dct:publisher::{{{publisher|}}}]]  
 
|-
 
|-
 
! howpublished
 
! howpublished
| [[Howpublished::{{{howpublished|}}}]]  
+
| [[Howpublished::{{{howpublished|}}}]]  
 
|-
 
|-
 
! series
 
! series
| [[Series::{{{series|}}}]]  
+
| [[Series::{{{series|}}}]]  
 
|-
 
|-
 
! volume
 
! volume
| [[Volume::{{{volume|}}}]]  
+
| [[Volume::{{{volume|}}}]]  
 
|-
 
|-
 
! number
 
! number
| [[Bibtex:number::{{{number|}}}]]  
+
| [[Bibtex:number::{{{number|}}}]]  
 
|-
 
|-
 
! crossref
 
! crossref
| [[Crossref::{{{crossref|}}}]]  
+
| [[Crossref::{{{crossref|}}}]]  
 
|-
 
|-
 
! description
 
! description
| [[Dct:description::{{{description|}}}]]  
+
| [[Dct:description::{{{description|}}}]]  
 
|-
 
|-
 
! subject
 
! subject
 
| {{#arraymap:{{{subject|}}}|,|x|[[Dct:subject::x]]}}
 
| {{#arraymap:{{{subject|}}}|,|x|[[Dct:subject::x]]}}
|-
 
! hyperlink
 
|  [[Hyperlink::{{{hyperlink|}}}]]
 
 
|}
 
|}
   
 
[[Category:Resource Description]]
 
[[Category:Resource Description]]
 
</includeonly>
 
</includeonly>

Huidige versie van 9 jun 2016 om 06:11

This is the "Resource Description" template.

It is used to add metadata to resources. In particular, a resource can be described with SKOS Concepts for tagging purposes. This template can be used in two ways:

  1. adding metadata to File:... pages. The Resource Description template should be included in a File:... page.
  2. adding metadata to external www resources. In this case, the Form should be used to create Resource Description pages. The link should be passed as the Hyperlink argument.

Use the Template:{{External link}} for including a link in a page.

The template should be called in the following format:

{{Resource Description
|file name=
|created in page=
|type=
|bibtex type=
|title=
|creator=
|date=
|hyperlink=
|wikipage=
|booktitle=
|alt tag=
|chapter=
|organization=
|institution=
|address=
|location=
|journal=
|edition=
|publisher=
|howpublished=
|series=
|volume=
|number=
|crossref=
|description=
|subject=
}}

Edit the page to see the template text.