Template:Part: Difference between revisions
Updated noinclude docs to reflect new Part page naming convention (part number only, no brand prefix) (via update-page on MediaWiki MCP Server) |
Fix: replace live {{Part}} example with code block to prevent Template:Part from being categorized in Category:ICs and setting semantic properties on itself (via update-page on MediaWiki MCP Server) |
||
| Line 40: | Line 40: | ||
|Other=[[Category:Other parts]] | |Other=[[Category:Other parts]] | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
=== Example usage === | |||
<pre> | |||
{{Part | {{Part | ||
|brand=Sanyo | |brand=Sanyo | ||
| Line 49: | Line 51: | ||
|pin_count=56 | |pin_count=56 | ||
}} | }} | ||
</pre> | |||
This template defines a part page (CRT tube, IC, flyback transformer, board, yoke, etc.). It is used via [[Form:Part]]. | This template defines a part page (CRT tube, IC, flyback transformer, board, yoke, etc.). It is used via [[Form:Part]]. | ||
Latest revision as of 05:36, 19 February 2026
Example usage
{{Part
|brand=Sanyo
|model_code=LA76810A
|part_type=IC
|part_subtype=Jungle
|description=Single-chip TV signal processor
|package_type=SDIP-56
|pin_count=56
}}
This template defines a part page (CRT tube, IC, flyback transformer, board, yoke, etc.). It is used via Form:Part.
Page naming
Part pages should be named using the part number only (e.g., "LA76810A", "A68KJU96X", "2SD2499"). Do not include the brand/manufacturer name in the page title — the brand is recorded in the brand field inside the template.
Parameters
Core fields
- brand – The manufacturer of this part (required)
- model_code – The part number (required)
- part_type – Type: CRT tube, IC, Flyback transformer, Board, Yoke, Other (required)
- part_subtype – For ICs and Boards: specific subtype
- description – Brief description of the part
- crt_models – Comma-separated list of compatible CRT model page names
- av_devices – Comma-separated list of compatible AV device page names
- equivalent_parts – Comma-separated list of equivalent/substitute parts
- oem_part_numbers – OEM part numbers (e.g., Sony 1-453-318-11)
- image_main – Main photo of the part
- images – Additional photos
CRT tube-specific fields
- tube_size – Diagonal size in inches
- tube_neck_diameter – Neck diameter in mm
- tube_deflection_angle – Deflection angle in degrees
- tube_phosphor_type – Phosphor type (P22, etc.)
- tube_mask_type – Shadow mask, Aperture grille, etc.
IC-specific fields
- package_type – Package type (DIP-24, QFP-64, SDIP-56, etc.)
- pin_count – Number of pins
- datasheet_url – Link to datasheet
Flyback-specific fields
- cross_references – Compatible FBT part numbers
- hr_diemen_number – HR Diemen replacement number
Board-specific fields
- board_subtype – Board type (Main, Power, Deflection, etc.)