Difference between revisions of "Template:TroubleShootingItem"
(Created page with "<noinclude> <big>TroubleShootingItem usage</big> # Copy text between the horizontal lines for each Troubleshooting Item # Put the Problem after | problem = # Put the Symptoms...") |
m |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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 - if you use this, it replaces problem | ||
| 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> | ||
;Symptoms | ;Symptoms | ||
| + | <html><blockquote></html> | ||
{{{symptoms|No symptoms provided}}} | {{{symptoms|No symptoms provided}}} | ||
| + | <html></blockquote></html> | ||
;Possible Causes | ;Possible Causes | ||
| + | <html><blockquote></html> | ||
{{{causes|No causes provided}}} | {{{causes|No causes provided}}} | ||
| + | <html></blockquote></html> | ||
;Solutions | ;Solutions | ||
| + | <html><blockquote></html> | ||
{{{solutions|No solutions provided}}} | {{{solutions|No solutions provided}}} | ||
| + | <html></blockquote></html> | ||
| + | |||
<html> | <html> | ||
</blockquote> | </blockquote> | ||
</details> | </details> | ||
</html> | </html> | ||
Latest revision as of 04:05, 23 February 2026
TroubleShootingItem usage
- Copy text between the horizontal lines for each Troubleshooting Item
- Put the Problem after | problem =
- (Optional) Put a more descriptive summary after | summary =
- Put the Symptoms after | symptoms =
- Put the Possible Causes after | causes =
- Put the Solutions after | solutions =
{{TroubleShootingItem
| problem =
| summary = // optional - if you use this, it replaces problem
| symptoms =
| causes =
| solutions =
}}
The TroubleShootingItem will render as it appears below this line.
Problem
- Symptoms
No symptoms provided
- Possible Causes
No causes provided
- Solutions
No solutions provided