Difference between revisions of "Template:Information"
From Self-sufficiency
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}}} | |
|- | |- | ||
! style="background: #ccccff; text-align: right; vertical-align: top;" | Source | ! style="background: #ccccff; text-align: right; vertical-align: top;" | Source | ||
− | |{{{Source}}} | + | | |
− | + | {{{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}}} | |
|- | |- | ||
! style="background: #ccccff; text-align: right; vertical-align: top;" | Author | ! style="background: #ccccff; text-align: right; vertical-align: top;" | Author | ||
− | |{{{Author}}} | + | | |
− | + | {{{Author}}} | |
|- | |- | ||
! style="background: #ccccff; text-align: right; vertical-align: top;" | Permission | ! style="background: #ccccff; text-align: right; vertical-align: top;" | Permission | ||
− | |{{{Permission}}} | + | | |
− | + | {{{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| }}} | ||
− | |||
|} | |} | ||
+ | <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 13: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) }}