We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the wiki is https://it.wiktionary.org/w/api.php, the call:
... let data = await wiki({ apiUrl: 'https://it.wiktionary.org/w/api.php' }).page('gatto'); console.log(await data.tables()); ...
it prints [] I also tried with other methods, but i can't find a way to return the table data
The text was updated successfully, but these errors were encountered:
Looks like this is a custom component in their MediaWiki.
The source for that table is as such:
{{Tabs|gatto|gatti|gatta|gatte}}
Our internal parser should be able to handle parsing that, but not as a table. I will look into it.
Sorry, something went wrong.
I need more info!
No branches or pull requests
the wiki is https://it.wiktionary.org/w/api.php,
the call:
it prints []
I also tried with other methods, but i can't find a way to return the table data
The text was updated successfully, but these errors were encountered: