FAQ is a script that allows users to create an FAQ page.
Installation
Configuration
- Target page defaults to "Project:FAQ" but you can change it by passing the preferred page to the invoke call:
{{#invoke:FAQ|main|some other page}} - FAQ data are stored and loaded from in MediaWiki:Custom-FAQ.json, so put all your contents there in JSON format (example).
| Key | Type | Remarks |
|---|---|---|
id
|
Integer | Unique running number to identify |
question
|
String | |
answer
|
String | |
related
|
Object |
|
keywords
|
String |
Text above can be found here (edit)