|
k (1 versie geïmporteerd: Importeren dump EMont-core DeltaExpertise 4 november 2015)
|
|||
| Regel 9: | Regel 9: | ||
# 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. |
# 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 |
+ | Use the <nowiki>Template:{{External link}}</nowiki> for including a link in a page. |
The template should be called in the following format: |
The template should be called in the following format: |
||
<pre> |
<pre> |
||
{{Resource Description |
{{Resource Description |
||
| + | |file name= |
||
| + | |created in page= |
||
|type= |
|type= |
||
|bibtex type= |
|bibtex type= |
||
| Regel 41: | Regel 43: | ||
Edit the page to see the template text. |
Edit the page to see the template text. |
||
</noinclude><includeonly>{| class="wikitable" |
</noinclude><includeonly>{| class="wikitable" |
||
| + | ! file name |
||
| + | | {{#if: {{{file name|}}} | [[File name::File:{{{file name|}}}]] }} |
||
| + | |- |
||
| + | ! creaed in page |
||
| + | | [[Created in page::{{{created in page|}}}]] |
||
| + | |- |
||
! type |
! type |
||
| {{#arraymap:{{{type|}}}|,|x|[[Resource type::x]]}} |
| {{#arraymap:{{{type|}}}|,|x|[[Resource type::x]]}} |
||
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:
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=
|booktitle=
|alt tag=
|creator=
|date=
|chapter=
|organization=
|institution=
|address=
|location=
|journal=
|edition=
|publisher=
|howpublished=
|series=
|volume=
|number=
|crossref=
|description=
|subject=
|hyperlink=
}}
Edit the page to see the template text.