Template:FAQList: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 30: | Line 30: | ||
</noinclude> | </noinclude> | ||
<div class="faq-list"> | |||
<noinclude> | |||
This template wraps multiple FAQItem entries and provides Expand All / Collapse All | |||
using site-level JavaScript in MediaWiki:Common.js. | |||
</noinclude> | |||
<div class="faq-list" > | |||
<div class="faq-controls"> | <div class="faq-controls"> | ||
<span class="faq-expand-all" style="cursor:pointer; font-weight:bold;">Expand all</span> | <span class="faq-collapse-all" style="cursor:pointer; font-weight:bold;">Collapse all</span> | <span class="faq-expand-all" style="cursor:pointer; font-weight:bold;">Expand all</span> | <span class="faq-collapse-all" style="cursor:pointer; font-weight:bold;">Collapse all</span> | ||
</div> | </div> | ||
}}} | {{{content}}} | ||
</div> | </div> | ||
Revision as of 20:16, 10 February 2026
FAQList usage
- Wrap multiple FAQItem entries inside this template
- Put all FAQItem calls after | content =
- Each FAQItem will appear inside a single FAQ list with Expand/Collapse All controls
{{FAQList
| content =
{{FAQItem
|question = question 1
|answer = answer 1
}}
{{FAQItem
|question = question 2
|answer = answer 2
}}
}}
The FAQList will render as it appears below this line.
This template wraps multiple FAQItem entries and provides Expand All / Collapse All using site-level JavaScript in MediaWiki:Common.js.
| Collapse all
{{{content}}}