Difference between revisions of "Template:Information"

From Self-sufficiency
Jump to: navigation, search
m
(directky visible brief description, @madde, please leave the returns they make sense)
Line 1: Line 1:
 
{| cellpadding="3" class="toccolours" width="100%"
 
{| cellpadding="3" class="toccolours" width="100%"
 
! style="background: #ccccff; text-align: right; vertical-align: top;" width="15%" | Description
 
! style="background: #ccccff; text-align: right; vertical-align: top;" width="15%" | Description
|{{{Description}}}
+
|
<!-- Description of the content, (historical) background and in case of scientific data a brief scientific analysis of this image, video, audio file or other kind of media file -->
+
{{{Description}}}
 
|-
 
|-
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Source
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Source
|{{{Source}}}
+
|
<!-- Website (with a direct link to the page embedding this file and a direct link to the file), catalog number, name of institution, book source and so forth. I case of a own image e.g. say "image taken by [person] using..." -->
+
{{{Source}}}
 
|-
 
|-
 
! style="background: #ccccff; text-align: right; vertical-align: top; white-space: nowrap" | Date
 
! style="background: #ccccff; text-align: right; vertical-align: top; white-space: nowrap" | Date
|{{{Date}}}
+
|
<!-- Date of release or date of creation -->
+
{{{Date}}}
 
|-
 
|-
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Author
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Author
|{{{Author}}}
+
|
<!-- Author(s) of the image. If no individual person known use the name of the institution(s) that released this file. -->
+
{{{Author}}}
 
|-
 
|-
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Permission
 
! style="background: #ccccff; text-align: right; vertical-align: top;" | Permission
|{{{Permission}}}
+
|
<!-- Short quote of the permission of the copyright owner of this image in case of a individual permission. In case of a general permission (e.g. US Public Domain or free content licenses) a short link to that legal disclaimer or an according hint. If you are the copyright onwer yourself give a short notice such as "released in the public domain by [person]" Note: You still need to tag the image in any case with the appropriate license template! -->
+
{{{Permission}}}
 
|-
 
|-
 
! style="background: #ccccff; text-align: right; vertical-align: top;" class="hiddenStructure{{{other_versions| }}}" | Other versions of this file
 
! style="background: #ccccff; text-align: right; vertical-align: top;" class="hiddenStructure{{{other_versions| }}}" | Other versions of this file
 
| class="hiddenStructure{{{other_versions| }}}" |
 
| class="hiddenStructure{{{other_versions| }}}" |
 
{{{other_versions| }}}
 
{{{other_versions| }}}
<!-- if there exist within the Wikimedia Commons other versions of this file, e.g. a black and white version of a color image or another image description in case of a diagram, link these versions here with a wiki link -->
 
 
|}
 
|}
 +
<noinclude>
 +
==Brief syntax description ==
 +
For usage full description of the the template see [[Commons:First steps/Quality and description]].
 +
 +
<pre><nowiki>
 +
{{Information|
 +
|Description=
 +
|Source=
 +
|Date=
 +
|Author=
 +
|Permission=
 +
|other_versions= (optional variable, can be left out)
 +
}}
 +
</nowiki></pre>
 +
 +
''e.g. the source code of the description of [[:Image:Anders-Celsius-Head.jpg]]:''
 +
 +
<pre><nowiki>
 +
{{Information|
 +
|Description = Part of an oil painting of Anders Celsius. Painting by Olof Arenius (1701 - 1766).
 +
The original painting is placed in the astronomical observatory of Uppsala University.
 +
|Source = Astronomical observatory of Uppsala University
 +
* http://www.astro.uu.se/history/Celsius_eng.html
 +
* http://www.astro.uu.se/history/images/celsius3.jpg
 +
|Date = between 1701 - 1766
 +
|Author = Olof Arenius
 +
|Permission = Copyright expired as artist died more than 70 years ago
 +
|other_versions = [[:Image:Anders-Celsius.jpeg]] (full image)
 +
}}
 +
</nowiki></pre>
 +
</noinclude>

Revision as of 14:45, 8 April 2006

Description

{{{Description}}}

Source

{{{Source}}}

Date

{{{Date}}}

Author

{{{Author}}}

Permission

{{{Permission}}}

Other versions of this file

Brief syntax description

For usage full description of the the template see Commons:First steps/Quality and description.

{{Information|
|Description=
|Source=
|Date=
|Author=
|Permission=
|other_versions= (optional variable, can be left out)
}}

e.g. the source code of the description of Image:Anders-Celsius-Head.jpg:

{{Information|
|Description = Part of an oil painting of Anders Celsius. Painting by Olof Arenius (1701 - 1766).
 The original painting is placed in the astronomical observatory of Uppsala University.
|Source = Astronomical observatory of Uppsala University
* http://www.astro.uu.se/history/Celsius_eng.html
* http://www.astro.uu.se/history/images/celsius3.jpg
|Date = between 1701 - 1766
|Author = Olof Arenius
|Permission = Copyright expired as artist died more than 70 years ago
|other_versions = [[:Image:Anders-Celsius.jpeg]] (full image)
}}