Template:FAQItem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Reverted |
m (ST moved page Template:FAQItemL to Template:FAQItem without leaving a redirect: new version with link) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 51: | Line 51: | ||
</html> | </html> | ||
<div style="margin:0.5em 0 1em 0; font-size:smaller; opacity:0.7;"> | <div style="margin:0.5em 0 1em 0; font-size:smaller; opacity:0.7;"> | ||
[[{{FULLPAGENAME}}#{{anchorencode:{{{question}}}}}|Link to this question]] | |||
</div> | </div> | ||
| Line 63: | Line 60: | ||
</blockquote> | </blockquote> | ||
</details> | </details> | ||
</html> | </html> | ||
Latest revision as of 01:10, 27 February 2026
Creates a FAQ item with collapsible details and a permalink
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Question | question | The Question | String | required |
| Answer | answer | The Answer to the question | String | required |
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.