Template:FAQItemNL: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<big>FAQItem usage</big>
# Copy text between the horizontal lines for each Question with Answer
#
#
----
<nowiki>{{</nowiki>'''FAQItem'''
|question = What makes the S1 Pro different?
|answer = The S1 Pro is the ultimate all‑in‑one PA...
}}
<nowiki>}}</nowiki>
----
The FAQItem will render as it appears below this line.
----
</noinclude>
<html>
<html>
<details class="faq-item">
<details class="faq-item">
<summary></html>{{{question}}}<html></summary>
<summary></html>{{{question|Question}}}<html></summary>
<div class="faq-answer">
<div class="faq-answer">
</html>{{{answer}}}<html>
</html>{{{answer|Answer}}}<html>
</div>
</div>
</details>
</details>
</html>
</html>