Template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
/* Table of Contents (TOC) styling */ | |||
#toc { | |||
background-color: #f9f9f9; | |||
border: 1px solid #ccc; | |||
border-radius: 5px; | |||
padding: 15px; | |||
margin-bottom: 20px; | |||
width: 100%; | |||
} | |||
#toc h2 { | |||
margin-top: 0; | |||
} | |||
#toc ul { | |||
list-style-type: none; | |||
padding: 0; | |||
} | |||
#toc ul li { | |||
margin: 5px 0; | |||
} | |||
#toc ul li a { | |||
text-decoration: none; | |||
color: #007bff; | |||
} | |||
#toc ul li a:hover { | |||
text-decoration: underline; | |||
} | |||
</style> | |||
</head> | </head> | ||
<body> | <body> | ||
<h1> Background information </h1> | |||
<p> Test </p> | |||
<div id="toc"> | |||
<h2>Table of Contents</h2> | |||
<ul> | |||
<li><a href="#section0">What tools you will need</a></li> | |||
<li><a href="#section1">1. Uses of this skill</a></li> | |||
<li><a href="#section2">2. Step-by-step guide with images</a></li> | |||
<li><a href="#section3">3. Flow chart of order of operations</a></li> | |||
<li><a href="#section4">4. Troubleshooting/tips and tricks</a></li> | |||
<li><a href="#section5">5. Related Topics</a></li> | |||
<li><a href="#section6">6. Further reading</a></li> | |||
</ul> | |||
</div> | |||
<h1 id="section0">What tools you will need</h1> | |||
<i> Items are not listed in any particular order </i> | <i> Items are not listed in any particular order </i> | ||
<div class="infobox"> | |||
<table> | |||
<tr></tr> | |||
<tr> | |||
<h3>Required</h3> | |||
<ul> | |||
<li>Test</li> | <li>Test</li> | ||
</ul> | |||
</tr> | |||
<tr> | |||
<h3>Optional but useful</h3> | |||
<ul> | |||
<li>Test</li> | <li>Test</li> | ||
</ul> | |||
</tr> | |||
</table> | |||
</div> | |||
<h1 id="section1">1. Uses of this skill</h1> | |||
<p>Test</p> | |||
<h1 id="section2">2. Step-by-step guide with images</h1> | |||
<p>Insert step-by-step walkthrough with images and summary text here</p> | |||
<h1 id="section3">3. Flow chart of order of operations</h1> | |||
<p>Insert a flow chart of steps and actions for each task (create using diagram)</p> | |||
<h1 id="section4">4. Troubleshooting/tips and tricks</h1> | |||
<p>Fixes to any common issues that were encountered or could be easily encountered</p> | |||
<h1 id="section5">5. Related Topics</h1> | |||
<p>Topics such as desoldering to chip off or firmware dumping for disk PCB repairs</p> | |||
<ul> | |||
<li><a href="#">Related Topic 1</a></li> | |||
<li><a href="#">Related Topic 2</a></li> | |||
< | </ul> | ||
<h1 id="section6">6. Further reading</h1> | |||
<p> | <p>External references in wiki references can just be cited through the keyword link</p> | ||
< | <div class="reference-list"> | ||
<li><a href="#"> | <ol> | ||
<li><a href="#"> | <li>Reference 1: <a href="#">Source details</a></li> | ||
</ | <li>Reference 2: <a href="#">Source details</a></li> | ||
</ol> | |||
</div> | |||
</body> | |||
</html> | </html> | ||
Revision as of 00:13, 11 November 2024
Background information
Test
Table of Contents
What tools you will need
Items are not listed in any particular order
Required
- Test
Optional but useful
- Test
1. Uses of this skill
Test
2. Step-by-step guide with images
Insert step-by-step walkthrough with images and summary text here
3. Flow chart of order of operations
Insert a flow chart of steps and actions for each task (create using diagram)
4. Troubleshooting/tips and tricks
Fixes to any common issues that were encountered or could be easily encountered
5. Related Topics
Topics such as desoldering to chip off or firmware dumping for disk PCB repairs
6. Further reading
External references in wiki references can just be cited through the keyword link
- Reference 1: Source details
- Reference 2: Source details