Difference between revisions of "Template:Infobox electronic component"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
(parameter correction)
(added max current output parameter)
Line 46: Line 46:
 
! Current Draw
 
! Current Draw
 
{{!}} {{{current_draw}}}
 
{{!}} {{{current_draw}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{max_current_output|<noinclude>x</noinclude>}}}|
 +
! Max Current Output
 +
{{!}} {{{max_current_output}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}

Revision as of 06:15, 20 January 2010

{{{component_name}}}
[[Image:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]

{{{caption}}}

General Information
Manufacturer {{{manufacturer}}}
Current Version {{{current_version}}}
Average Price {{{avg_price}}}
Specifications
Input Voltage {{{input_voltage}}}
Max Input Voltage {{{max_input_voltage}}}
Output Voltage {{{output_voltage}}}
Current Draw {{{current_draw}}}
Max Current Output {{{max_current_output}}}
Power Dissipation {{{power_dissipation}}}
Clock Speed {{{clock_speed}}}
Number of Positions {{{num_positions}}}
Measurements
Length {{{length}}}
Width {{{width}}}
Thickness {{{thickness}}}



[edit] [purge] Template documentation

Usage

{{Infobox electronic component
|component_name =
|image = 
|image_size = 
|alt = 
|caption = 
|manufacturer = 
|status = 
|current_version =
|avg_price = 
|microcontroller = 
|input_voltage = 
|max_input_voltage = 
|output_voltage = 
|current_draw = 
|max_output_current = 
|power_dissipation = 
|clock_speed = 
|num_positions = 
|memory = 
|flash_memory = 
|sram = 
|eeprom = 
|length =
|width = 
|thickness = 
}}
  • component_name — the name of the featured component
  • image — the name of the file for the component image
  • image_size — the desired size of the image displayed
  • alt — alternate information that shows up for the image when moused over
  • caption — a caption to display
  • manufacturer — the manufacturer of the component
  • status — whether the component is discontinued or still in production
  • current_version — what version the component is at
  • avg_price — the typical price of the component
  • microcontroller — if the component has a microcontroller, what kind of microcontroller it has
  • input_voltage — typical input voltage to the component
  • max_input_voltage — the maximum input voltage allowed
  • output_voltage — the output voltage of the component
  • current_draw — the current draw of the component
  • max_output_current — the maximum current the component can output
  • power_dissipation — the power the component is capable of disipating
  • clock_speed — the speed of any clock that maybe on the component
  • num_positions — the number of positions/pins available on the component
  • memory — the amount of memory the component has
  • flash_memory — the amount of flash memory the component has
  • sram — the amount of SRAM the component has
  • eeprom — the amount of EEPROM the component has
  • length — the length of the component
  • width — the width of the component
  • thickness — the thickness of the component

Redirects

The following templates have been redirected to this template.