Help:Writing a repair guide

🔧 Writing a Repair Guide
Templates and Best Practices for RTC Wiki Repair Articles



Repair guides are the heart of the RetroTechCollection Wiki. This page explains how to write high-quality maintenance, troubleshooting, and capacitor replacement guides.

Article Types

edit

We use three standard guide types for each device:

Type Purpose Naming Convention
General Maintenance Preventive care, cleaning, inspection, common failure points Device Name General Maintenance
Troubleshooting Systematic fault diagnosis with symptoms, causes, and actions Device Name Troubleshooting Guide
Capacitor Replacement Complete cap lists, replacement procedures, post-recap checks Device Name Capacitor Replacement Guide

General Maintenance Guide Template

edit

A maintenance guide should cover:

  1. Regular Cleaning — external case, internal components, connectors
  2. Power Supply Checks — voltage measurements, PSU health
  3. Connector & Socket Maintenance — cleaning, DeoxIT, contact care
  4. Common Failure Points — what breaks most often and why
  5. Cooling System — fans, heatsinks, thermal material
  6. Recommended Tools — what you need for maintenance
  7. Preventive Maintenance Checklist — periodic tasks

Key Principles

edit
  • Be specific — include exact voltages, temperatures, and part numbers
  • Include measurements — expected voltage ranges with tolerances (e.g., "4.9–5.1 V")
  • Reference board revisions — note when procedures differ between hardware versions
  • Warn about dangers — CRT discharge, mains voltage, ESD sensitivity

Troubleshooting Guide Template

edit

A troubleshooting guide should use diagnostic tables with three columns:

{| class="wikitable styled-table" style="width:100%; text-align:center;"
|+ '''Problem Category'''
|-
! Symptom !! Probable Cause !! Recommended Action
|-
| Description of what the user sees || What's likely wrong || What to do about it
|}

Standard sections:

  1. Preliminary Checks — basic power and visual inspection
  2. Voltage Reference Table — all power rails with expected values
  3. No Power / Dead Unit — power supply chain faults
  4. No Video / Display Issues — video output problems
  5. No Audio — sound faults
  6. Input Device Issues — controller/keyboard faults
  7. Disc/Media Errors — optical drive or floppy issues (if applicable)
  8. Component-Level Tests — clock frequencies, oscilloscope readings, chip-level diagnostics
  9. Quick-Fix Flowcharts — decision trees for common problems

Writing Good Diagnostic Tables

edit
  • Start with the most common cause — list probable causes in priority order
  • Be actionable — every "Recommended Action" should tell the reader exactly what to do
  • Include test values — "Measure 5V at pin 21" is better than "Check the power supply"
  • Cross-reference — link to the maintenance guide and capacitor guide

Capacitor Replacement Guide Template

edit

A capacitor replacement guide needs:

  1. Visual Inspection Signs — what failing caps look like
  2. Complete Capacitor List — table with designator, value, voltage, type, and location
  3. Board Revision Differences — note where cap layouts change between revisions
  4. Replacement Procedure — step-by-step desoldering and soldering instructions
  5. Post-Recap Voltage Checks — expected values and acceptable ripple
  6. Recommended Tools & Parts — specific equipment needed

Capacitor Table Format

edit
{| class="wikitable styled-table" style="width:80%; text-align:center;"
|+ '''Board Name Capacitor Specifications'''
|-
! Designator !! Capacitance !! Voltage !! Type !! Notes
|-
| C1 || 100 µF || 6.3 V || SMD || Power filtering
|}

Writing Style

edit

Follow the RTC Wiki style guidelines:

  • Factual and specific — state what it IS, not what it MEANS
  • Dry technical writing — let the facts speak; skip commentary
  • No AI writing patterns — avoid "pivotal", "crucial", "testament to", "enduring legacy"
  • Direct — subject-verb-object, no fluff
  • Source everything — use <ref>{{cite web ...}}</ref>

Using Styled Tables

edit

Add this at the top of your article for consistent table styling:

<templatestyles src="Template:StyledTable/styles.css" />

Then use class="wikitable styled-table" on your tables.

Cross-Linking

edit

Every repair guide should link to:

  • The main article for the device
  • The other two guide types (maintenance ↔ troubleshooting ↔ capacitor guide)
  • Relevant common pages (e.g., CRT Discharge Procedure, Sad Mac Error Codes)

See Also

edit