{|class="wikitable"
|+Caption
!Item!!Advantages!!Disadvantages
|-
{{ADRow|fileName=name.JPG|caption=picture caption|advantages=list of items|disadvantages=list of items}}
|}
This is a table used for comparing and contrasting multiple items.
Usage
Template |
Description |
Parameters
|
ADRow |
Creates a row with a picture of the item with description, and description for the advantages and disadvantages (ex. Collet chuck) |
- fileName
- caption
- advantages
- disadvantages
|
Example
- Code
{|class="wikitable"
|+Advantages and disadvantages of various types of lathe chucks
!Chuck!!Advantages!!Disadvantages
|-
{{ADRow|fileName=Block_Under_Chuck.JPG|caption=Three jaw chuck|advantages=
<ul>
<li>Self-centering</li>
<li>Can hold hex bar-stock</li>
<li>Quick and easy to use</li>
</ul>
|disadvantages=
<ul>
<li>Can't hold square bar-stock</li>
<li>Run-out/off-center can't be easily fixed</li>
<li>Can't hold irregularly shaped work</li>
<li>Can't turn off-center</li>
</ul>}}
{{ADRow|fileName=4 Jaw Chuck.JPG|caption=Four jaw chuck|advantages=
<ul>
<li>Work can be centered to high precision</li>
<li>Can handle square/rectangular bar</li>
<li>Can turn work off-center</li>
<li>Slightly more grip on round stock</li>
</ul>
|disadvantages=
<ul>
<li>Slower/fiddlier to mount work (dial-indicator required)</li>
<li>Can't hold hex-stock</li>
</ul>}}
{{ADRow|fileName=Cullet Chuck.JPG|caption=Collet chuck|advantages=
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>
|disadvantages=
<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>}}
|}
- Result
Advantages and disadvantages of various types of lathe chucks
Chuck |
Advantages |
Disadvantages
|
|
- Self-centering
- Can hold hex bar-stock
- Quick and easy to use
|
- Can't hold square bar-stock
- Run-out/off-center can't be easily fixed
- Can't hold irregularly shaped work
- Can't turn off-center
|
|
- Work can be centered to high precision
- Can handle square/rectangular bar
- Can turn work off-center
- Slightly more grip on round stock
|
- Slower/fiddlier to mount work (dial-indicator required)
- Can't hold hex-stock
|
|
|
|
Special Considerations
The normal wiki markup ofr bulleted list does not display properly. Use HTML markup instead
See: http://www.w3schools.com/html/html_lists.asp