FAQ adds a page to the wiki where user can find FAQ.
Installation
Configuration
- Target page defaults to "Project:FAQ" but you can change it by setting
window.dev.faq.page to the preferred 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
|
articles - article names (String)
discussions (Object)
title (String)
p - post ID after /d/p/ (String)
external (Object)
title - (String)
url - (String)
|
keywords
|
String
|
|
See also
Text above can be found
here (edit)