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
combatant data is unusable.
commander2 data 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?
I use the following code:
This is the result:
Results with the
fullInfocommand is similar.There are several issues:
combatantdata is unusable.commander2data is incomplete.I isn't clear to me if the
infobox-parserpackage is included inwikijs. According to the docs, the two packages are separate, but apparentlywikijsparses the infobox anyway.Can I use
infobox-parsertogether withwikijs?