Template:Information field
From Wikimedia Commons, the free media repository
[edit]
Documentation
No description yet available.
Contents |
Usage
{{Information_field|name=|value=}}
Parameters
| Parameter name | Description | Default value | required or optional? |
|---|---|---|---|
| name | Name of the field. It will appear in bold on the left side of the table. | none | required |
| value | Contents of the field. It will appear on the table. | none | required |
Additional information
The template is intended to be used in the following namespaces: the File namespace
The template is intended to be used by the following user groups: all users
See also
{{Credit line}}
Examples
{{Information
|description=description
|date=2011-11-11
|source={{Own}}
|author={{Ut|Author name}}
|permission=
|other_versions=
|other_fields={{Information field|name=Used colors|value=
{{Tbc|1|255|0|0|red}}
{{Tbc|4|0|0|255|blue}} }} }}
| Description | description | ||||
| Date | 11 November 2011 | ||||
| Source | Own work | ||||
| Author | Author name | ||||
| Used colors |
|
{{Artwork
|Artist = Artist name
|Title = Title
|Year = {{other date|between|1503|1505}}
|Technique = {{technique|oil|poplar panel}}
|Dimensions = {{size|cm|76.8|53}}
|Source = source
|Other versions =
|Other fields = {{Information field|name=Field Name|value=Field Value}}
}}
will produce
| Artist | Artist name |
| Title | Title |
| Date | between 1503 and 1505 |
| Medium | oil on poplar wood |
| Dimensions | 76.8 × 53 cm (30.2 × 20.9 in) |
| Source/Photographer | source |
| Field Name | Field Value |
{{Artwork
|Artist = Artist name
|Title = Title
|Year = {{other date|between|1503|1505}}
|Technique = {{technique|oil|poplar panel}}
|Dimensions = {{size|cm|76.8|53}}
|Source = source
|Other versions =
|Other fields =
{{Information field|name=Field Name 1|value=Field Value 1}}
{{Information field|name=Field Name 2|value=Field Value 2}}
{{Information field|name=Field Name 3|value=Field Value 3}}
}}
will produce
| Artist | Artist name |
| Title | Title |
| Date | between 1503 and 1505 |
| Medium | oil on poplar wood |
| Dimensions | 76.8 × 53 cm (30.2 × 20.9 in) |
| Source/Photographer | source |
| Field Name 1 | Field Value 1 |
| Field Name 2 | Field Value 2 |
| Field Name 3 | Field Value 3 |