This template inserts whatever text it is passed into a division of class "faqshortanswer".
This template is used on FAQ pages to put the answer to the question in a grey bubble.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Answer | 1 | Type the answer to the question in the page's title | Content | required |
| Do(n't) categorise? | cat | Most FAQ pages are put into the FAQ pages category. Set this to "no" to *not* categorise this page as an FAQ page. You usually shouldn't do this.
| String | optional |
Examples
Method 1
{{faq|You delete your account by going to "Account Preferences" and selecting "I want to delete my account".}}
Result:
Method 2
You can optionally control where the page is sorted in Category:FAQ by specifying the title in cat=(your alphabetization here).
When the title is "Scratch Wiki:Hello" without cat=hello, the page will appear under the "S" section
With cat=hello, however, the page will appear under the "H" section.
Method 3
You can optionally not include the page in Category:FAQ by specifying cat=no.
{{faq|You do this in the second parameter.|cat=no}}
Result:
There is no noticeable change, but the page using this template will be suppressed from being put into Category:FAQ by specifying this.