Template:FAQItemNL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<big>FAQItem usage</big> | <big>FAQItem usage</big> | ||
# Copy text between the horizontal lines for each Question with Answer | |||
# Put the Question after | question = | |||
# Put the Answer after | answer = | |||
---- | ---- | ||
<nowiki>{{</nowiki>'''FAQItem''' | <nowiki>{{</nowiki>'''FAQItem''' | ||
| question = | | question = | ||
| Line 13: | Line 15: | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
---- | ---- | ||
The FAQItem will render as it appears below this line. | The FAQItem will render as it appears below this line. | ||
---- | ---- | ||
</noinclude> | </noinclude> | ||
<html> | <html> | ||
<details class="faq-item"> | <details class="faq-item"> | ||
<summary style="font-weight: bold; font-size:larger;"></html>{{{question|Question} | <summary style="font-weight: bold; font-size:larger;"></html>{{{question|Question}}}<html></summary> | ||
<blockquote class="faq-answer"> | <blockquote class="faq-answer"> | ||
</html>{{{answer|Answer}}}<html> | </html>{{{answer|Answer}}}<html> | ||
| Line 32: | Line 31: | ||
</details> | </details> | ||
</html> | </html> | ||
Revision as of 08:06, 23 February 2026
FAQItem usage
- Copy text between the horizontal lines for each Question with Answer
- Put the Question after | question =
- Put the Answer after | answer =
{{FAQItem
| question =
| answer =
}}
The FAQItem will render as it appears below this line.
Question
Answer