Difference between revisions of "Template:Camera"

From Camera-wiki.org
Jump to: navigation, search
m (new parameter width)
m (corr.)
 
Line 17: Line 17:
 
<br/>|}}{{#if: {{{sensor|}}}    |'''[[Sensor]] type:''' {{{sensor|-}}}
 
<br/>|}}{{#if: {{{sensor|}}}    |'''[[Sensor]] type:''' {{{sensor|-}}}
 
<br/>|}}{{#if: {{{lens|}}}      |'''[[Lens]]:''' {{{lens|-}}}
 
<br/>|}}{{#if: {{{lens|}}}      |'''[[Lens]]:''' {{{lens|-}}}
 +
<br/>|}}{{#if: {{{construction|}}} |'''Lens construction:''' {{{construction|-}}}
 
<br/>|}}{{#if: {{{shutter|}}}    |'''[[Shutter]]:''' {{{shutter|-}}}
 
<br/>|}}{{#if: {{{shutter|}}}    |'''[[Shutter]]:''' {{{shutter|-}}}
 
<br/>|}}{{#if: {{{shutterRange|}}} |'''[[Shutter speed]] range:''' {{{shutterRange|-}}}
 
<br/>|}}{{#if: {{{shutterRange|}}} |'''[[Shutter speed]] range:''' {{{shutterRange|-}}}
Line 44: Line 45:
 
<br/>'''Dimensions:''' {{{size|-}}}
 
<br/>'''Dimensions:''' {{{size|-}}}
 
|}<noinclude>
 
|}<noinclude>
Copy the wiki code below:
+
Copy the wiki code below into camera page:
 
  <nowiki>
 
  <nowiki>
 
  {{Camera|cameraName = {{PAGENAME}}
 
  {{Camera|cameraName = {{PAGENAME}}
Line 84: Line 85:
 
  | weight =  
 
  | weight =  
 
  | size =  
 
  | size =  
  }}</nowiki>
+
  }}
  
 +
hints (not to copy into camera page):
 
manu = manufacturer,
 
manu = manufacturer,
 
emode = exposure mode(s),
 
emode = exposure mode(s),
Line 94: Line 96:
 
cont = continous shooting (frames per second),
 
cont = continous shooting (frames per second),
 
FS = frame size
 
FS = frame size
 +
 +
</nowiki>
  
 
[[Category: Infobox templates|{{PAGENAME}}]]
 
[[Category: Infobox templates|{{PAGENAME}}]]

Latest revision as of 22:06, 5 July 2024

Copy the wiki code below into camera page:

 {{Camera|cameraName = {{PAGENAME}}
 | width =
 | dateProduction = 
 | image_source = 
 | image = 
 | image_text = 
 | manu = 
 | type = 
 | variants = 
 | film = 
 | sensor = 
 | FS = 
 | lens = 
 | shutter = 
 | shutterRange = 
 | emode = 
 | finder = 
 | metering = 
 | mrange = 
 | mmode = 
 | focusing = 
 | farea = 
 | flash = 
 | cont = 
 | programs = 
 | advance = 
 | speedRange = 
 | bracketing = 
 | battery = 
 | obp = 
 | storage = 
 | WB = 
 | video = 
 | topLCD = 
 | rearLCD = 
 | rearMonitor = 
 | weight = 
 | size = 
 }}

hints (not to copy into camera page):
manu = manufacturer,
emode = exposure mode(s),
mmode = metering mode(s),
farea = focusing area(s),
WB = white balance,
obp = optional battery pack,
cont = continous shooting (frames per second),
FS = frame size