-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I use the following code:
import wiki from 'wikijs';
// ...
const page = await wiki().page("Thirty Years' War");
const info = await page.info();
This is the result:
Results with the fullInfo command is similar.
There are several issues:
- Several results just have a "Sfn" or "Efn" string. Not sure what that means.
- All the
combatantdata is unusable. commander2data is incomplete.
I isn't clear to me if the infobox-parser package is included in wikijs. According to the docs, the two packages are separate, but apparently wikijs parses the infobox anyway.
Can I use infobox-parser together with wikijs?
Metadata
Metadata
Assignees
Labels
No labels
