k (1 versie geïmporteerd: Importeren dump EMont-core DeltaExpertise 4 november 2015)
|
|
||
(7 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
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= |
||
|title= |
|title= |
||
+ | |creator= |
||
+ | |date= |
||
+ | |hyperlink= |
||
+ | |wikipage= |
||
|booktitle= |
|booktitle= |
||
|alt tag= |
|alt tag= |
||
− | |||
− | |||
|chapter= |
|chapter= |
||
|organization= |
|organization= |
||
Regel 36: | Regel 40: | ||
|description= |
|description= |
||
|subject= |
|subject= |
||
− | |||
}} |
}} |
||
</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 |
||
+ | | {{#if: {{{file name|}}} | [[File name::File:{{{file name|}}}]] }} |
||
+ | |- |
||
+ | ! created in page |
||
+ | | [[Created in page::{{{created in page|}}}]] |
||
+ | |- |
||
! type |
! type |
||
| {{#arraymap:{{{type|}}}|,|x|[[Resource type::x]]}} |
| {{#arraymap:{{{type|}}}|,|x|[[Resource type::x]]}} |
||
Regel 49: | 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 54: | Regel 84: | ||
|- |
|- |
||
! alt tag |
! alt tag |
||
− | | |
+ | | [[Alt tag::{{{alt tag|}}}]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- |
|- |
||
! chapter |
! chapter |
||
− | | |
+ | | [[Chapter::{{{chapter|}}}]] |
|- |
|- |
||
! organization |
! organization |
||
− | | |
+ | | [[Organization::{{{organization|}}}]] |
|- |
|- |
||
! institution |
! institution |
||
− | | |
+ | | [[Institution::{{{institution|}}}]] |
|- |
|- |
||
! address |
! address |
||
− | | |
+ | | [[Address::{{{address|}}}]] |
|- |
|- |
||
! location |
! location |
||
− | | |
+ | | [[Location::{{{location|}}}]] |
|- |
|- |
||
! journal |
! journal |
||
− | | |
+ | | [[Journal::{{{journal|}}}]] |
|- |
|- |
||
! edition |
! edition |
||
− | | |
+ | | [[Edition::{{{edition|}}}]] |
|- |
|- |
||
! publisher |
! publisher |
||
− | | |
+ | | [[Dct:publisher::{{{publisher|}}}]] |
|- |
|- |
||
! howpublished |
! howpublished |
||
− | | |
+ | | [[Howpublished::{{{howpublished|}}}]] |
|- |
|- |
||
! series |
! series |
||
− | | |
+ | | [[Series::{{{series|}}}]] |
|- |
|- |
||
! volume |
! volume |
||
− | | |
+ | | [[Volume::{{{volume|}}}]] |
|- |
|- |
||
! number |
! number |
||
− | | |
+ | | [[Bibtex:number::{{{number|}}}]] |
|- |
|- |
||
! crossref |
! crossref |
||
− | | |
+ | | [[Crossref::{{{crossref|}}}]] |
|- |
|- |
||
! description |
! description |
||
− | | |
+ | | [[Dct:description::{{{description|}}}]] |
|- |
|- |
||
! subject |
! subject |
||
| {{#arraymap:{{{subject|}}}|,|x|[[Dct:subject::x]]}} |
| {{#arraymap:{{{subject|}}}|,|x|[[Dct:subject::x]]}} |
||
− | |||
− | |||
− | |||
|} |
|} |
||
[[Category:Resource Description]] |
[[Category:Resource Description]] |
||
</includeonly> |
</includeonly> |
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= |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.