The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | |||
== Purpose == | |||
This template records and displays metadata for media files, such as photographs and diagrams. It includes a description of the file, its source, and its copyright status. | |||
== Usage == | == Usage == | ||
<pre> | |||
< | |||
{{Information | {{Information | ||
| description = | | description = | ||
Line 14: | Line 12: | ||
| date = | | date = | ||
| author = | | author = | ||
| other_versions = | | other_versions = | ||
}} | }} | ||
</ | </pre> | ||
== Parameters == | == Parameters == | ||
;description: Describe of the content, (historical) background, and in the case of scientific data, a brief scientific analysis of the media file. | ;description: Describe of the content, (historical) background, and in the case of scientific data, a brief scientific analysis of the media file. | ||
;author: Author(s) of the image. If no individual person is known, use the name of the institution that owns, published or released the file. | ;author: Author(s) of the image. If no individual person is known, use the name of the institution that owns, published or released the file. | ||
;source: Explain where the image is acquired from. Please specify accurately. For instance: | ;source: Explain where the image is acquired from. Please specify accurately. For instance: | ||
#''Work of the uploader | #''Work of the uploader themself:'' Specify "Own work". | ||
#''Acquired from a website:'' Specify the URL of the web page from which it is acquired. Optionally, include a direct link to the image. (Never include a direct link alone.) | #''Acquired from a website:'' Specify the URL of the web page from which it is acquired. Optionally, include a direct link to the image. (Never include a direct link alone.) | ||
#''Scanned from a book or magazine:'' Specify the title, author, publisher, publication year, ISBN and page of the book or title, issue, volume, publication month and year, ISSN (if available) and page of the journal | #''Scanned from a book or magazine:'' Specify the title, author, publisher, publication year, ISBN and page of the book or title, issue, volume, publication month and year, ISSN (if available) and page of the journal. | ||
;other versions: '''Optional'''. Links to other versions of this image. The links may be in form of a list of links or thumbnails of the other versions of the image | ;date: Date of creation, or date of publication. Please avoid ambiguous dates like 02/03/04 which can refer to 2 March 2004, 3 February 2004, 4 March 2002 or 3 April 2002, depending on the geographical origin of the person who sees it. | ||
;other versions: '''Optional'''. Links to other versions of this image. The links may be in form of a list of links or thumbnails of the other versions of the image. | |||
== Example == | == Example == | ||
Line 88: | Line 66: | ||
"description": "Explain where the image is acquired from. Please specify accurately. (If it is the work of the uploader themself, use \"Own work\". If it was acquired from a website, specify the URL of the web page from which it is acquired. Optionally, include a direct link to the image. (Never include a direct link alone.) If it was scanned from a book or magazine, specify the title, author, publisher, publication year, ISBN and page of the book or title, issue, volume, publication month and year, ISSN (if available) and page of the journal." | "description": "Explain where the image is acquired from. Please specify accurately. (If it is the work of the uploader themself, use \"Own work\". If it was acquired from a website, specify the URL of the web page from which it is acquired. Optionally, include a direct link to the image. (Never include a direct link alone.) If it was scanned from a book or magazine, specify the title, author, publisher, publication year, ISBN and page of the book or title, issue, volume, publication month and year, ISSN (if available) and page of the journal." | ||
}, | }, | ||
" | "date": { | ||
"required": | "required": false, | ||
"label": " | "label": "Date", | ||
"aliases": [ | "aliases": [ | ||
" | "Date" | ||
], | ], | ||
"type": "string", | "type": "string", | ||
"description": " | "description": "Date of creation or date of publication. Please avoid ambiguous dates like 02/03/04 which can refer to 2 March 2004, 3 February 2004, 4 March 2002 or 3 April 2002, depending on the geographical origin of the person who sees it." | ||
}, | }, | ||
" | "author": { | ||
"required": true, | "required": true, | ||
"label": " | "label": "Author", | ||
"aliases": [ | "aliases": [ | ||
" | "Author" | ||
], | ], | ||
"type": "string", | "type": "string", | ||
"description": " | "description": "Author(s) of the image. If no individual person is known, use the name of the institution that owns, published or released the file." | ||
}, | }, | ||
"other_versions": { | "other_versions": { | ||
Line 125: | Line 93: | ||
"type": "string", | "type": "string", | ||
"description": "Links to other versions of this image. The links may be in form of a list of links or thumbnails of the other versions of the image." | "description": "Links to other versions of this image. The links may be in form of a list of links or thumbnails of the other versions of the image." | ||
} | } | ||
}, | }, | ||
Line 144: | Line 101: | ||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Templates]] | ||
</includeonly> | </includeonly> |