dev

FAQ is a script that allows users to create an FAQ page.

Installation


Configuration


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


Text above can be found here (edit)