Template:Image info: Difference between revisions
Jump to navigation
Jump to search
(draft of table for original image info) |
m (#if statements amended) |
||
Line 1: | Line 1: | ||
{| style="border: 1px solid darkgray;padding: 5;background:#F8F9F9;margin: 1em;width: 95%" cellpadding="7" | {| style="border: 1px solid darkgray;padding: 5;background:#F8F9F9;margin: 1em;width: 95%" cellpadding="7" | ||
| style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.7em; width: 15%;font-weight:bold" | Description | | style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.7em; width: 15%;font-weight:bold" | Description | ||
|{{#if: {{{desc|}}} | {{{desc}}}}} | |{{#if: {{{desc|}}} | {{{desc}}} }} | ||
|- | |- | ||
| style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Date | | style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Date | ||
|{{#if: {{{date|}}} | {{{date | |{{#if: {{{date|}}} | {{{date}}} | ''Creation date unknown''}} | ||
|- | |- | ||
| style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Source | | style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Source | ||
|{{#if: {{{source|}}} | {{{source | |{{#if: {{{source|}}} | {{{source}}}| ''Source unknown''}} | ||
|- | |- | ||
| style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Author | | style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Author | ||
|{{#if: {{{author|}}} | {{{author | |{{#if: {{{author|}}} | {{{author}}}| ''Author unknown''}} | ||
|- | |- | ||
| style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Permissions | | style="vertical-align: top;background:LightSteelBlue;text-align: right; padding-right: 0.8em; width: 15%;font-weight:bold"| Permissions | ||
|{{#if: {{{permissions|}}} | {{{permissions}}}}} | |{{#if: {{{permissions|}}} | {{{permissions}}} }} | ||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 07:29, 17 June 2012
Description | |
Date | Creation date unknown |
Source | Source unknown |
Author | Author unknown |
Permissions |
Description
This table displays information for original images, including:
- Description
- Creation date - Creation, not upload, date. Use ISO_8601 format, i.e YYYY-MM-DD. If left blank, displays: Creation date unknown
- Source - References origin of image. If left blank, displays: Source unknown
- Author - Original author, not uploader. Can include links to author's website. If left blank, displays: Author unknown
- Permissions - license and other usage limitations
Usage
{{Image info |desc = |date = |source = |author = |permissions = }}