Difference between revisions of "Template:Infobox camera mount"

From blackwiki
Jump to navigation Jump to search
imported>Rama
imported>Imroy
(move documentation to /doc page, make the template itself "includeonly")
Line 1: Line 1:
{| class="infobox" style="width:300px; font-size:90%; text-align: left;"
+
<includeonly>{| class="infobox" style="width:300px; font-size:90%; text-align: left;"
 
|-
 
|-
 
! colspan="2" style="font-size: larger; background-color: #DDCCBB; text-align: center;" | {{{mount_name}}}
 
! colspan="2" style="font-size: larger; background-color: #DDCCBB; text-align: center;" | {{{mount_name}}}
Line 41: Line 41:
 
{{!}}-
 
{{!}}-
 
}}
 
}}
|}<noinclude>
+
|}</includeonly><noinclude>{{Documentation}}</noinclude>
== Usage ==
 
<pre>{{Infobox camera mount
 
| mount_name        = M39
 
| image_name        = Leica IIIf IMG 1495.JPG
 
| caption          = Leica III camera with the mount visible
 
| type              = Screw
 
| external_diameter = 39mm
 
| inner_diameter    = N/A
 
| tabs              = N/A
 
| flange            = 28.8 mm
 
| connectors        = none
 
}}</pre>
 
== Sample ==
 
{{Infobox camera mount
 
| mount_name        = M39
 
| image_name        = Leica IIIf IMG 1495.JPG
 
| caption          = Leica III camera with the mount visible
 
| type              = Screw
 
| external_diameter = 39mm
 
| inner_diameter    = N/A
 
| tabs              = N/A
 
| flange            = 28.8 mm
 
| connectors        = none
 
}}
 
[[Category:Photography infobox templates]]
 
</noinclude>
 

Revision as of 02:29, 6 November 2008

50px Template documentation[view] [edit] [history] [purge]

Usage

{{Infobox camera mount
| name              = Name of the mount
| image             = An image to show in the infobox
| caption           = A caption for the image
| type              = Type of mount e.g screw, bayonet
| external_diameter = Diameter of lens part
| inner_diameter    = ?
| tabs              = Number of tabs
| flange            = Flange-to-film distance
| connectors        = e.g electrical pins, drive shaft for focus
}}

Example

{{{mount_name}}}
Leica III camera with the mount visible
Type Screw
External diameter 39mm
Inner diameter N/A
Tabs N/A
Flange 28.8 mm
Connectors none
{{Infobox camera mount
| name              = M39
| image             = Leica IIIf IMG 1495.JPG
| caption           = Leica III camera with the mount visible
| type              = Screw
| external_diameter = 39mm
| inner_diameter    = N/A
| tabs              = N/A
| flange            = 28.8 mm
| connectors        = none
}}