This site is a mock-up
It shows some possible concepts for community-created repair manuals that can be extended to all makes and models. If you love it or hate it, drop a line to info@motorious.org.

Motorious:Toolbox

From Motorious

Jump to: navigation, search

Toolbox overview

This is the Motorious toolbox. It contains all the tools referenced on Motorious. Each "tool" listed here is actually a template which contains a consistent name for the tool and usually a link to a page which provides further detail. This is useful in the ProcedureSummary part of procedure articles:

Using this code with the ProcedureSummary template...

 

Will automatically create something like this in the Procedure Summary box (including links):

 
{{raw:mot:ProcedureSummary

 | Tools = 
 *3/8" {{raw:mot:TorqueWrench}}
 *3/8" x 3" {{raw:mot:SocketExtension}}
 *19mm {{raw:mot:AllenWrench}}

}}

 

Tools:


The tools in the Motorious toolbox

In bold is the tool name and link as it will appear when used on a page. In {{curly brackets}} is the wikitext code which represents the tool in the source code.


A-I J-R S-Z
Allen wrench
{{raw:mot:AllenWrench}} edit

drive-on car ramp
{{raw:mot:CarRamp}} edit

drive-on car ramps
{{raw:mot:CarRamps}} edit

DremelĀ®
{{raw:mot:Dremel}} edit

feeler gauge
{{raw:mot:FeelerGauge}} edit

file
{{raw:mot:File}} edit

flat head screwdriver
{{raw:mot:FlatHeadScrewdriver}} edit

floor jack
{{raw:mot:FloorJack}} edit

hacksaw
{{raw:mot:Hacksaw}} edit

jack stand
{{raw:mot:JackStand}} edit

jack stands
{{raw:mot:JackStands}} edit

latex gloves
{{raw:mot:LatexGloves}} edit

mallet
{{raw:mot:Mallet}} edit

Phillips head screwdriver
{{raw:mot:PhillipsHeadScrewdriver}} edit

pocket knife
{{raw:mot:PocketKnife}} edit

ratchet
{{raw:mot:Ratchet}} edit

screwdriver
{{raw:mot:Screwdriver}} edit

socket
{{raw:mot:Socket}} edit

socket extension
{{raw:mot:SocketExtension}} edit

socket wrench
{{raw:mot:SocketWrench}} edit

stroboscopic timing light
{{raw:mot:StroboscopicTimingLight}} edit

tape measure
{{raw:mot:TapeMeasure}} edit

torque wrench
{{raw:mot:TorqueWrench}} edit

TORX
{{raw:mot:Torx}} edit

Vise-GripĀ® pliers
{{raw:mot:ViseGrips}} edit

wrench
{{raw:mot:Wrench}} edit

Adding new tools to the Motorious toolbox

Create a tool now by typing the UpperCamelCase name (e.g. Template:DuctTape, Template:PaperTowels, instead of duct tape or Paper Towels) of the tool into the box. Be sure to include the "Template:" prefix. Once the tool has been created, edit the Motorious toolbox and add the new tool.

More about tool templates

Each "tool" here is actually just a MediaWiki templates. The template page will be located at a URL like:

http://motorious.org/Template:NewToolName

From an article, the following code could be used to insert the tool template inline:

{{raw:mot:NewToolName}}
Image:BlueCircleWithLetterI.gif NOTE!
Tool template names have no spaces and use capital letters to separate the words (UpperCamelCase). Of course, the text displayed in place of the template can have spaces as needed.

In its simpliest form, the tool template could simply contain the expanded name of the tool:

socket wrench


However, it's preferable to also include a link which explains what the tool is:

[[ExplanatoryLink|Tool name to be displayed]]


Most of the tools have a link to Wikipedia for their explanation. Motorious has an interwiki link to Wikipedia, which is coded as an internal link (double brackets, wikipedia: prefix, and the | separator). The following two lines basically do the same thing:

[[wikipedia:Socket_wrench|socket wrench]]
[http://en.wikipedia.org/wiki/Socket_wrench socket wrench]


In either case, it will be necessary to search Wikipedia or Google to find a good reference page to link to. Once the tool has been created, edit [mot:Motorious:Toolbox] and add the new tool to the list. The tool can be inserted into procedures by using the following code:

{{raw:mot:NewToolName}}
Personal tools

Editing Syntax:

''Italic''
'''Bold'''
[[ int_link | Link name ]]
[ http://link.com Name ]
* Bulleted list
** Indented item
# Numbered list
## Indented item

Common Templates:

{{raw:mot:Note|Your text}}
{{raw:mot:Tip|Your text}}
{{raw:mot:Injury|Your text}}
{{raw:mot:Damage|Your text}}

{{raw:mot:ProcedureSummary
 | ModelYears =
 | Model = more...
 | Difficulty =
 | Time =
 | Tools = help...
 | Parts =
}}

{{raw:mot:ProcedureStep
 | Text =
 | Image =
 | ImageCaption =
}}