Difference between revisions of "Template:Infobox camera"

From Derek
Jump to: navigation, search
Line 1: Line 1:
 +
{| class="infobox" style="width:300px; font-size:90%; text-align: left;"
 +
|-
 +
! colspan="2" style="font-size: larger; background-color: #DDCCBB; text-align: center;" | {{{camera_name}}}
 +
|-
 +
{{#if: {{{image_name|<noinclude>-</noinclude>}}} |
 +
{{!}} colspan="2" style="text-align: center;"{{!}} [[Image:{{{image_name}}}|288px]]
 +
{{!}}-
 +
}}
 +
{{#if: {{{type|<noinclude>-</noinclude>}}} |
 +
! Type
 +
{{!}} {{{type}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{lens_mount|<noinclude>-</noinclude>}}} |
 +
! Lens mount
 +
{{!}} {{{lens_mount}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{focus|<noinclude>-</noinclude>}}} |
 +
! Focus
 +
{{!}} {{{focus}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{exposure|<noinclude>-</noinclude>}}} |
 +
! Exposure
 +
{{!}} {{{exposure}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{flash|<noinclude>-</noinclude>}}} |
 +
! Flash
 +
{{!}} {{{flash}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{frame-rate|<noinclude>-</noinclude>}}} |
 +
! Frame rate
 +
{{!}} {{{frame-rate}}}
 +
{{!}}-
 +
}}
 +
{{#if: {{{dimensions|<noinclude>-</noinclude>}}} |
 +
! Dimensions
 +
{{!}} {{{dimensions}}}
 +
{{!}}-
 +
}}
 +
|}<noinclude>
 
== Usage ==
 
== Usage ==
 
<pre>{{Infobox camera
 
<pre>{{Infobox camera
Line 11: Line 55:
 
| dimensions  =
 
| dimensions  =
 
}}</pre>
 
}}</pre>
 +
== Sample ==
 +
{{Infobox camera
 +
  | camera_name = Minolta XD-7 (XD-11, XD)
 +
  | image_name = Minolta XD-11.jpg
 +
  | type = [[135 film|35 mm]] [[single lens reflex|SLR]]
 +
  | lens_mount = [[Minolta MD mount]]
 +
  | focus = Manual focus
 +
  | exposure = [[Shutter priority|Shutter]] and [[Aperture priority]] autoexposure
 +
  | flash = [[Hot shoe]] only
 +
  | dimensions = 51 x 86 x 136 mm, 560 g
 +
}}
 +
</noinclude>

Revision as of 22:06, 26 May 2008

{{{camera_name}}}
[[Image:{{{image_name}}}|288px]]
Type {{{type}}}
Lens mount {{{lens_mount}}}
Focus {{{focus}}}
Exposure {{{exposure}}}
Flash {{{flash}}}
Frame rate {{{frame-rate}}}
Dimensions {{{dimensions}}}

Usage

{{Infobox camera
| camera_name = 
| image_name  = 
| type        = 
| lens_mount  = 
| focus       =
| exposure    = 
| flash       =
| frame-rate  =
| dimensions  =
}}

Sample

Minolta XD-7 (XD-11, XD)
288px
Lens mount: Minolta MD mount
Focus: Manual focus
Exposure: Shutter and Aperture priority autoexposure
Flash: Hot shoe only
Dimensions: 51 x 86 x 136 mm, 560 g