Template:TroubleShootingItem: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
# Copy text between the horizontal lines for each Troubleshooting Item | # Copy text between the horizontal lines for each Troubleshooting Item | ||
# Put the Problem after | problem = | # Put the Problem after | problem = | ||
# (Optional) Put a more descriptive summary after | summary = | |||
# Put the Symptoms after | symptoms = | # Put the Symptoms after | symptoms = | ||
# Put the Possible Causes after | causes = | # Put the Possible Causes after | causes = | ||
| Line 13: | Line 14: | ||
| problem = | | problem = | ||
| summary = <!-- optional --> | |||
| symptoms = | | symptoms = | ||
| Line 31: | Line 34: | ||
<html> | <html> | ||
<details class="faq-item"> | <details class="faq-item"> | ||
<summary style="font-weight: bold; font-size:larger;"></html>{{{problem|Problem}}}<html></summary> | <summary style="font-weight: bold; font-size:larger;"></html>{{{summary|{{{problem|Problem}}}}}}<html></summary> | ||
<blockquote class="faq-answer"> | <blockquote class="faq-answer"> | ||
</html> | </html> | ||
| Line 38: | Line 41: | ||
{{{symptoms|No symptoms provided}}} | {{{symptoms|No symptoms provided}}} | ||
<html></blockquote></html> | <html></blockquote></html> | ||
;Possible Causes | ;Possible Causes | ||
<html><blockquote></html> | <html><blockquote></html> | ||
{{{causes|No causes provided}}} | {{{causes|No causes provided}}} | ||
<html></blockquote></html> | <html></blockquote></html> | ||
;Solutions | ;Solutions | ||
<html><blockquote></html> | <html><blockquote></html> | ||
{{{solutions|No solutions provided}}} | {{{solutions|No solutions provided}}} | ||
<html></blockquote></html> | <html></blockquote></html> | ||
<html> | <html> | ||
</blockquote> | </blockquote> | ||
</details> | </details> | ||
</html> | </html> | ||